mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-06-16 23:39:59 +08:00
11 lines
170 B
Plaintext
11 lines
170 B
Plaintext
/* page_package/activity/activity.wxss */
|
|
page{
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
.bottom-bar{
|
|
position: fixed;
|
|
bottom: 0px;
|
|
display: flex;
|
|
width: 100%;
|
|
} |