Files
AGuestSaas/pages/mall/mall_assess/mall_assess.wxss
2020-12-28 09:16:11 +08:00

101 lines
1.5 KiB
Plaintext

/*
* 手太欠
* 企获客商城
*/
page {
background-color: #f7f7f7;
}
/* 评价标签 */
.assessTag {
background-color: white;
white-space: nowrap;
margin-bottom: 20rpx;
padding: 20rpx;
}
.assessTag text {
display: inline-block;
font-size: 28rpx;
background-color: #e6e8f0;
line-height: 60rpx;
padding: 0 30rpx;
border-radius: 40rpx;
margin: 15rpx;
}
.assessTag text.active {
background-color: #56669a;
color: #fff;
}
/* 评价列表 */
.assessList {
padding: 20rpx;
box-sizing: border-box;
background: #fff;
margin-bottom: 20rpx;
}
.assessList:last-child::after {
display: none;
}
.assessList-top {
display: flex;
line-height: 80rpx;
margin: 30rpx 0 20rpx;
}
.assessList-cont {
display: flex;
flex: 1;
width: calc(100% - 100rpx);
}
.assessList-img {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
margin-right: 20rpx;
}
.assessList-name {
flex: 1;
font-weight: 600;
}
.assessList-time {
color: #999;
font-size: 26rpx;
}
.assessList-text {
font-size: 26rpx;
line-height: 40rpx;
}
.assessList-float {
width: 100%;
white-space: nowrap;
margin: 20rpx 0 0;
}
.assessList-picture {
width: 150rpx;
display: inline-block;
height: 150rpx;
position: relative;
margin-right: 20rpx;
border-radius: 4rpx;
overflow: hidden;
}
.assessList-picture image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}