110 lines
2.5 KiB
Plaintext
110 lines
2.5 KiB
Plaintext
.rate-body.data-v-6f3d229c {
|
|
padding-bottom: 90rpx;
|
|
background: #fff;
|
|
height: 100%;
|
|
}
|
|
.rate-body .rate-screen.data-v-6f3d229c {
|
|
display: flex;
|
|
padding: 24rpx 24rpx;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
.rate-body .rate-screen .screen-tag.data-v-6f3d229c {
|
|
text-align: center;
|
|
width: 156rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
border-radius: 6rpx;
|
|
margin: 12rpx 9rpx;
|
|
font-size: 24rpx;
|
|
color: #ba9b6f;
|
|
background: #f8e8d8;
|
|
}
|
|
.rate-body .rate-screen .screen-tag.gray.data-v-6f3d229c {
|
|
background-color: #f5f5f5;
|
|
color: #a5a5a5;
|
|
}
|
|
.rate-body .rate-screen .screen-tag.active.data-v-6f3d229c {
|
|
background-color: #ba9b6f;
|
|
color: #fff;
|
|
}
|
|
.rate-body .rate-list.data-v-6f3d229c {
|
|
padding-left: 32rpx;
|
|
padding-bottom: 80rpx;
|
|
}
|
|
.rate-body .rate-card.data-v-6f3d229c {
|
|
border-top: 1rpx solid #eee;
|
|
padding: 24rpx 24rpx 24rpx 0;
|
|
font-size: 28rpx;
|
|
}
|
|
.rate-body .rate-card .rate-card-top.data-v-6f3d229c {
|
|
display: flex;
|
|
align-items: top;
|
|
}
|
|
.rate-body .rate-card .rate-user-photo.data-v-6f3d229c {
|
|
height: 80rpx;
|
|
width: 80rpx;
|
|
border-radius: 40rpx;
|
|
}
|
|
.rate-body .rate-card .top-card-center.data-v-6f3d229c {
|
|
flex: 6;
|
|
padding-left: 16rpx;
|
|
}
|
|
.rate-body .rate-card .rate-text.data-v-6f3d229c {
|
|
color: #666;
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.rate-body .rate-card .vip-level.data-v-6f3d229c {
|
|
font-size: 20rpx;
|
|
background: #333;
|
|
color: #eedcb6;
|
|
padding: 4rpx 6rpx;
|
|
margin-left: 16rpx;
|
|
border-radius: 4rpx;
|
|
display: flex;
|
|
align-items: ceneter;
|
|
position: relative;
|
|
}
|
|
.rate-body .rate-card .vip-level .vip-level.data-v-6f3d229c:before {
|
|
content: '';
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
background: url("https://eshangtech.com/ShopICO/vip-ico.png") no-repeat center;
|
|
background-size: contain;
|
|
position: absolute;
|
|
left: 4rpx;
|
|
}
|
|
.rate-body .rate-card .rate-date.data-v-6f3d229c {
|
|
flex: 4;
|
|
color: #989898;
|
|
font-size: 22rpx;
|
|
text-align: right;
|
|
}
|
|
.rate-body .rate-card .rate-content.data-v-6f3d229c {
|
|
padding-left: 96rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.rate-body .rate-card .rate-tag.data-v-6f3d229c {
|
|
border-radius: 4rpx;
|
|
border: 1rpx solid #cf855e;
|
|
color: #cf855e;
|
|
padding: 4rpx 6rpx;
|
|
display: inline-block;
|
|
font-size: 20rpx;
|
|
margin: 0 16rpx 8rpx 0;
|
|
}
|
|
.rate-body .rate-card .rate-photo.data-v-6f3d229c {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.rate-body .rate-card .rate-photo image.data-v-6f3d229c {
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
border-radius: 4rpx;
|
|
margin: 24rpx 12rpx;
|
|
}
|
|
|