100 lines
1.2 KiB
Plaintext
100 lines
1.2 KiB
Plaintext
/* packageC/redPacket/red_amount/red_amount.wxss */
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.head {
|
|
padding-bottom: 43rpx;
|
|
border-bottom: 1rpx solid #f2f2f2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* 新 */
|
|
.head-img {
|
|
display: flex;
|
|
margin-bottom: 32rpx;
|
|
margin-left: 30rpx;
|
|
margin-top: 43rpx;
|
|
}
|
|
|
|
.head-img image {
|
|
/* flex: 0 0 112rpx; */
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.head-img .span {
|
|
flex: 1;
|
|
line-height: 96rpx;
|
|
text-align: left;
|
|
|
|
/* margin-left: 32rpx; */
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.money {
|
|
display: flex;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.money .div {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.money .gray {
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|
|
|
|
.first {
|
|
flex: 1 0 125rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.content {
|
|
/* margin: 48rpx 0; */
|
|
font-size: 12px;
|
|
}
|
|
|
|
.content .ul {
|
|
margin-top: 9.6rpx;
|
|
}
|
|
|
|
.content .li {
|
|
display: flex;
|
|
padding: 16rpx 0;
|
|
border-bottom: 1rpx solid #eeeded;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.content .li .div {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.content .li .div .span {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.content .li .time {
|
|
color: #999;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.title {
|
|
display: flex;
|
|
font-size: 14px;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.title .span {
|
|
flex: 1;
|
|
color: #666;
|
|
text-align: center;
|
|
}
|