样式修改
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user