264 lines
4.0 KiB
Plaintext
264 lines
4.0 KiB
Plaintext
/* pages/member/CommentDetails/CommentDetails.wxss */
|
|
|
|
.commentDetails .all {
|
|
background: #fff;
|
|
}
|
|
|
|
.commentDetails .callback {
|
|
position: fixed;
|
|
bottom: 0;
|
|
background: #fff;
|
|
height: 120rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.commentDetails .callback input {
|
|
flex: 5;
|
|
border: #919191 solid 2rpx;
|
|
border-radius: 10rpx;
|
|
line-height: 60rpx;
|
|
height: 50rpx;
|
|
padding-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
|
|
.commentDetails .callback .button {
|
|
border: #dd191d solid 2rpx;
|
|
border-radius: 10rpx;
|
|
background: #e84e40;
|
|
color: #fff;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
margin: 0 20rpx;
|
|
padding: 0 40rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.commentDetails .callback .btn-share {
|
|
flex: 1;
|
|
color: #919391;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.commentDetails .callback .btn-share::after {
|
|
display: none;
|
|
}
|
|
|
|
.commentDetails .userimg {
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
width: 80rpx;
|
|
margin-right: 20rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.commentDetails .userimg image {
|
|
width: 100%;
|
|
}
|
|
|
|
.commentDetails .level-name {
|
|
color: #8c8c8c;
|
|
margin-top: 0.3rem;
|
|
}
|
|
|
|
.commentDetails .rate {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 26rpx;
|
|
}
|
|
|
|
.commentDetails .zjpj {
|
|
padding: 20rpx 26rpx;
|
|
border-bottom: #e8e8e8 solid 2rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.commentDetails .zjpj .zp {
|
|
display: flex;
|
|
}
|
|
|
|
.commentDetails .spaet {
|
|
color: #919191;
|
|
flex: 3;
|
|
text-align: right;
|
|
}
|
|
|
|
.commentDetails .pj {
|
|
border-bottom: #e8e8e8 solid 2rpx;
|
|
|
|
/* background: #FFF; */
|
|
padding: 20rpx 32rpx;
|
|
}
|
|
|
|
.commentDetails .pj .user {
|
|
display: flex;
|
|
}
|
|
|
|
.commentDetails .pj .p {
|
|
text-align: left;
|
|
margin-top: 20rpx;
|
|
line-height: 48rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.commentDetails .pj image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.commentDetails .pj .name {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.commentDetails .pj .pjImgs {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.commentDetails .pj .pjImgs .pjImgWrapper {
|
|
height: 80rpx;
|
|
padding: 10rpx;
|
|
}
|
|
|
|
.commentDetails .pj .pjImgs .pjImgWrapper image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.commentDetails .pj-imgs {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin: 0 16rpx 16rpx 0;
|
|
}
|
|
|
|
.commentDetails .pj-imgs image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.commentDetails .pic {
|
|
display: flex;
|
|
align-items: stretch;
|
|
flex-flow: row wrap;
|
|
padding: 20rpx 0;
|
|
background: #fff;
|
|
}
|
|
|
|
.commentDetails .pic .top {
|
|
flex: 33%;
|
|
}
|
|
|
|
.commentDetails .pic .top image {
|
|
width: 90%;
|
|
}
|
|
|
|
.commentDetails .pjgoods {
|
|
padding: 20rpx 0;
|
|
background: #fff;
|
|
}
|
|
|
|
.commentDetails .goods {
|
|
width: 100%;
|
|
display: flex;
|
|
background: #fafafa;
|
|
}
|
|
|
|
.commentDetails .goods .img {
|
|
width: 192rpx;
|
|
height: 192rpx;
|
|
padding: 28rpx;
|
|
}
|
|
|
|
.commentDetails .goods .img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.commentDetails .goods .warp {
|
|
width: 70vw;
|
|
padding-top: 20rpx;
|
|
padding-right: 16rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.commentDetails .goods .warp .inner {
|
|
flex: 7;
|
|
text-align: left;
|
|
}
|
|
|
|
.commentDetails .goods .warp .inner .name {
|
|
text-align: left;
|
|
color: #333;
|
|
margin-bottom: 20rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.commentDetails .goods .warp .price {
|
|
flex: 3;
|
|
align-items: center;
|
|
text-align: right;
|
|
color: #333;
|
|
padding-right: 8rpx;
|
|
}
|
|
|
|
.commentDetails .goods .warp .price .p {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.commentDetails .goods .product_price {
|
|
margin-bottom: 20rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.commentDetails .goods .option {
|
|
color: #8c8c8c;
|
|
font-size: 24rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.commentDetails .goods .option2 {
|
|
color: #e84e40;
|
|
font-size: 28rpx;
|
|
flex: 1;
|
|
width: 100%;
|
|
}
|
|
|
|
.commentDetails .allpl {
|
|
margin-top: 20rpx;
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.commentDetails .allpl .othepj {
|
|
background: #efedf5;
|
|
padding-left: 60rpx;
|
|
padding-right: 20rpx;
|
|
}
|
|
|
|
.commentDetails .allpl .tilse {
|
|
text-align: left;
|
|
line-height: 64rpx;
|
|
border-bottom: #e8e8e8 solid 2rpx;
|
|
}
|
|
|
|
.commentDetails .allpl .pjhf {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
}
|
|
|
|
.commentDetails .allpl .pjhf .pjtime {
|
|
color: #919191;
|
|
flex: 5;
|
|
text-align: left;
|
|
}
|
|
|
|
.commentDetails .allpl .pjhf .span {
|
|
padding: 2rpx 20rpx;
|
|
border: solid 2rpx #bfcbd9;
|
|
border-radius: 26rpx;
|
|
}
|