|
@@ -30,13 +30,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="user_p">
|
|
|
+ <p>
|
|
|
+ 要确保您的帐户安全无虑,请设置安全系数高的密码,例如:密码应由字母或符号、数字组成.
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <button class="button" @click="confirmPswd">确认提交</button>
|
|
|
</div>
|
|
|
- <div class="user_p">
|
|
|
- <p>
|
|
|
- 要确保您的帐户安全无虑,请设置安全系数高的密码,例如:密码应由字母或符号、数字组成.
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- <button class="button" @click="confirmPswd">确认提交</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -140,7 +140,7 @@ body {
|
|
|
.dialog-header,
|
|
|
.dialog-title,
|
|
|
.dialog-main {
|
|
|
- padding: 20px;
|
|
|
+ padding: 10px 20px;
|
|
|
box-sizing: border-box;
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -154,11 +154,6 @@ body {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
-.changeTitle div {
|
|
|
- font-size: 32px;
|
|
|
- font-weight: bold;
|
|
|
- margin-bottom: 7px;
|
|
|
-}
|
|
|
|
|
|
.dialog-content-item-content {
|
|
|
font-size: 15px;
|
|
@@ -185,11 +180,12 @@ body {
|
|
|
/* 用户协议框架 */
|
|
|
.user_p {
|
|
|
height: 50px;
|
|
|
+ margin-top: 14px;
|
|
|
}
|
|
|
|
|
|
.user_p p {
|
|
|
color: #535353;
|
|
|
- font-size: 15px
|
|
|
+ font-size: 15px;
|
|
|
}
|
|
|
|
|
|
/* 提交按钮样式 */
|