This commit is contained in:
xvv 2024-09-24 15:10:14 +08:00
parent 4396364905
commit 33caa53b65

View File

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