9.24
This commit is contained in:
parent
4396364905
commit
33caa53b65
@ -7,9 +7,9 @@
|
||||
<view class="my-icons"></view>
|
||||
</view>
|
||||
<!-- 顶部区域 -->
|
||||
<view class="ba-box">
|
||||
<!-- <view class="ba-box">
|
||||
<u-tabs :list="list1" @click="click"></u-tabs>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="box-bb">
|
||||
<view class="box-ll" :class="{ 'lan' : tabindex == index }" v-for="(item,index) in tapList" :key="index"
|
||||
@click="gettabingex(index)">
|
||||
@ -237,7 +237,7 @@
|
||||
|
||||
<style scoped lang="scss">
|
||||
.content {
|
||||
background: #f4f5f6;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.container {
|
||||
@ -360,6 +360,7 @@
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
box-sizing: border-box;
|
||||
background-color: #ffffff;
|
||||
padding: 10px 15px;
|
||||
@ -369,17 +370,16 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50px;
|
||||
background: #eff2f2;
|
||||
color: #8d8f8f;
|
||||
font-size: 12px;
|
||||
padding: 4px 10px;
|
||||
margin-right: 15px;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
|
||||
.lan {
|
||||
background: #ecf5ff !important;
|
||||
color: #8179ff;
|
||||
color: #FA6400;
|
||||
border-bottom: 1px solid #FA6400 !important;
|
||||
}
|
||||
|
||||
.boxck {
|
||||
|
Loading…
Reference in New Issue
Block a user