ASR/miniprogram/pages/init/init.wxss
Saturneric 73fc37e472 Add.
2020-09-01 00:55:41 +08:00

27 lines
367 B
Plaintext

/* miniprogram/pages/init/init.wxss */
.btn{
position: absolute;
top: 500px;
right :20px;
width: 50px;
height: 30px;
background-color: white;
}
.down-img{
width: 20px;
height: 30px;
}
.down-row{
position: fixed;
bottom: 20px;
width: 100%;
}
.auth-button{
width: 70%;
margin-top: 20px;
margin-bottom: 50px;
background-color: #19be6b;
}