登录,设置密码,修改密码,我的,首页,会议列表(接口逻辑已写,差加密文件的完善,代联调)

This commit is contained in:
姚亚男
2021-09-30 16:13:12 +08:00
parent d46f96d263
commit 8a2500b5a5
75 changed files with 1532 additions and 58 deletions
+18
View File
@@ -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;
}