样式修改
This commit is contained in:
@ -355,7 +355,7 @@
|
||||
return [x, y];
|
||||
},
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
grid: {
|
||||
top: '15%',
|
||||
left: '10%',
|
||||
|
||||
@ -712,7 +712,7 @@
|
||||
borderColor: 'red'
|
||||
}
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
legend: {},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@ -902,7 +902,7 @@
|
||||
borderColor: 'red'
|
||||
}
|
||||
},
|
||||
color: ['#009C77', '#f0c252', '#0f94da'],
|
||||
color: ['#009458', '#f0c252', '#0f94da'],
|
||||
legend: {},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@ -960,11 +960,11 @@
|
||||
data: yAxisData1,
|
||||
type: 'line',
|
||||
lineStyle: {
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
},
|
||||
areaStyle: {
|
||||
opacity: 0,
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1084,7 +1084,7 @@
|
||||
borderColor: 'red'
|
||||
}
|
||||
},
|
||||
color: ['#009C77', '#f0c252', '#0f94da'],
|
||||
color: ['#009458', '#f0c252', '#0f94da'],
|
||||
legend: {},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@ -1142,11 +1142,11 @@
|
||||
data: yAxisData1,
|
||||
type: 'line',
|
||||
lineStyle: {
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
},
|
||||
areaStyle: {
|
||||
opacity: 0,
|
||||
color: '#009C77'
|
||||
color: '#009458'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -540,7 +540,7 @@
|
||||
this.curve_option = {
|
||||
animationDuration: 500,
|
||||
animationEasing: "cubicInOut",
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
tooltip: {
|
||||
trigger: "axis",
|
||||
textStyle: {
|
||||
|
||||
@ -485,7 +485,7 @@
|
||||
soc.push(v.inCoreDataCurve);
|
||||
});
|
||||
this.curve_option = {
|
||||
color: ["#009C77", "#BFE49F"],
|
||||
color: ["#009458", "#BFE49F"],
|
||||
animationDuration: 500,
|
||||
animationEasing: "cubicInOut",
|
||||
tooltip: {
|
||||
|
||||
@ -547,7 +547,7 @@
|
||||
return [x, y];
|
||||
},
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
grid: {
|
||||
top: '15%',
|
||||
left: '5%',
|
||||
|
||||
@ -329,7 +329,7 @@
|
||||
barWidth: 15,
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
color: '#009C77',
|
||||
color: '#009458',
|
||||
emphasis: {
|
||||
color: '#faba11' // hover拐点颜色定义
|
||||
}
|
||||
@ -467,7 +467,7 @@
|
||||
barWidth: 12,
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
color: '#009C77',
|
||||
color: '#009458',
|
||||
emphasis: {
|
||||
color: '#faba11' // hover拐点颜色定义
|
||||
}
|
||||
@ -627,7 +627,7 @@
|
||||
barWidth: '15',
|
||||
type: 'bar',
|
||||
itemStyle: {
|
||||
color: '#009C77',
|
||||
color: '#009458',
|
||||
emphasis: {
|
||||
color: '#fbbb11'
|
||||
}
|
||||
|
||||
@ -480,7 +480,7 @@
|
||||
soc.push(v.inCoreDataCurve);
|
||||
});
|
||||
this.curve_option = {
|
||||
color: ["#009C77", "#BFE49F"],
|
||||
color: ["#009458", "#BFE49F"],
|
||||
animationDuration: 500,
|
||||
animationEasing: "cubicInOut",
|
||||
tooltip: {
|
||||
|
||||
@ -667,7 +667,7 @@
|
||||
return [x, y];
|
||||
},
|
||||
},
|
||||
color: ['#009C77', '#BFE49F'],
|
||||
color: ['#009458', '#BFE49F'],
|
||||
grid: {
|
||||
top: '15%',
|
||||
left: '5%',
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user