[本时生活小程序-线上备份]
This commit is contained in:
36
pages/login/login.wxss
Normal file
36
pages/login/login.wxss
Normal file
@@ -0,0 +1,36 @@
|
||||
/* 登录 */
|
||||
|
||||
page {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.loginImg {
|
||||
position: relative;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.loginImg image {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.loginBtn[size="mini"]{
|
||||
background: #33f800;
|
||||
color: #000;
|
||||
width: 240rpx;
|
||||
height: 86rpx;
|
||||
line-height: 76rpx;
|
||||
border-radius: 30rpx;
|
||||
position: absolute;
|
||||
bottom: 5vh;
|
||||
left: calc(50% - 120rpx);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: 4rpx solid #fff;
|
||||
box-sizing: border-box;
|
||||
font-size: 36rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user