@@ -194,11 +224,17 @@ function timer() {
>
登 录
-
- v1.0.0
-
+
+
+
+ 勾选即代表您同意并接受服务协议与隐私政策
+
+
+
+ v1.0.0
+
@@ -277,6 +313,7 @@ function timer() {
border-radius: 4px;
display: flex;
justify-content: center;
+ flex-direction: column;
align-items: center;
letter-spacing: 0.2em;
backdrop-filter: blur(50px);
@@ -285,7 +322,7 @@ function timer() {
top: 0;
right: 2%;
.login-Form {
- width: 70%;
+ width: 77%;
margin: 0 auto;
.icon {
width: 15px;
@@ -328,15 +365,27 @@ function timer() {
border-radius: 4px;
color: white;
}
- .versions {
- width: 100%;
- text-align: center;
- font-size: 13px;
-
- font-weight: 400;
- color: #6e7382;
- padding-top: 20px;
- letter-spacing: 2px;
+ }
+ .versions {
+ width: 100%;
+ text-align: center;
+ font-size: 13px;
+
+ font-weight: 400;
+ color: #6e7382;
+ padding-top: 10px;
+ letter-spacing: 2px;
+ }
+ .check {
+ width: 100%;
+ text-align: center;
+ font-size: 12px;
+ font-weight: 400;
+ color: #6e7382;
+ text-align: center;
+ cursor: pointer;
+ .blue {
+ color: #5aa8fd;
}
}
}