Browse Source

all

hanyuqing
hanyuqing 3 months ago
parent
commit
ff518711cb
  1. 29
      vue/src/system/Register.vue

29
vue/src/system/Register.vue

@ -356,27 +356,23 @@ body, html {
width: 100%; width: 100%;
text-align: left; text-align: left;
} }
.form-title { .form-title {
font-size: 18px; font-size: 18px;
font-weight: 900; font-weight: 600;
color: #333333; color: #333333;
margin-top: -7px; margin-bottom: 6px;
margin-bottom: 10px;
margin-left: 13px;
text-shadow: 0.2px 0.2px 0 #1f2937; text-shadow: 0.2px 0.2px 0 #1f2937;
text-align: left; text-align: left;
font-family: 'SimSun', '宋体', serif;
} }
.form-description { .form-description {
color: #B5B5B5; color: #A3A3A3;
margin-bottom: 2rem; margin-bottom: 2rem;
margin-left: 13px;
text-align: left; text-align: left;
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
font-family: 'SimSun', '宋体', serif;
} }
/* 头像上传区域 */ /* 头像上传区域 */
@ -477,14 +473,12 @@ body, html {
.form-label { .form-label {
display: block; display: block;
font-size: 11px; font-size: 12px;
font-weight: 700; font-weight: 700;
color: #374151; color: #757575;
margin-bottom: 0.3rem; margin-bottom: 8px;
text-align: left; text-align: left;
font-family:'STSong', '宋体', serif;
} }
.form-input { .form-input {
width: 100%; width: 100%;
padding: 0.6rem 0.8rem; padding: 0.6rem 0.8rem;
@ -493,7 +487,6 @@ body, html {
transition: all 0.2s; transition: all 0.2s;
font-size: 9px; font-size: 9px;
box-sizing: border-box; box-sizing: border-box;
font-family: 'SimSun', '宋体', serif;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
@ -521,7 +514,6 @@ body, html {
font-size: 9px; font-size: 9px;
color: #B5B5B5; color: #B5B5B5;
text-decoration: none; text-decoration: none;
font-family: 'SimSun', '宋体', serif;
} }
.forgot-password:hover { .forgot-password:hover {
@ -548,7 +540,6 @@ body, html {
font-size: 11px; font-size: 11px;
color: #444040ba; color: #444040ba;
font-weight: bold; font-weight: bold;
font-family: 'SimSun', '宋体', serif;
} }
.register-button { .register-button {
@ -566,7 +557,6 @@ body, html {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
box-sizing: border-box; box-sizing: border-box;
font-family: 'SimSun', '宋体', 'STSong', '华文宋体', serif;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
} }
@ -594,7 +584,6 @@ body, html {
display: flex; display: flex;
align-items: center; align-items: center;
margin: 1.5rem 0; margin: 1.5rem 0;
font-family: 'SimSun', '宋体', serif;
} }
.divider::before, .divider::before,
@ -609,7 +598,6 @@ body, html {
padding: 0 1rem; padding: 0 1rem;
font-size: 11px; font-size: 11px;
color: #B5B5B5; color: #B5B5B5;
font-family: 'SimSun', '宋体', serif;
} }
.social-login { .social-login {
@ -622,7 +610,6 @@ body, html {
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 11px; font-size: 11px;
font-weight: bold; font-weight: bold;
font-family: 'SimSun', '宋体', serif;
} }
.social-icons { .social-icons {

Loading…
Cancel
Save