30 lines
429 B
Plaintext
30 lines
429 B
Plaintext
/* pages/meeting/meeting.wxss */
|
|
page {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
color: #333;
|
|
}
|
|
.form-box{
|
|
transform: translateY(20%);
|
|
}
|
|
.text-value{
|
|
position: relative;
|
|
}
|
|
.set-password{
|
|
display: block;
|
|
font-size: 16px;
|
|
color: #333;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
.show{
|
|
width: 15px;
|
|
height: 15px;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 8px;
|
|
z-index: 9;
|
|
}
|