搜索页搜索数量同步

This commit is contained in:
2023-07-21 15:00:17 +08:00
parent fb81238823
commit 179d846bae
6 changed files with 52 additions and 21 deletions

View File

@@ -46,7 +46,10 @@
</div>
<div class="image-box">
<div class="dis-f al-item">
<img src="../assets/img/detail/videoIcon.png" class="img-video" alt="">
<div class="num-box">1</div>
<img src="../assets/img/detail/imageIcon.png" class="img-icon" alt="">
<div class="num-box">2</div>
</div>
<div></div>
</div>
@@ -195,17 +198,22 @@ img {
.img-video {
width: 26px;
height: 26px;
margin-right:5px;
}
.img-icon {
width: 22px;
height: 22px;
margin:0 5px 0 10px
}
.num-box {
width: 20px;
height: 20px;
border-radius: 50%;
background:#fdda55;
line-height:20px;
text-align:center;
color: #333333;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;