58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
/* packageD/energy/powerCabin/powerCabin.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
height: 100vh;
|
|
}
|
|
|
|
.user {
|
|
padding: 29rpx 41rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.userPto {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.userPto image {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.line {
|
|
width: 100%;
|
|
height: 20rpx;
|
|
background-color: #f5f7fa;
|
|
}
|
|
|
|
.bottom_box {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 38rpx;
|
|
}
|
|
|
|
.bottom_box .left {
|
|
width: 334rpx;
|
|
height: 200rpx;
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/energetank_bg1@2x.png');
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
border-radius: 19rpx;
|
|
margin-left: 25rpx;
|
|
}
|
|
|
|
.bottom_box .right {
|
|
width: 334rpx;
|
|
height: 200rpx;
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/energetank_bg2@2x.png');
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
border-radius: 19rpx;
|
|
margin-right: 25rpx;
|
|
overflow: hidden;
|
|
}
|