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.
189 lines
3.7 KiB
189 lines
3.7 KiB
/* subpages/heart/pages/groupBuyPublish/groupBuyPublish.wxss */
|
|
page {
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
.content {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.content .my-apply-img {
|
|
position: absolute;
|
|
right: -10rpx;
|
|
top: 16rpx;
|
|
}
|
|
.content .my-apply-img image {
|
|
width: 208rpx;
|
|
height: 76rpx;
|
|
}
|
|
.content .apply-item {
|
|
width: 100%;
|
|
min-height: 170rpx;
|
|
background-color: white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
padding: 0rpx 30rpx;
|
|
margin-top: 16rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.content .text-item {
|
|
height: 220rpx;
|
|
}
|
|
.content .apply-item .item-title {
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
margin-bottom: 28rpx;
|
|
}
|
|
.content .apply-item .price-item {
|
|
display: flex;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.content .apply-item .price-item input {
|
|
width: 110rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #666666;
|
|
text-align: center;
|
|
border-bottom: 1px solid #BFBFBF;
|
|
}
|
|
.content .apply-item .price-item .add {
|
|
height: 42rpx;
|
|
width: 42rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.content .apply-item .price-item .add image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.content .apply-item .price-item .tip {
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.content .apply-item .item-content, .select-time {
|
|
width: 100%;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
font-size: 32rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #666666;
|
|
}
|
|
.content .apply-item .text-content {
|
|
font-weight: 400;
|
|
height: 280rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.text-length {
|
|
position: absolute;
|
|
right: 0rpx;
|
|
bottom: -60rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
.time-group {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
.time-group .select-time {
|
|
width: 304rpx;
|
|
height: 50rpx;
|
|
/* background: #F7F7F7; */
|
|
border-radius: 25rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
}
|
|
.time-group .select-time image {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
opacity: 0.76;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.image-list {
|
|
width: 100%;
|
|
display: grid;
|
|
grid-template-columns: 214rpx 214rpx 214rpx;
|
|
grid-template-rows: 214rpx;
|
|
grid-gap: 17rpx;
|
|
height: 214rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.image-list .image-item {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
.image-list image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
border-radius: 8rpx;
|
|
}
|
|
.image-list .image-item .loading {
|
|
position: absolute;
|
|
left: 25%;
|
|
top: 25%;
|
|
width: 50%;
|
|
height: 50%;
|
|
}
|
|
.image-list .image-item .close {
|
|
position: absolute;
|
|
top: -10rpx;
|
|
right: -10rpx;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.apply-item .radio-group {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
}
|
|
.apply-item .radio-group radio + radio {
|
|
margin-left: 20rpx;
|
|
}
|