【bug】bug修改 会议报名样式修改

This commit is contained in:
fengachen
2021-10-29 16:52:01 +08:00
parent 11f1827255
commit 121059ad1e
13 changed files with 92 additions and 19 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<!--pages/cannotSignUp/cannotSignUp.wxml-->
<view class="container-box">
<view class="container-box wrap">
<!-- 身份为非成员的;缴费方式为汇款/线上缴费的,报完名跳转到审核 -->
<!-- 不需要审核的显示 -->
<view class="audit">
+11 -2
View File
@@ -2,12 +2,21 @@
/* pages/signUpSuccess/signUpSuccess.wxss */
page {
background-color: #f5f5f5;
}
.wrap {
background-color: #fff;
margin: 10px;
height: 96vh;
border-radius: 10px;
border: 1px solid #eee;
}
/* 不需要审核的报名提示样式 */
.audit {
text-align: center;
width: 100%;
margin-top: 100px;
margin-top: 170px;
font-size: 16px;
}
.audit image.img {