样式修改

This commit is contained in:
Shang Chen
2025-07-01 16:59:10 +08:00
parent 150b39dfea
commit 758e59eeac
68 changed files with 1058 additions and 1008 deletions

View File

@ -7,14 +7,14 @@
</u-navbar>
<view class="site-footer">
<u-tabs style="width: 100%;" :list="list" :is-scroll="false" :offset="[10,0]" active-color="#009C77"
<u-tabs style="width: 100%;" :list="list" :is-scroll="false" :offset="[10,0]" active-color="#009458"
:current="type" @change="changeTab"></u-tabs>
<view class="navigation">
<text v-for="(item,index) in deviceNavArr" :key="index">
<text class="null-text">{{item.name}}</text>
<text class="img"></text>
</text>
<text class="text" style="color: #009C77;">{{deviceName ? deviceName : ''}}</text>
<text class="text" style="color: #009458;">{{deviceName ? deviceName : ''}}</text>
</view>
</view>
@ -311,12 +311,12 @@
.text {
height: 22rpx;
border: 1rpx solid rgba(0, 156, 119, 1);
border: 1rpx solid #009458;
border-radius: 8rpx;
padding: 5rpx 10rpx 5rpx 10rpx;
color: #666666;
font-size: 20rpx;
background-color: rgba(0, 156, 119, 0.1);
background:#e2fff3;
padding-left: 5rpx;
}
}