deguodaigou/components/orderconfirm/orderagreement/orderagreement.wxss
2019-12-13 17:17:49 +08:00

19 lines
290 B
Plaintext

.agree {
width: 690rpx;
line-height: 96rpx;
display: flex;
margin: 0 auto;
color: #999999;
font-size: 26rpx;
}
.agree .select {
width: 26rpx;
height: 26rpx;
margin: auto 0;
border-radius: 50%;
background-color: #EAEAEA;
margin-right: 25rpx;
margin-left: 31rpx;
}