yuminge-app/yun-min-program-plugin-master/packageH/newDraw/lotteryComplaint/lotteryComplaint.wxss

36 lines
630 B
Plaintext

/* packageH/newDraw/lotteryComplaint/lotteryComplaint.wxss */
#lottery_complaint {
padding: 0 12px 40px;
background: #fff;
}
#lottery_complaint .title {
line-height: 36px;
text-align: left;
font-weight: 700;
font-size: 12px;
color: #000;
}
#lottery_complaint .line {
width: 100%;
height: 1rpx;
background: #f1f1f1;
margin: 32rpx 0;
}
#lottery_complaint .send-btn {
position: fixed;
bottom: 32rpx;
left: 50%;
margin-left: -320rpx;
width: 640rpx;
height: 80rpx;
line-height: 80rpx;
background-color: #f14e4e;
border-radius: 44rpx;
font-size: 18px;
color: #fff;
text-align: center;
}