mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-08-03 21:12:52 +08:00
20 lines
275 B
Plaintext
20 lines
275 B
Plaintext
/* page_package/money/cash/cash.wxss */
|
|
page{
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.rule-card{
|
|
width: 94%;
|
|
margin-left: 3%;
|
|
border-radius: 8rpx;
|
|
background-color: white;
|
|
}
|
|
|
|
.process-card{
|
|
width: 92%;
|
|
margin-left: 4%;
|
|
}
|
|
|
|
.rule-text{
|
|
line-height:48rpx
|
|
} |