129 lines
2.1 KiB
Plaintext
129 lines
2.1 KiB
Plaintext
/* pages/member/myEvaluation/myEvaluation.wxss */
|
|
.detailed .goods {
|
|
/* border-bottom: solid 2rpx #ebebeb; */
|
|
position: relative;
|
|
width: 100%;
|
|
background: #fff;
|
|
}
|
|
|
|
.detailed .orderhoet .titleID {
|
|
font-size: 28rpx;
|
|
line-height: 72rpx;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.detailed .product {
|
|
display: flex;
|
|
padding-bottom: 10rpx;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.detailed .goodsinfo {
|
|
position: relative;
|
|
padding-bottom: 10rpx;
|
|
background-color: #fff;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.detailed .goodsinfo .goods {
|
|
padding-top: 20rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.detailed .goods .img {
|
|
width: 192rpx;
|
|
min-height: 192rpx;
|
|
margin: 0 20rpx;
|
|
}
|
|
|
|
.detailed .goods .img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.detailed .goods .warp {
|
|
width: 68%;
|
|
padding: 0 32rpx 0 0;
|
|
}
|
|
|
|
.detailed .goods .warp .top {
|
|
min-height: 120rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.detailed .goods .warp .top .inner {
|
|
width: 70%;
|
|
text-align: left;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.detailed .goods .warp .top .inner .name {
|
|
text-align: left;
|
|
color: #333;
|
|
margin-bottom: 10rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.detailed .goods .option {
|
|
color: #8c8c8c;
|
|
font-size: 24rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.detailed .goods .warp .price {
|
|
width: 30%;
|
|
text-align: right;
|
|
}
|
|
|
|
.detailed .goods .warp .bottom {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.detailed .goods .evaluate {
|
|
/* padding-top: 40rpx; */
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.detailed .goods .evaluate .span {
|
|
border: solid 2rpx #f15353;
|
|
border-radius: 30rpx;
|
|
padding: 8rpx 20rpx;
|
|
text-align: center;
|
|
color: #f15353;
|
|
}
|
|
|
|
.detailed .butts {
|
|
/* position: absolute;
|
|
right: 24rpx;
|
|
text-align: center;
|
|
margin-top: -72rpx; */
|
|
color: #333;
|
|
background: #fff;
|
|
text-align: right;
|
|
}
|
|
|
|
.detailed .butts .span {
|
|
margin-right: 20rpx;
|
|
padding: 8rpx 20rpx;
|
|
border-radius: 30rpx;
|
|
border: solid 2rpx #b1a6a6;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* .detailed .butts .add-evaluate {
|
|
color: #f15353;
|
|
border: solid 2rpx #f15353;
|
|
} */
|
|
|
|
.nomessage {
|
|
color: #555;
|
|
line-height: 600rpx;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
font-size: 32rpx;
|
|
}
|