样式修改
This commit is contained in:
@ -219,7 +219,7 @@
|
||||
<u-popup v-model="popupShow" mode="bottom" border-radius="20" height="75%" placement="top-end" @close="closePop">
|
||||
<view class="title">{{this.$t('homePage.price.sift')}}</view>
|
||||
<view class="s-station">
|
||||
<u-section :title="$t('homePage.price.provinceRegion')" line-color="#009C77" color="#2A2A2A" class="s-title" :right="false"
|
||||
<u-section :title="$t('homePage.price.provinceRegion')" line-color="#009458" color="#2A2A2A" class="s-title" :right="false"
|
||||
style="margin-bottom: 20rpx;"></u-section>
|
||||
<view style="margin-top: 20rpx;">
|
||||
<u-input v-model="regionName" type="select" border="border" :placeholder="$t('homePage.price.selectProvinceRegion')"
|
||||
@ -231,7 +231,7 @@
|
||||
</view>
|
||||
|
||||
<view class="s-station">
|
||||
<u-section :title="$t('homePage.price.customerType')" line-color="#009C77" color="#2A2A2A" class="s-title" :right="false"
|
||||
<u-section :title="$t('homePage.price.customerType')" line-color="#009458" color="#2A2A2A" class="s-title" :right="false"
|
||||
style="margin-bottom: 20rpx;"></u-section>
|
||||
<view style="margin-top: 20rpx;">
|
||||
<u-input v-model="customerName" type="select" border="border" :placeholder="$t('homePage.price.selectEleCustomers')"
|
||||
@ -244,7 +244,7 @@
|
||||
</view>
|
||||
|
||||
<view class="s-station">
|
||||
<u-section :title="$t('homePage.price.eleType')" line-color="#009C77" color="#2A2A2A" class="s-title" :right="false"
|
||||
<u-section :title="$t('homePage.price.eleType')" line-color="#009458" color="#2A2A2A" class="s-title" :right="false"
|
||||
style="margin-bottom: 20rpx;"></u-section>
|
||||
<view style="margin-top: 20rpx;">
|
||||
<u-input v-model="electricityName" type="select" border="border" :placeholder="$t('homePage.price.selectEleType')"
|
||||
@ -256,7 +256,7 @@
|
||||
</view>
|
||||
|
||||
<view class="s-station">
|
||||
<u-section :title="$t('homePage.price.volLevel')" line-color="#009C77" color="#2A2A2A" class="s-title" :right="false"
|
||||
<u-section :title="$t('homePage.price.volLevel')" line-color="#009458" color="#2A2A2A" class="s-title" :right="false"
|
||||
style="margin-bottom: 20rpx;"></u-section>
|
||||
<view style="margin-top: 20rpx;">
|
||||
<u-input v-model="voltageLevelName" type="select" border="border" :placeholder="$t('homePage.price.selectVoltageLevel')"
|
||||
@ -268,7 +268,7 @@
|
||||
</view>
|
||||
|
||||
<view class="s-station">
|
||||
<u-section :title="$t('homePage.price.exeTime')" :default-value="defaultcTimeArr" line-color="#009C77" color="#2A2A2A" class="s-title"
|
||||
<u-section :title="$t('homePage.price.exeTime')" :default-value="defaultcTimeArr" line-color="#009458" color="#2A2A2A" class="s-title"
|
||||
:right="false" style="margin-bottom: 20rpx;"></u-section>
|
||||
<view style="margin-top: 20rpx;"><u-input v-model="filters.executionTime" type="select" border="border"
|
||||
:placeholder="$t('homePage.price.selectExeTime')" @click="executionTimeShow = true" />
|
||||
@ -353,18 +353,19 @@ export default {
|
||||
second: false
|
||||
},
|
||||
sureButtonStyle: {
|
||||
backgroundColor: 'rgba(0, 156, 119, 1)',
|
||||
width: '280rpx',
|
||||
height: '70rpx',
|
||||
fontSize: '28rpx',
|
||||
color: 'rgba(255, 255, 255, 1)'
|
||||
backgroundColor: '#009458',
|
||||
width: '280rpx',
|
||||
height: '70rpx',
|
||||
fontSize: '28rpx',
|
||||
color: 'rgba(255, 255, 255, 1)'
|
||||
|
||||
},
|
||||
resetButtonStyle: {
|
||||
backgroundColor: 'rgba(191, 228, 159, 1)',
|
||||
width: '280rpx',
|
||||
height: '70rpx',
|
||||
fontSize: '28rpx',
|
||||
color: 'rgba(40, 40, 40, 1)'
|
||||
backgroundColor: '#fdd100',
|
||||
width: '280rpx',
|
||||
height: '70rpx',
|
||||
fontSize: '28rpx',
|
||||
color: 'rgba(40, 40, 40, 1)'
|
||||
},
|
||||
dataList: [],
|
||||
loading: false,
|
||||
@ -1011,7 +1012,7 @@ export default {
|
||||
width: 100%;
|
||||
height: 230rpx;
|
||||
|
||||
background: linear-gradient(45deg, rgba(0, 156, 119, 1), rgba(178, 223, 138, 1));
|
||||
background: linear-gradient(-45deg, rgba(7, 151, 110, 1), rgba(254, 131, 15, 0.4));
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -1094,15 +1095,15 @@ export default {
|
||||
|
||||
.top-right-item {
|
||||
padding: 5rpx 10rpx;
|
||||
border: 1rpx solid #009c77;
|
||||
border: 1rpx solid #009458;
|
||||
font-size: 24rpx;
|
||||
color: #009c77;
|
||||
color: #009458;
|
||||
cursor: pointer;
|
||||
margin-right: 10rpx;
|
||||
border-radius: 8rpx;
|
||||
|
||||
&.active {
|
||||
background: #009c77;
|
||||
background: #009458;
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
@ -1151,7 +1152,7 @@ export default {
|
||||
|
||||
.box-value {
|
||||
text-align: center;
|
||||
color: #009C77;
|
||||
color: #009458;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user