login.wxss 1.41 KB

.loginBg{
	background: url(../../static/img/loginBg.521f9b73.png)  no-repeat;
	background-size: 100% 100%;
	height: 731.88rpx;
}
.loginBox{
	background: #ffffff;
	width: 670.28rpx;
	height: 663.04rpx;
	position: relative;
	top: 311.59rpx;
	margin: 0 auto;
	-webkit-box-shadow:0px 0px 12.68rpx 0px rgba(0,0,0,0.14);
	        box-shadow:0px 0px 12.68rpx 0px rgba(0,0,0,0.14);
	border-radius:7.24rpx;
	padding-top:85.14rpx;
}
.loginTitle{
	font-size:43.47rpx;
	color:rgba(74,74,74,1);
	letter-spacing:1.81rpx;
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 119.56rpx;
}
.inputBox{
	width: 528.98rpx;
	border-bottom: 1.81rpx solid #9B9B9B;
	margin: 0 auto;
	padding-left: 12.68rpx;
	position: relative;
}
.userBox{
	margin-bottom: 43.47rpx;
}
.userBox image{
	height:32.6rpx;
	width: 25.5rpx;
	display: inline-block;
	position: absolute;
	top: 16.3rpx;
}
.pwdBox image{
	height:32.6rpx;
	width: 32.6rpx;
	display: inline-block;
	position: absolute;
	top: 16.3rpx;
}
.userInput{
	display: inline-block;
	font-size: 30.79rpx;
	top: 9.05rpx;
	left:54.34rpx;
}
.pwdInput{
	display: inline-block;
	font-size: 30.79rpx;
	top: 9.05rpx;
	left: 54.34rpx;
}
.pwdBox{
	margin-bottom: 94.2rpx;
}
.loginBtn{
	width:516.36rpx;
	height:76.08rpx;
	background:rgba(0,105,255,1);
	border-radius:21px;
	font-size:36.23rpx;
	color:rgba(255,255,255,1);
	line-height:76.08rpx;
	letter-spacing: 25.36rpx;
	padding: 0;
	padding-left: 25.36rpx;
}