mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-08-04 05:22:54 +08:00
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
/* page_package/new-welfare/new-welfare.wxss */
|
|
page{
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content-body{
|
|
width: 92%;
|
|
margin-left: 4%;
|
|
background-color: white;
|
|
padding: 12rpx;
|
|
border-radius: 5rpx;
|
|
margin-top: 30rpx;
|
|
line-height: 56rpx;
|
|
} |