修改小程序目录,删除示例小程序
This commit is contained in:
28
miniprogram/src/pages/index/login.css
Normal file
28
miniprogram/src/pages/index/login.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.container {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.login-icon {
|
||||
text-align: center;
|
||||
height: 35vh;
|
||||
}
|
||||
|
||||
.login-img {
|
||||
width: 50vw;
|
||||
}
|
||||
|
||||
.login-from {
|
||||
padding: 0 20vw;
|
||||
}
|
||||
|
||||
.inputText {
|
||||
border-bottom: solid 1px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.loginBtnView {
|
||||
margin-top: 70px;
|
||||
}
|
||||
.loginBtn {
|
||||
margin-bottom: 25px;
|
||||
}
|
Reference in New Issue
Block a user