登录,设置密码,修改密码,我的,首页,会议列表(接口逻辑已写,差加密文件的完善,代联调)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/* pages/meeting/meeting.wxss */
|
||||
page {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
color: #333;
|
||||
}
|
||||
.form-box{
|
||||
transform: translateY(100%);
|
||||
}
|
||||
.set-password{
|
||||
display: block;
|
||||
font-size: 16px;
|
||||
color: #333;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
Reference in New Issue
Block a user