首页顶部导航

This commit is contained in:
2023-07-11 18:46:55 +08:00
parent ff631f5816
commit fd06b66cc8
5 changed files with 62 additions and 10 deletions

View File

@@ -33,7 +33,9 @@
<div class="tab-btn dis-f al-item jus-x" :class="{ 'tab-btn-click': i === 0 }" v-for="(item, i) in seachTab"
:key="i">
<el-badge :value="12">
{{ item.title }}
<div style="padding:0 10px;">
{{ item.title }}
</div>
</el-badge>
</div>
@@ -191,7 +193,7 @@ export default {
.top-bg-img-box .info-box .btm-seach-btn-box {
width: 100%;
height: 43px;
height: 50px;
position: absolute;
bottom: 0;
left: 0;
@@ -201,7 +203,7 @@ export default {
.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn {
width: 120px;
height: 43px;
height: 47px;
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;