33 lines
426 B
Plaintext
33 lines
426 B
Plaintext
/* packageD/energy/powerNotes/powerNotes.wxss */
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list {
|
|
margin: 0 25rpx;
|
|
height: 142rpx;
|
|
border-bottom: solid 1rpx #ececec;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.left {
|
|
margin-left: 17rpx;
|
|
}
|
|
|
|
.right {
|
|
margin-right: 30rpx;
|
|
font-size: 32rpx;
|
|
color: #ff4946;
|
|
}
|
|
|
|
.name {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.date {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|