[本时生活小程序-线上备份]

This commit is contained in:
张慢慢
2021-05-21 15:02:18 +08:00
commit f0302de899
206 changed files with 12884 additions and 0 deletions

36
pages/login/login.wxss Normal file
View 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;
}