创建新的小程序,进出码,体温上报功能迁移基本完成
This commit is contained in:
31
weixin-miniprogram/pages/index/login.wxss
Normal file
31
weixin-miniprogram/pages/index/login.wxss
Normal file
@@ -0,0 +1,31 @@
|
||||
/* pages/index/login.wxss */
|
||||
.container {
|
||||
line-height: 1.5em;
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.login-icon {
|
||||
text-align: center;
|
||||
height: 35vh;
|
||||
}
|
||||
|
||||
.login-img {
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
.login-from {
|
||||
padding: 0 20vw;
|
||||
}
|
||||
|
||||
.inputText {
|
||||
width: 95%;
|
||||
border-bottom: solid 1px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.loginBtnView {
|
||||
margin-top: 70px;
|
||||
}
|
||||
.loginBtn {
|
||||
margin-bottom: 25px;
|
||||
}
|
Reference in New Issue
Block a user