图书馆小程序
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.
 
 
 
 
 

50 lines
1016 B

@charset "UTF-8";
/* 水平间距 */
/* 水平间距 */
.page.data-v-b237504c {
padding: 40px 20px;
}
.form-box.data-v-b237504c {
padding: 20px;
}
.form-box .item.data-v-b237504c {
width: 100%;
min-height: 42px;
border-radius: 23px;
background-color: #f7f7f7;
border: 1px solid #f4f4f4;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
margin-bottom: 20px;
overflow: hidden;
}
.form-box .item .t-right-icon.data-v-b237504c {
margin-right: 15px;
margin-left: 0;
}
.form-box .item .input.data-v-b237504c {
flex: 1;
border-radius: 8px;
padding: 12px 15px;
font-size: 13px;
}
.login-btn.data-v-b237504c {
margin-top: 20px;
background-color: #01a4fe;
border-radius: 23px;
}
.tips.data-v-b237504c {
margin: 50px 30px;
font-size: 11px;
color: #000;
line-height: 22px;
}
.form-icon.data-v-b237504c .uni-icons {
margin-left: 10px;
color: #01a4fe !important;
}
.form-right-icon.data-v-b237504c .uni-icons {
margin-right: 10px;
}