mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-08-02 12:44:55 +08:00
18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
/* pages/launch/launch.wxss */
|
|
.launch{
|
|
height: 100%;
|
|
width: 100%;
|
|
position: fixed;
|
|
display:flex;
|
|
flex-direction:column;
|
|
}
|
|
.interval{
|
|
border-radius: 50%;
|
|
border: 1px solid #0081ff;
|
|
width: 32px;
|
|
height: 32px;
|
|
color: #0081ff;
|
|
position: absolute;
|
|
right: 48rpx;
|
|
top: 148rpx;
|
|
} |