2021-12-12 17:15:24 +08:00

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;
}