You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
3.2 KiB
159 lines
3.2 KiB
/* pages/groupBuyDetail/groupBuyDetail.wxss */
|
|
page {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.notice-detail {
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.notice-detail .apply-item {
|
|
width: 100%;
|
|
background-color: white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding: 40rpx 30rpx;
|
|
margin-top: 16rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.notice-detail .apply-item .item-title {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.notice-detail .apply-item .item-content {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #666666;
|
|
margin-top: 28rpx;
|
|
}
|
|
.notice-detail .apply-item .item-content .item-price {
|
|
margin-bottom: 10rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.notice-detail .apply-item .image-box {
|
|
width: 690rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin-top: 30rpx;
|
|
}
|
|
.notice-detail .apply-item .image-box image {
|
|
width: 226rpx;
|
|
height: 150rpx;
|
|
border-radius: 10rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.notice-detail .apply-item .item-mobile {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.notice-detail .apply-item .item-mobile .call-img {
|
|
width: 176rpx;
|
|
height: 76rpx;
|
|
}
|
|
.notice-detail .apply-item .item-mobile .call-img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.notice-detail .apply-item .line {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #F2F2F2;
|
|
border-radius: 1px;
|
|
margin: 28rpx 0rpx;
|
|
}
|
|
|
|
/* 评价列表 start */
|
|
.evaluate-list {
|
|
background-color: #fff;
|
|
padding: 30rpx;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.evaluate-title {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
margin-bottom: 28rpx;
|
|
}
|
|
.evaluate-line {
|
|
height: 1px;
|
|
background-color: #DCDCDC;
|
|
margin: 30rpx 0;
|
|
}
|
|
.userbox {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.userbox .headlogo {
|
|
width: 54rpx;
|
|
height: 54rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.userbox .userinfo {
|
|
margin-left: 12rpx;
|
|
}
|
|
.userbox .userinfo .nickname {
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.userbox .userinfo .time {
|
|
font-size: 20rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #999999;
|
|
}
|
|
.evaluate-content {
|
|
margin: 20rpx 0;
|
|
}
|
|
.evaluate-image {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.evaluate-image image {
|
|
width: 226rpx;
|
|
height: 150rpx;
|
|
margin-right: 12rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
/* 评价列表 end */
|
|
|
|
/* 结束团购 start */
|
|
.submit {
|
|
width: 592rpx;
|
|
height: 116rpx;
|
|
position: relative;
|
|
margin: 78rpx auto 0rpx;
|
|
}
|
|
.submit .submit-bk {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: -1;
|
|
}
|
|
.submit .submit-text {
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
}
|
|
/* 结束团购 end */
|