65 lines
942 B
Plaintext
65 lines
942 B
Plaintext
/* packageD/energy/powerSell/powerSell.wxss */
|
|
.topHead {
|
|
padding: 56rpx 32rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
.userImg {
|
|
width: 138rpx;
|
|
height: 138rpx;
|
|
border-radius: 50%;
|
|
margin-right: 42rpx;
|
|
}
|
|
|
|
.userImg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.headRight {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
flex: 1;
|
|
}
|
|
|
|
.headRight .name {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.minMoney {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.tixian {
|
|
width: 100rpx;
|
|
height: 50rpx;
|
|
background-color: #ffe7e7;
|
|
border-radius: 25rpx;
|
|
font-size: 28rpx;
|
|
color: #ff2c29;
|
|
text-align: center;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.bottomList {
|
|
margin-top: 20rpx;
|
|
background-color: #fff;
|
|
min-height: 70vh;
|
|
}
|
|
|
|
.list {
|
|
padding: 45rpx 40rpx 31rpx 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.lis {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|