64 lines
930 B
Plaintext
64 lines
930 B
Plaintext
/* packageA/mycomponent/goodsComponent/zhpGroup/zhplist.wxss */
|
|
.zhpBox {
|
|
padding: 30rpx 30rpx;
|
|
background-color: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.lis {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.lis .left {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.cotext {
|
|
color: #f15353;
|
|
}
|
|
|
|
.lis .right {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #f15353;
|
|
}
|
|
|
|
.rightBtn {
|
|
background-color: #f15353;
|
|
border-radius: 35rpx;
|
|
padding: 15rpx 18rpx;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
}
|
|
|
|
.rule {
|
|
padding: 30rpx;
|
|
background-color: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.rulebox {
|
|
text-align: left;
|
|
margin-top: 30rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
/* 规则弹窗 */
|
|
.showBox {
|
|
width: 550rpx;
|
|
height: 800rpx;
|
|
background-color: #fff;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.showBox .title {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 30rpx 0;
|
|
}
|