You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

147 lines
2.2 KiB

/* pages/login/login.wxss */
.logo-container {
margin-bottom: 40rpx;
}
.logo {
width: 100%;
height: 456rpx;
}
.body-container {
display: flex;
justify-content: center;
align-items: center;
}
.marginBottom {
margin-bottom: 40rpx;
}
.userName-container {
width: 670rpx;
height: 96rpx;
background: #F0F3FB;
border-radius: 10rpx;
display: flex;
justify-content: center;
align-items: center;
}
.userName-logo {
width: 32rpx;
height: 32rpx;
padding-left: 36rpx;
padding-right: 30rpx;
}
.password-logo {
width: 32rpx;
height: 32rpx;
padding-left: 36rpx;
padding-right: 30rpx;
}
.input {
width: 556rpx;
height: 95rpx;
padding-left: 15rpx;
font-size: 28rpx;
}
.login-btn {
width: 670rpx !important;
height: 96rpx;
margin-top: 40rpx;
color: #fff;
background-image: linear-gradient(179deg, #488EFF 0%, #2675F5 100%);
display: flex;
justify-content: center;
align-items: center;
border-radius: 10rpx;
font-size: 36rpx;
}
.backColor {
color: rgb(138, 138, 138);
}
/* 按钮 */
.cancle-sure {
width: 100%;
/* height: 100rpx; */
background: white;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #E5E5E5;
}
.sure {
color: rgb(36, 123, 255);
padding: 30rpx;
font-size: 36rpx;
}
.picker-view-column-container {
display: flex;
justify-content: center;
align-items: center;
}
.sitePicker {
width: 100%;
height: 240rpx;
font-size: 34rpx;
padding-left: 30rpx;
padding-right: 30rpx;
}
.picker-item {
display: flex;
justify-content: center;
align-items: center;
font-size: 34rpx;
overflow: hidden;
}
.sensorTypePicker {
width: 100%;
height: 240rpx;
font-size: 34rpx;
padding-left: 30rpx;
padding-right: 30rpx;
}
.indecate {
display: flex;
justify-content: center;
align-items: center;
color: rgb(241, 241, 242);
}
.noSensor-container {
height: 800rpx;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
/* background: rgb(0,0,0); */
}
.selectIndex {
height: 80rpx;
}
.forget {
color: #2675F5;
font-size: 28rpx;
width: 670rpx;
margin: 20rpx auto 0;
text-align: right;
}