bug修改,登录等页面重画
This commit is contained in:
@@ -1,32 +1,69 @@
|
||||
/* pages/meeting/meeting.wxss */
|
||||
page {
|
||||
overflow: hidden;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
color: #333;
|
||||
}
|
||||
.container-box{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.form-box{
|
||||
transform: translateY(20%);
|
||||
}
|
||||
.text-value{
|
||||
position: relative;
|
||||
}
|
||||
.text-password input{
|
||||
padding-right: 30px;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background-color: #fff;
|
||||
border-top-left-radius: 15px;
|
||||
border-top-right-radius: 15px;
|
||||
padding: 30px 20px;
|
||||
}
|
||||
.set-password{
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
color: #333;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
letter-spacing: 0.5px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.form-box .item {
|
||||
position: relative;
|
||||
display: block !important;
|
||||
width: 100%;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.form-box .label{
|
||||
width: 100%;
|
||||
color: #A4A4A4;
|
||||
font-size: 12px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.form-box .value{
|
||||
width: 100%;
|
||||
}
|
||||
.form-box .value input{
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #F2F2F4;
|
||||
border-radius: 8px;
|
||||
color: #333;
|
||||
font-size: 15px;
|
||||
height: 50px;
|
||||
padding: 0 90px 0 20px;
|
||||
}
|
||||
|
||||
|
||||
.btn-area button{
|
||||
background-color: #069F99 !important;
|
||||
height: 50px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
.show{
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 8px;
|
||||
top: 58%;
|
||||
z-index: 9;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user