|
After Width: | Height: | Size: 719 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 336 KiB |
|
After Width: | Height: | Size: 821 B |
|
After Width: | Height: | Size: 575 B |
|
After Width: | Height: | Size: 488 B |
@ -1,196 +0,0 @@ |
|||||
@import "~@/assets/scss/c/config.scss"; |
|
||||
@import "~@/assets/scss/c/function.scss"; |
|
||||
|
|
||||
.g-bd { |
|
||||
&::before, |
|
||||
&::after { |
|
||||
position: absolute; |
|
||||
top: 0; |
|
||||
right: 0; |
|
||||
bottom: 0; |
|
||||
left: 0; |
|
||||
z-index: -1; |
|
||||
content: ""; |
|
||||
} |
|
||||
&::before { |
|
||||
background-image: url(~@/assets/img/login/bg.png); |
|
||||
background-size: cover; |
|
||||
} |
|
||||
&::after { |
|
||||
// background-color: rgba(38, 50, 56, 0.1); |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.m-fm { |
|
||||
position: absolute; |
|
||||
top: 0; |
|
||||
bottom: 0; |
|
||||
right: 13%; |
|
||||
margin: auto; |
|
||||
width: 484px; |
|
||||
height: 429px; |
|
||||
background: #ffffff; |
|
||||
box-shadow: 0px 5px 10px 0px rgba(213, 225, 238, 0.5); |
|
||||
border-radius: 12px 12px 12px 12px; |
|
||||
|
|
||||
.wrap { |
|
||||
padding-top: 5px; |
|
||||
|
|
||||
.title { |
|
||||
margin: 0 auto; |
|
||||
width: 400px; |
|
||||
line-height: 80px; |
|
||||
border-bottom: 1px solid #d4d4d4; |
|
||||
font-size: 34px; |
|
||||
font-family: PingFang SC; |
|
||||
font-weight: bold; |
|
||||
color: #000000; |
|
||||
text-align: center; |
|
||||
} |
|
||||
.fm { |
|
||||
padding: 15px 30px; |
|
||||
|
|
||||
.fm-item { |
|
||||
box-sizing: border-box; |
|
||||
margin: 0 auto; |
|
||||
margin-top: 16px; |
|
||||
width: 400px; |
|
||||
height: 46px; |
|
||||
line-height: 46px; |
|
||||
border: 1px solid #c6c6c6; |
|
||||
border-radius: 4px; |
|
||||
display: flex; |
|
||||
align-items: center; |
|
||||
|
|
||||
.input { |
|
||||
width: 85%; |
|
||||
margin-bottom: 0; |
|
||||
|
|
||||
input { |
|
||||
display: block; |
|
||||
padding-left: 15px; |
|
||||
line-height: 44px; |
|
||||
height: 44px; |
|
||||
width: 100%; |
|
||||
border: none; |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.ico { |
|
||||
position: relative; |
|
||||
width: 35px; |
|
||||
height: 46px; |
|
||||
|
|
||||
img { |
|
||||
position: absolute; |
|
||||
top: 0; |
|
||||
left: 0; |
|
||||
right: 0; |
|
||||
bottom: 0; |
|
||||
margin: auto; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.fm-captcha { |
|
||||
box-sizing: border-box; |
|
||||
margin: 0 auto; |
|
||||
margin-top: 16px; |
|
||||
width: 400px; |
|
||||
display: flex; |
|
||||
align-items: center; |
|
||||
|
|
||||
.fm-item { |
|
||||
margin: 0; |
|
||||
width: 200px; |
|
||||
} |
|
||||
|
|
||||
.captcha { |
|
||||
position: relative; |
|
||||
margin-left: auto; |
|
||||
width: 180px; |
|
||||
height: 46px; |
|
||||
|
|
||||
img { |
|
||||
display: block; |
|
||||
width: 100%; |
|
||||
height: 100%; |
|
||||
background-color: #eee; |
|
||||
border: none; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.fm-btn { |
|
||||
box-sizing: border-box; |
|
||||
margin: 0 auto; |
|
||||
margin-top: 40px; |
|
||||
width: 400px; |
|
||||
height: 56px; |
|
||||
line-height: 56px; |
|
||||
background: linear-gradient(90deg, #1a5afd, #26c4ff); |
|
||||
border-radius: 4px; |
|
||||
font-size: 23px; |
|
||||
font-family: PingFang SC; |
|
||||
font-weight: 500; |
|
||||
color: #ffffff; |
|
||||
text-align: center; |
|
||||
cursor: pointer; |
|
||||
} |
|
||||
} |
|
||||
.hint { |
|
||||
display: none; |
|
||||
padding-left: 40px; |
|
||||
color: rgb(255, 80, 80); |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.m-footer { |
|
||||
position: absolute; |
|
||||
bottom: 0; |
|
||||
left: 0; |
|
||||
right: 0; |
|
||||
padding: 20px; |
|
||||
color: rgba(255, 255, 255, 0.6); |
|
||||
text-align: center; |
|
||||
p { |
|
||||
margin: 10px 0; |
|
||||
} |
|
||||
a { |
|
||||
padding: 0 5px; |
|
||||
color: rgba(255, 255, 255, 0.6); |
|
||||
&:focus, |
|
||||
&:hover { |
|
||||
color: #fff; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
.m-pop { |
|
||||
height: auto; |
|
||||
|
|
||||
.div_row { |
|
||||
height: 50px; |
|
||||
text-align: center; |
|
||||
line-height: 50px; |
|
||||
|
|
||||
&:hover { |
|
||||
color: rgb(2, 119, 173); |
|
||||
font-weight: bold; |
|
||||
text-decoration: underline; |
|
||||
} |
|
||||
|
|
||||
.i_icon { |
|
||||
width: 15px; |
|
||||
height: 15px; |
|
||||
margin-right: 10px; |
|
||||
float: left; |
|
||||
} |
|
||||
.span_name { |
|
||||
font-size: 18px; |
|
||||
cursor: pointer; |
|
||||
/* color: rgb(37, 156, 235); */ |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||