Blame view

css/login.css 998 Bytes
cabe7371   Andy   登录
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
  html,body{
      height: 100%;
      width: 100%;
  
  }
  .login-model {
      height: 100%;
      min-height: 700px;
      width: 100%;
      min-width: 814px;
      background: url("../image/syslogin_bgIcon.png") no-repeat;
      background-size: 100% 100%;
      position: relative;
  }
  .top-tit{
      padding-top: 102px;
      height: 140px;
      /*line-height: 62px;*/
      text-align: center;
      color: #fff;
      font-size: 32px;
  }
  .login-content{
      height: 412px;
      width: 580px;
      margin: 100px auto 0;
      background: #fff;
      border-radius: 20px;
  }
  .posrel{
      position: relative;
  }
  .posabl{
      position: absolute;
  }
  .boxshadow {
      box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
  }
  .login-contop{
      height: 100px;
      width: 100px;
      border-radius: 50%;
      background-color: #fff;
      top:-50px;
      left: 50%;
      margin-left: -50px;
      background-image: url("../image/logo-loginGreen.png");
      background-repeat: no-repeat;
      background-position: 22px 12px;
      background-size: 58px 51px;
  }