145 lines
2.7 KiB
Plaintext
145 lines
2.7 KiB
Plaintext
/* packageA/mycomponent/goodsComponent/plugin/groupWork/groupWork.wxss */
|
|
.u_groupWork .u_groupWork-box {
|
|
height: 110rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 20rpx;
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.u_groupWork .u_groupWork-box .u_groupWork-left {
|
|
flex: 1;
|
|
text-align: left;
|
|
}
|
|
|
|
.u_groupWork .u_groupWork-box .u_groupWork-left .u_groupWork_num {
|
|
font-size: 12px;
|
|
color: #f14e4e;
|
|
padding-top: 4rpx;
|
|
}
|
|
|
|
.u_groupWork .select_box {
|
|
padding: 28px 28px 0 28px;
|
|
}
|
|
|
|
.u_groupWork .select_box .select {
|
|
border-top: solid 1rpx #ebebeb;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 28rpx 0;
|
|
}
|
|
|
|
.u_groupWork .select_box .select li {
|
|
width: 216rpx;
|
|
padding: 20rpx 0;
|
|
border: solid 1rpx #ebebeb;
|
|
border-radius: 8rpx;
|
|
margin-right: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.u_groupWork .select_box .radio-style {
|
|
border: 1rpx solid #bfcbd9;
|
|
margin-right: 10rpx;
|
|
margin-bottom: 10rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.u_groupWork .select_box .disabled-style {
|
|
/* border: 1rpx solid #999; */
|
|
}
|
|
|
|
.u_groupWork .select_box .select li view {
|
|
display: block;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.u_groupWork .select_box .select li view font {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.u_groupWork .select_box .select li:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.u_groupWork .select_box .select .current {
|
|
border: solid 1rpx #f15353;
|
|
color: #f15353;
|
|
}
|
|
|
|
.u_groupWork .select_box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.u_groupWork .select_box .van-radio {
|
|
margin-right: 30rpx;
|
|
margin-bottom: 10rpx;
|
|
background: #fff;
|
|
border: 1rpx solid #bfcbd9;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
.u_groupWork .select_box .vantRadioshow {
|
|
background-color: #f15353;
|
|
border-color: #f15353;
|
|
box-shadow: #f15353 -1rpx 0 0 0;
|
|
color: #fff;
|
|
margin-right: 14rpx;
|
|
}
|
|
|
|
.u_groupWork .select_box .vantRadioshow .vantRadioshow-color {
|
|
color: #fff;
|
|
}
|
|
|
|
.rewardPay {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.rewardPay .content {
|
|
background-color: #fff;
|
|
text-align: left;
|
|
padding: 19.2rpx;
|
|
min-height: 110.08rpx;
|
|
font-size: 25.6rpx;
|
|
line-height: 32rpx;
|
|
width: 100%;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.rewardPay .content .span {
|
|
color: #1c96fe;
|
|
}
|
|
|
|
.rewardPay .payMode .ul .li {
|
|
background-color: #fff;
|
|
height: 110.08rpx;
|
|
border-bottom: 1.92rpx solid #eee;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
line-height: 110.08rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.rewardPay .payMode .ul .li:last-of-type {
|
|
border-bottom: none;
|
|
margin-bottom: 22.08rpx;
|
|
}
|
|
|
|
.rewardPay .cancel {
|
|
text-align: center;
|
|
background-color: #fff;
|
|
height: 110.08rpx;
|
|
border-bottom: 1.92rpx solid #eee;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
line-height: 110.08rpx;
|
|
}
|