cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
@charset "utf-8";
 
/*login_top 头部和原来的一样,不需要拷贝到platform.css里面*/
.login_top{
    margin:0 auto;
    padding:20px 0 35px;
    height:48px;
    width:1000px;
}
.login_top a.larks_logo{
    float:left;
}
.login_top p{
    float:right;
    color:#333333;
    font-size:12px;
}
.login_top p em{
    color:#ff6600;
}
/*change-pw-wrap 修改密码和选择桌面新增样式,需要拷贝到platform.css里面*/
.change-h100{height:100%;}
i{font-style:normal;}
.change-pw-wrap{
    width:998px;
    min-height:280px;
    margin:auto;
    border:solid 1px #ccc;
    position:relative;
    padding-bottom:120px;    
    }
.change-pw-wrap .title{
    height:44px;
    background-color:#2980b9;
    font-family:"微软雅黑";
    font-size:16px;
    color:#fff;
    line-height:44px;
    padding-left:20px;
    }
.change-pw-wrap .tips{
    height:60px;
    background:url(../images/tip.png) left center no-repeat;
    font-family:"微软雅黑";
    font-size:14px;
    color:#999;
    line-height:60px;
    padding-left:22px;
    margin-left:20px;
    }
.change-pw-wrap table{
    margin:auto;
    margin-top:10px;
    }
.change-pw-wrap table th{
    font-family:"微软雅黑";
    font-size:14px;
    color:#666;
    line-height:44px;
    padding-left:22px;
    }
.change-pw-wrap table td input{
    width:350px;
    height:40px;
    margin:14px 20px;
    border:solid 1px #ccc;
    font-family:"微软雅黑";
    font-size:16px;
    color:#333;
    line-height:42px;
    padding:0 10px;
    }
.change-pw-wrap table td button{
    width:126px;
    height:40px;
    border-radius:4px;
    margin:16px 20px;
    background-color:#0e76e5;
    font-family:"微软雅黑";
    font-size:16px;
    color:#fff;
    line-height:40px;
    cursor:pointer;
    border:0;
    }
.change-pw-wrap table td a{
    margin:0 20px;
    font-size:14px;
    color:#0e76e5;
    line-height:40px;
    cursor:pointer;
    text-decoration:none;
    }
.change-pw-wrap ul.choose-dt{
    width:600px;
    margin:auto;
    margin-top:20px;
    }
.choose-dt{
    width:600px;
    margin-left:20px;
    margin-top:20px;
    }
.choose-dt li{
    border-bottom:dashed 1px #e5e5e5;
    }
.choose-dt li.last{
    border:0;
    }
.choose-dt li span{
    font-family:"微软雅黑";
    font-size:16px;
    color:#333;
    line-height:50px;
    margin-left:40px;
    }
.choose-dt li input{
    width:16px;
    height:16px;
    float:right;
    margin-top:17px;
    margin-right:40px;
    cursor:pointer;
    }
.choose-dt li button{
    display:block;
    width:126px;
    height:40px;
    border-radius:4px;
    margin:20px auto;
    background-color:#0e76e5;
    font-family:"微软雅黑";
    font-size:16px;
    color:#fff;
    line-height:40px;
    cursor:pointer;
    }
/*footer*/
.change-pw-wrap .footer{
    font-size:12px;
    color:#666;
    line-height:24px;
    text-align:center;
    width:100%;
    position:absolute;
    bottom:40px;
}
.change-pw-wrap .footer a{
    color:#666;
    cursor:pointer;
    text-decoration:none;
}
.change-pw-wrap .footer a:hover{
    color:#0e76e5;
}
 
 
 
 
/* CSS Document */