You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
533 B
33 lines
533 B
/* pages/info/pddInfo/pddhis/index.wxss */
|
|
page {
|
|
background: #E14135;
|
|
}
|
|
.his-item {
|
|
margin: 20rpx 30rpx;
|
|
border-radius: 20rpx;
|
|
background: white;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 33rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.his-item .money {
|
|
color: #E14135;
|
|
flex-shrink: 0;
|
|
}
|
|
.his-info {
|
|
flex: 1;
|
|
}
|
|
.his-item image {
|
|
width: 74rpx;
|
|
height: 74rpx;
|
|
border-radius: 50%;
|
|
display: block;
|
|
flex-shrink: 0;
|
|
margin-right: 12rpx;
|
|
}
|
|
.his-time {
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
}
|