95 lines
1.8 KiB
Plaintext
95 lines
1.8 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-7ebce77e {
|
|
width: 100%;
|
|
height: 100vh;
|
|
background: #fff;
|
|
}
|
|
.login.data-v-7ebce77e {
|
|
width: calc(100% - 30px);
|
|
height: auto;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
padding: 15px;
|
|
background-color: #fff;
|
|
z-index: 99;
|
|
}
|
|
.login .title.data-v-7ebce77e {
|
|
text-align: left;
|
|
color: #333;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 15px;
|
|
}
|
|
.login .editem.data-v-7ebce77e {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.login .editem .item.data-v-7ebce77e {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 15px;
|
|
}
|
|
.login .editem .item .text.data-v-7ebce77e {
|
|
width: 80px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 32rpx;
|
|
}
|
|
.login .editem .item .input.data-v-7ebce77e {
|
|
width: calc(100% - 100px);
|
|
height: 35px;
|
|
line-height: 35px;
|
|
display: flex;
|
|
position: relative;
|
|
border: #dfdfdf 1px solid;
|
|
border-radius: 5px;
|
|
padding: 0 10px;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.login .editem .item input.data-v-7ebce77e {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
position: absolute;
|
|
left: 10px;
|
|
right: 0px;
|
|
z-index: 88;
|
|
font-size: 32rpx;
|
|
}
|
|
.login .editem .item .yanzhengma input.data-v-7ebce77e {
|
|
right: 120px;
|
|
font-size: 32rpx;
|
|
}
|
|
.login .editem .code.data-v-7ebce77e {
|
|
width: 110px;
|
|
background: #dfdfdf;
|
|
font-size: 32rpx;
|
|
margin: 0;
|
|
line-height: 40px;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
bottom: 0;
|
|
z-index: 99;
|
|
}
|
|
.login .btnlogin.data-v-7ebce77e {
|
|
width: 100%;
|
|
margin: 15px 0;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
background: #fea606;
|
|
font-weight: 700;
|
|
border-radius: 15px;
|
|
text-align: center;
|
|
color: #fff !important;
|
|
}
|
|
|