232 lines
3.6 KiB
Plaintext
232 lines
3.6 KiB
Plaintext
/* packageI/GoodsComment/GoodsComment.wxss */
|
|
|
|
/* 弹窗 */
|
|
.shopInfo {
|
|
min-height: 100vh;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.shopInfo .pj {
|
|
background: #fff;
|
|
padding: 0 20rpx 80rpx;
|
|
margin-bottom: 10rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.shopInfo .pj .user {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
padding-top: 10rpx;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
|
|
.shopInfo .pj .user .imageshow {
|
|
width: 8%;
|
|
height: 80rpx;
|
|
position: relative;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.shopInfo .pj .user .imageshow image {
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.shopInfo .pj .user .name {
|
|
flex: 5;
|
|
margin-left: 10rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.shopInfo .pj .user .name .level-name {
|
|
color: #8c8c8c;
|
|
margin-top: 0.3rem;
|
|
}
|
|
|
|
.shopInfo .pj .user .time {
|
|
color: #908a8a;
|
|
font-size: 24rpx;
|
|
padding-right: 20rpx;
|
|
}
|
|
|
|
.shopInfo .pj .p {
|
|
text-align: left;
|
|
margin: 0;
|
|
padding-bottom: 6rpx;
|
|
}
|
|
|
|
.shopInfo .pj .comment {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.shopInfo .pj .comment text {
|
|
display: block;
|
|
width: 150rpx;
|
|
height: 40rpx;
|
|
line-height: 36rpx;
|
|
border-radius: 16rpx;
|
|
border: 2rpx solid #aaa;
|
|
color: #666;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.shopInfo .pj-img {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-left: 16rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.shopInfo .pj-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.shopInfo .moreBtn {
|
|
text-align: center;
|
|
}
|
|
|
|
.shopInfo .moreBtn .btn_1 {
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.shopInfo .parameter {
|
|
background: #fff;
|
|
padding: 20rpx 20rpx 0 20rpx;
|
|
text-align: left;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.shopInfo .parameter .par-info {
|
|
display: flex;
|
|
width: 100%;
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 2rpx solid #f1f1f1;
|
|
}
|
|
|
|
.shopInfo .parameter .par-info .name {
|
|
color: #999;
|
|
width: 25%;
|
|
padding-right: 20rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.shopInfo .parameter .par-info .value {
|
|
color: #333;
|
|
width: 75%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* 微贴 */
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
.list-post {
|
|
width: 100%;
|
|
padding: 0 0 40rpx;
|
|
z-index: 9999;
|
|
height: 92.5vh;
|
|
overflow-y: scroll;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.list-post .item {
|
|
padding: 20rpx 30rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list-post .item .userInfo {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.list-post .item .avatar {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
background-color: #c8c8c8;
|
|
}
|
|
|
|
.list-post .item .avatar image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.list-post .item .nickname {
|
|
font-size: 14px;
|
|
max-width: 300rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.list-post .item .evaluate {
|
|
margin-top: 25rpx;
|
|
}
|
|
|
|
.list-post .item .evaluate .message {
|
|
font-size: 13px;
|
|
margin-left: 5rpx;
|
|
color: #3c3c3c;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
-webkit-line-clamp: 5;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.list-post .item .evaluate .album .img {
|
|
display: inline-block;
|
|
width: 206rpx;
|
|
height: 206rpx;
|
|
margin: 10rpx;
|
|
background-color: #ececec;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.list-post .item .bottom {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.list-post .item .bottom .iconfont {
|
|
display: inherit;
|
|
}
|
|
|
|
.list-post .item .comment,
|
|
.link {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.comment {
|
|
color: #929292;
|
|
}
|
|
|
|
.link {
|
|
margin-left: 50rpx;
|
|
color: #ff9600;
|
|
}
|
|
|
|
.moreText {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 27rpx;
|
|
color: #6666;
|
|
margin: 20rpx 0;
|
|
}
|