login.css 1.09 KB
@charset "UTF-8";
/* Author XGQ
 * 2019-10-03
 */
.imgbox{
	text-align: center;
}
.logoimg {
	margin: 50upx 0 25upx;
	display: inline-block;
	width: 200upx;
	height: 200upx;
}
.input-box {
	padding: 50upx;
	font-size: 30upx;
}
.input-item {
	display: flex;
	background: white;
	border-bottom: 1upx solid #eeeeee;
	line-height: 100upx;
	height: 100upx;
}
.input-label {
    width: 150upx;
}
.input-body{
	position: relative;
	height: 100upx;
	width: calc(100% - 150upx);
}
.input {
	line-height: 100upx;
	height: 100upx;
	position: relative;
	font-size: 28upx;
}
.eye{
	position: absolute;
	height: 50upx;
	width: 50upx;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.btn-code{
	position: absolute;
	right: 0upx;
	top:50%;
	transform: translateY(-50%);
	background: none;
	color: #205592;
	width: 160upx;
	font-size: 24upx;
	box-sizing: border-box;
	text-align: right;
	padding: 0;
	height: 100upx;
	line-height: 100upx;
}
.select {
	padding-top: 40upx;
	display: flex;
	justify-content: space-between;
	color: #003B67;
}
.footlabel{
	margin: 50upx 35upx 50upx 40upx;
	font-size: 30upx;
	color: #808080;
}