样式修改

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

@ -414,7 +414,7 @@ export default {
.head-bg {
height: 360rpx;
background: linear-gradient(45deg, rgba(178, 223, 138, 0.6), rgba(0, 156, 119, 0.7));
background: linear-gradient(45deg, #FFE3C8, #07976E);
display: flex;
.back {
@ -703,7 +703,7 @@ export default {
padding-right: 10rpx;
.power-detail {
background-color: rgba(0, 156, 119, 0.05);
background-color: rgba(254, 131, 15, 0.05);
width: 100%;
height: 180rpx;
border-radius: 8rpx;
@ -760,7 +760,7 @@ export default {
.value-box {
width: 100%;
height: 100%;
background-color: rgba(0, 156, 119, 0.05);
background-color: rgba(254, 131, 15, 0.05);
display: flex;
flex-direction: column;
align-items: center;