mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-06-16 23:39:59 +08:00
25 lines
409 B
Plaintext
25 lines
409 B
Plaintext
/* page_package/contacts/contacts.wxss */
|
|
|
|
page{
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.absolute-right{
|
|
position: absolute;
|
|
right: 40rpx;
|
|
}
|
|
|
|
.action-btn1{
|
|
padding: 4rpx 16rpx;
|
|
border-radius: 6rpx;
|
|
background-color: white;
|
|
border: 1rpx solid #f43f3b;
|
|
}
|
|
|
|
.rank{
|
|
padding: 4rpx 16rpx;
|
|
border-radius: 32rpx;
|
|
color:#888;
|
|
background-color: white;
|
|
border: 1rpx solid #666666;
|
|
} |