92 lines
1.3 KiB
Plaintext
92 lines
1.3 KiB
Plaintext
|
/**index.wxss**/
|
||
|
page{
|
||
|
height: 100%;
|
||
|
background-size:100%;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding: 0;
|
||
|
box-sizing: border-box;
|
||
|
/* background-color: #f2f2f2; */
|
||
|
}
|
||
|
|
||
|
/*登录图片*/
|
||
|
.login-icon{
|
||
|
flex: none;
|
||
|
margin: 0 auto;
|
||
|
margin-top: 200rpx;
|
||
|
}
|
||
|
|
||
|
.login-img{
|
||
|
width: 220rpx;
|
||
|
height: 220rpx;
|
||
|
border-radius: 110rpx;
|
||
|
opacity: 0.6;
|
||
|
}
|
||
|
|
||
|
/*表单内容*/
|
||
|
.login-from {
|
||
|
margin-top: 90px;
|
||
|
flex: auto;
|
||
|
height:100%;
|
||
|
}
|
||
|
|
||
|
/* 输入框 */
|
||
|
.myno{
|
||
|
width: 90%;
|
||
|
height: 80rpx;
|
||
|
line-height: normal;
|
||
|
margin: 0 auto;
|
||
|
border:1px solid #ccc;
|
||
|
border-radius: 50rpx;
|
||
|
font-size: 1.7em;
|
||
|
text-align-last:left;
|
||
|
}
|
||
|
.mypwd{
|
||
|
width: 90%;
|
||
|
height: 80rpx;
|
||
|
line-height: normal;
|
||
|
margin: 0 auto;
|
||
|
border:1px solid #ccc;
|
||
|
border-radius: 50rpx;
|
||
|
margin-top: 20rpx;
|
||
|
font-size: 1.7em;
|
||
|
text-align-last:left;
|
||
|
}
|
||
|
/*按钮*/
|
||
|
.loginBtnView {
|
||
|
margin-top: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
padding-bottom: 0px;
|
||
|
}
|
||
|
|
||
|
.loginBtn {
|
||
|
width: 90%;
|
||
|
height: 80rpx;
|
||
|
line-height: 80rpx;
|
||
|
margin-top: 35px;
|
||
|
color: #fff;
|
||
|
background-color:#79b6e9;
|
||
|
border: 0.1rpx solid #ccc;
|
||
|
border-radius: 40rpx;
|
||
|
}
|
||
|
|
||
|
.nameImage
|
||
|
{
|
||
|
margin-top: 5px;
|
||
|
margin-right: 10px;
|
||
|
width: 25px;
|
||
|
height: 25px;
|
||
|
float: left;
|
||
|
}
|
||
|
.keyImage
|
||
|
{
|
||
|
margin-top: 0px;
|
||
|
margin-right: 10px;
|
||
|
width: 18px;
|
||
|
height: 18px;
|
||
|
float: left;
|
||
|
}
|