修改搜索输入框内容
This commit is contained in:
@@ -51,7 +51,17 @@
|
||||
<img src="../assets/img/detail/imageIcon.png" class="img-icon" alt="">
|
||||
<div class="num-box">2</div>
|
||||
</div>
|
||||
<div></div>
|
||||
<div>
|
||||
<img src="../assets/img/detail/moreNot.svg" alt="">
|
||||
<img src="../assets/img/detail/moreAllow.svg" alt="">
|
||||
<el-carousel indicator-position="outside" height="150" :autoplay="false" ref="imgCarousel">
|
||||
<el-carousel-item v-for="item in 1" :key="item">
|
||||
<div >
|
||||
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
@@ -198,22 +208,22 @@ img {
|
||||
.img-video {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
margin-right:5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.img-icon {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
margin:0 5px 0 10px
|
||||
margin: 0 5px 0 10px
|
||||
}
|
||||
|
||||
.num-box {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
background:#fdda55;
|
||||
line-height:20px;
|
||||
text-align:center;
|
||||
background: #fdda55;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user