65 lines
1007 B
Plaintext
65 lines
1007 B
Plaintext
/* packageD/energy/powerResult/powerResult.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.listBox {
|
|
width: 100%;
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.topHead {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.topHead .top-left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-right: 63rpx;
|
|
}
|
|
|
|
.topHead .top-right {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 63rpx;
|
|
}
|
|
|
|
.topHead icon {
|
|
font-size: 75rpx;
|
|
color: #ff4946;
|
|
}
|
|
|
|
.line {
|
|
width: 10rpx;
|
|
background-color: #f5f7fa;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.lis {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.list {
|
|
width: 280rpx;
|
|
height: 188rpx;
|
|
background-color: #fff;
|
|
box-shadow:
|
|
0rpx 0rpx 29rpx 0rpx
|
|
rgba(0, 0, 0, 0.05);
|
|
border-radius: 22rpx;
|
|
margin-top: 32rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
padding-left: 28rpx;
|
|
overflow: hidden;
|
|
}
|