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

Loading…
Cancel
Save