样式修改

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

@ -117,7 +117,7 @@ export default {
.status {
width: 80px;
text-align: right;
color: #009C77;
color: #009458;
}
}

View File

@ -22,7 +22,7 @@
<!-- 设备类型下拉框 -->
<view class="s-station">
<u-section :title="$t('homePage.alarm.device')" line-color="#009C77" color="#2A2A2A"
<u-section :title="$t('homePage.alarm.device')" line-color="#009458" color="#2A2A2A"
class="s-title" :right="false"></u-section>
<!-- <view class="s-title">设备</view> -->
<view class="s-content">
@ -49,7 +49,7 @@
<!-- 事件 -->
<view class="s-station">
<u-section :title="$t('homePage.alarm.event')" line-color="#009C77" color="#2A2A2A"
<u-section :title="$t('homePage.alarm.event')" line-color="#009458" color="#2A2A2A"
class="s-title" :right="false"></u-section>
<!-- <view class="s-title">事件</view> -->
<view class="s-content">
@ -64,7 +64,7 @@
<!-- 告警等级 -->
<view class="s-station">
<u-section :title="$t('homePage.alarm.level')" line-color="#009C77" color="#2A2A2A"
<u-section :title="$t('homePage.alarm.level')" line-color="#009458" color="#2A2A2A"
class="s-title" :right="false"></u-section>
<!-- <view class="s-title">告警等级</view> -->
<view class="s-content">
@ -77,7 +77,7 @@
</view>
<!-- 时间范围 -->
<view class="s-station" v-show="currentType === 1">
<u-section :title="$t('homePage.alarm.timeRange')" line-color="#009C77" color="#2A2A2A"
<u-section :title="$t('homePage.alarm.timeRange')" line-color="#009458" color="#2A2A2A"
class="s-title" :right="false"></u-section>
<!-- <view class="s-title">告警等级</view> -->
<view class="s-content" style="width: 100%;margin-top: 6px;">
@ -90,14 +90,14 @@
<view class="other-button">
<u-button type="warning" :custom-style="{
backgroundColor: 'rgba(191, 228, 159, 1)',
backgroundColor: '#fdd100',
width: '280rpx',
height: '70rpx',
fontSize: '28rpx',
color: 'rgba(40, 40, 40, 1)'
}" @click="clearText()">{{$t('homePage.alarm.reset')}}</u-button>
<u-button type="primary" :custom-style="{
backgroundColor: 'rgba(0, 156, 119, 1)',
backgroundColor: '#009458',
width: '280rpx',
height: '70rpx',
fontSize: '28rpx',
@ -112,7 +112,7 @@
</u-popup>
</view>
<view class="subsection-alarm">
<u-subsection :list="alarmTypeList" :current="currentType" :animation="true" @change="sectionChange" :active-color="'#3D9F7F'">
<u-subsection :list="alarmTypeList" :current="currentType" :animation="true" @change="sectionChange" :active-color="'#009458'">
</u-subsection>
</view>
@ -592,11 +592,11 @@
.subsection-alarm {
width: 100%;
text-align: right;
text-align: center;
padding-right: 10rpx;
display: flex;
align-items: center;
justify-content: flex-end;
justify-content: center;
}
}
@ -669,8 +669,8 @@
}
.checked-class {
background-color: rgba(0, 156, 119, 0.1);
border: 1px solid rgba(0, 156, 119, 1);
background-color: #e2fff3;
border: 1px solid #009458;
border-radius: 4rpx;
color: rgba(0, 156, 119, 1);
}