Blame view

assets/syspages/css/changePwd.css 1.87 KB
10646c94   Andy   add
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
  .main_right_con{
      margin: 20px 0;
      padding:0 40px 10px 20px;
  }
  .change_pwd_title{
      font-weight: 600;
      margin:20px 0 60px;
      padding-left: 4px;
      color: #32c5d2;
      font-size: 16px;
  }
  .change_pwd_con{
      width: 600px;
      height: 230px;
  }
  .f12{
      font-size: 12px;
      margin-left: 40px;
  }
  .input_l{
      width:80px;
      text-align: right;
      display: inline-block;
      margin-right: 12px;
  }
  .input_pwd{
      width:238px;
      height: 30px;
      line-height: 30px;
      border:1px solid #e1e4e6;
      color:#676869;
      padding-left: 8px;
      border-radius: 2px;
  }
  .input_r{
      color:#32c5d2;
      margin-left: 8px;
  }
  .change_pwd_con li:nth-of-type(1){
      margin-bottom: 8px;
  }
  .change_pwd_con li:nth-of-type(3){
      margin: 6px 0;
      padding-bottom: 8px;
      padding-left: 26px;
      position: relative;
  }
  .change_pwd_con li:nth-of-type(3):before{
      content: '!';
      position: absolute;
      width: 10px;
      height: 10px;
      line-height: 10px;
      font-size: 12px;
      top:5px;
      border:1px solid #32c5d2;
      opacity: .5;
      text-align: center;
      /*background: #676869;*/
      color: #32c5d2;
      left:50px;
      border-radius: 100%;
  }
  .change_pwd_con li:nth-of-type(5){
      margin-top: 24px;
  }
  .change_btn{
      width:160px;
      height:32px;
      line-height: 32px;
      background: #32c5d2;
      display: inline-block;
      color: #fff;
      border-radius: 20px !important;
      text-align: center;
  }
  .change_pwd_success_con{
      display: block;
      width: 600px;
      position:relative;
      top: 50%;
      left: 50%;
      margin-left: -300px;
      height: 230px;
      margin-top: -115px;
      padding-top:100px;
      background-color: #fff;
      /*background: url('../img/change_pwd_success_con.png') no-repeat center 0;*/
  }
  .success-msg{
  
  }
  
  .change_pwd_success_con a{
      color: #32c5d2;
  }
  
  em {
      color: #d4333f;
      margin-right: 8px;
      vertical-align: middle;
  }
  .glyphicon {
      color: #32c5d2;
  }