109 lines
1.7 KiB
Plaintext
109 lines
1.7 KiB
Plaintext
/* packageH/recommend_reward/recommend_reward.wxss */
|
|
.reward-user {
|
|
background-color: #fb6b68;
|
|
height: 220rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.reward-user .user-img {
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
margin-left: 52rpx;
|
|
}
|
|
|
|
.reward-user .user-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.user-info {
|
|
color: #fff;
|
|
margin-left: 30rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.user-info > text,
|
|
.reward-price text {
|
|
display: block;
|
|
}
|
|
|
|
.user-info > text:nth-child(1) {
|
|
font-size: 28rpx;
|
|
margin-bottom: 38rpx;
|
|
}
|
|
|
|
.user-info > text:nth-child(2) {
|
|
width: 114rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
background-color: #dd2f2f;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.reward-price {
|
|
height: 215rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.reward-price .prile-list {
|
|
text-align: center;
|
|
}
|
|
|
|
.reward-price .prile-list text:nth-child(1) {
|
|
font-size: 36rpx;
|
|
color: #fb7c79;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
|
|
.reward-price .prile-list text:nth-child(2) {
|
|
font-size: 28rpx;
|
|
color: #202629;
|
|
}
|
|
|
|
.reward-list {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.list {
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
padding: 22rpx 21rpx;
|
|
border-bottom: 2rpx solid #f4f4f4;
|
|
}
|
|
|
|
.list > view {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 54rpx;
|
|
}
|
|
|
|
.list > view > text {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.list .list-order text:nth-child(1) {
|
|
color: #2a2f31;
|
|
}
|
|
|
|
.list .list-order text:nth-child(2) {
|
|
color: #fb6b68;
|
|
}
|
|
|
|
.list .list-date text:nth-child(1) {
|
|
color: #6a6a6a;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.list .list-date text:nth-child(2) {
|
|
color: #101010;
|
|
}
|