样式修改

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

@ -145,7 +145,7 @@
return [x, y];
},
},
color: ["#009C77", "#BFE49F", "#3977B1"],
color: ["#009458", "#BFE49F", "#3977B1"],
legend: {
animation: false,
right: "0",

View File

@ -136,7 +136,7 @@ export default {
.section {
height: 30rpx;
width: 6rpx;
background-color: #009c77;
background-color: #009458;
border-radius: 8rpx;
}

View File

@ -108,7 +108,7 @@ export default {
height: 110rpx;
justify-content: center;
padding: 10rpx;
background: #d7e9e548;
background: rgba(254, 131, 15, 0.05);
border-radius: 10rpx;
margin: 10rpx 10rpx;
position: relative;
@ -136,7 +136,7 @@ export default {
.section {
height: 30rpx;
width: 6rpx;
background-color: #009c77;
background-color: #07976E;
border-radius: 8rpx;
}

View File

@ -52,8 +52,8 @@
],
width: 2,
rectType: 'fill',
borderColor: "#009C77",
background: "#009C77"
borderColor: "#009458",
background: "#009458"
},
{
type: "text",
@ -266,8 +266,8 @@
],
width: 2,
rectType: 'fill',
borderColor: "#009C77",
background: "#009C77"
borderColor: "#009458",
background: "#009458"
}
const textObj = {
type: "text",

View File

@ -156,8 +156,8 @@
],
width: 2,
rectType: 'fill',
borderColor: "#009C77",
background: "#009C77"
borderColor: "#009458",
background: "#009458"
}
const textObj = {
type: "text",

View File

@ -7,7 +7,7 @@
:is-scroll="false"
:current="currentTab"
@change="changeTab"
active-color="#009C77"
active-color="#009458"
></u-tabs>
<swiper