yuminge-app/yun-min-program-plugin-master/packageB/member/commodity_coupon/CommodityCouponGive/CommodityCouponGive.wxss

49 lines
863 B
Plaintext

.give_out .content .coupon_open {
background: #fff;
padding: 20rpx 0 40rpx 0;
}
.give_out .content .coupon_open .list {
padding: 0 28rpx;
}
.give_out .content .coupon_open .list .li {
display: flex;
line-height: 80rpx;
font-size: 15px;
}
.give_out .content .coupon_open .list .li .span {
width: 200rpx;
text-align: left;
}
.give_out .content .coupon_open .list .li .input {
border: none;
width: 480rpx;
}
.give_out .content .coupon_open .list .li textarea {
margin-top: 20rpx;
width: 480rpx;
min-height: 160rpx;
border-radius: 8rpx;
height: 160rpx;
border: solid 2rpx #ebebeb;
background: #fafafa;
padding: 12rpx;
}
.give_out .content .give_btn {
width: 80%;
border-radius: 12rpx;
height: 84rpx;
background: #f15353;
margin: 0 auto;
color: #fff;
font-size: 16px;
/* margin: 40rpx 0; */
border: none;
}