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.
156 lines
2.3 KiB
156 lines
2.3 KiB
/* pages/login/login.wxss */
|
|
page {
|
|
background: rgb(255, 255, 255);
|
|
}
|
|
|
|
.logo-container {
|
|
margin-top: 85rpx;
|
|
margin-bottom: 125rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.logo {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.body-container {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.marginBottom {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.userName-container {
|
|
width: 580rpx;
|
|
height: 95rpx;
|
|
background: rgb(245, 245, 247);
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.userName-logo {
|
|
width: 30rpx;
|
|
height: 34rpx;
|
|
padding-right: 15rpx;
|
|
border-right: 1px dashed #8A8A8A;
|
|
}
|
|
|
|
.password-logo {
|
|
width: 30rpx;
|
|
height: 34rpx;
|
|
padding-right: 15rpx;
|
|
border-right: 1px dashed #8A8A8A;
|
|
}
|
|
|
|
.input {
|
|
width: 492rpx;
|
|
height: 95rpx;
|
|
padding-left: 15rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.login-btn {
|
|
width: 580rpx !important;
|
|
height: 98rpx;
|
|
margin-top: 90rpx;
|
|
color: rgb(201, 201, 201);
|
|
background: rgb(255, 255, 255);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.co-info {
|
|
position: fixed;
|
|
bottom: 10px;
|
|
left: 0;
|
|
width: 100vw;
|
|
color: #ccc;
|
|
text-align: center;
|
|
font-size: 14px
|
|
}
|