36 lines
507 B
Plaintext
36 lines
507 B
Plaintext
/* packageD/energy/powerMember/powerMember.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.search {
|
|
padding: 27rpx 44rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: solid 1rpx #f5f7fa;
|
|
}
|
|
|
|
.search input {
|
|
flex: 1;
|
|
}
|
|
|
|
.list {
|
|
margin: 0 25rpx;
|
|
height: 130rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.left image {
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
border-radius: 50%;
|
|
background-color: aquamarine;
|
|
}
|