forked from huge/frontEnd/hugeOA

Mr Ke
2020-09-04 0be3ac0f2f83c1b58249d43850a0e4b4f531a8db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.login-main {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.login-main .login-form {
  min-width: 320px;
}
.login-main .login-form-forgot {
  float: right;
}
.login-main .login-form-button {
  width: 300px;
  height: 48px;
}
 
.login-div-top-img {
  margin-left: 24px;
}
 
 
.login-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 
.login-div-top {
  height: 10vh;
  width: 100%;
  display: flex;
  align-items: center;
}
 
.login-div-content {
  background-image: url('../../img/beijing.png');
  background-repeat: no-repeat;
  // max-width: 1440px;
  // max-height: 740px;
  
  background-size: 100% 100%;
  height: 80vh;
  width: 100%;
}
 
.login-div-bottom {
  height: 10vh;
  width: 100%;
  font-family: PingFangTC-Regular;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 10vh;
}
 
.login-div-content-div{
  width: 382px;
  background: #fff;
  height: 420px;
  position: absolute;
  right: 108px;
  border-radius: 8px;
  margin-top: 10vh;
}
.login-div-content-div-title {
  padding: 24px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
 
.login-div-content-form-flex{
  display:flex;
  justify-content: center;
}