45 lines
683 B
Plaintext
45 lines
683 B
Plaintext
/* pages/meeting/meeting.wxss */
|
|
.form-box{
|
|
transform: translateY(25%);
|
|
}
|
|
|
|
.text-label {
|
|
width: 60px !important;
|
|
}
|
|
.text-value{
|
|
position: relative;
|
|
}
|
|
.text-password input{
|
|
padding-right: 30px;
|
|
}
|
|
.forget{
|
|
color: #999;
|
|
font-size: 14px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 20px;
|
|
}
|
|
.captcha{
|
|
padding: 0 !important;
|
|
background-color: #fff !important;
|
|
}
|
|
.count{
|
|
background-color: #f5f5f5 !important;
|
|
color: #999 !important;
|
|
}
|
|
.captcha image{
|
|
display: block;
|
|
width: 100%;
|
|
height: 90%;
|
|
border-radius: 5px;
|
|
}
|
|
.show{
|
|
width: 15px;
|
|
height: 15px;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 8px;
|
|
z-index: 9;
|
|
}
|