mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-06-16 23:39:59 +08:00
16 lines
241 B
Plaintext
16 lines
241 B
Plaintext
/* page_package/apply-vip/apply-vip.wxss */
|
|
page {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.apply-body {
|
|
width: 94%;
|
|
margin-left: 3%;
|
|
}
|
|
|
|
.apply-title {
|
|
margin-top: 48 rpx;
|
|
font-size: 32 rpx;
|
|
font-weight: 600;
|
|
color: #000;
|
|
} |