market.css
2.61 KB
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
161
162
163
.container{
font-family: "微软雅黑";
min-height: 620px;
}
.container.position{
position: relative;
}
/*页面头部*/
.hd{
position: relative;
height: 34px;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
background: #f4f4f4;
}
.nav{
position: absolute;
top: 0;
left: 50%;
margin-left: -500px;
width: 1000px;
}
.nav li{
position: relative;
float: left;
height: 34px;
line-height: 34px;
border-bottom: 1px solid #DDDDDD;
}
.nav li.current{
border-bottom: 1px solid #fff;
background: #fff;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.nav li a{
display: block;
padding: 0 15px;
font-size: 12px;
color: #000;
}
/*页面主体*/
.bd{
height: 562px;
margin: 0 auto;
width: 1000px;
padding-top: 22px;
}
.market-hd{
position: relative;
height: 58px;
background: url(../img/market-title-bg.png) no-repeat top center;
border-bottom: 4px solid #41a698;
}
.market-hd .user-pic{
position: absolute;
width: 40px;
height: 40px;
background: url(../img/user-pic.png);
top: -2px;
right: 0;
}
/*success*/
.market-tip{
margin: 50px auto 0;
padding-left: 60px;
width: 215px;
height: 40px;
line-height: 40px;
background: url(../img/market-icon.png) no-repeat left center;
font-size: 24px;
color: #41a698;
}
/*reset*/
.reset-wrap{
margin-top: 98px;
}
.reset-wrap h2{
margin: 0 auto;
width: 240px;
height: 18px;
line-height: 18px;
font-size: 18px;
color: #41A698;
}
.reset-wrap h2 span{
display: inline-block;
margin-left: 15px;
padding-left: 15px;
border-left: 2px solid #41A698;
}
.reset-wrap p{
margin: 40px 0 0 0;
font-size: 14px;
color: #41A698;
text-align: center;
}
.reset-wrap .input-wrap{
margin: 20px auto 0;
text-align: center;
}
.reset-wrap #password-input{
width: 360px;
height: 48px;
border: 1px solid #cccccc;
padding-left: 18px;
outline: none;
}
.reset-wrap .comfirm-btn a{
margin: 20px auto 0;
display: block;
width: 380px;
height: 50px;
line-height: 50px;
background: #41A698;
font-size: 14px;
color: #ffffff;
text-align: center;
}
/*页面底部*/
.ft{
position: absolute;
left: 50%;
bottom: 0;
margin-left: -500px;
height: 100px;
padding: 15px 0 0 0;
width: 1000px;
border-top: 2px solid #41A698;
}
.ft-list{
margin: 0 auto;
width: 496px;
}
.ft-list li{
float: left;
height: 25px;
background: url(../img/ft-line.png) no-repeat left center;
}
.ft-list li:first-child{
background: none;
}
.ft-list li a{
display: block;
font-size: 18px;
color: #41A698;
line-height: 25px;
padding: 0 10px;
}
.ft-list li a:hover{
text-decoration: underline;
}
.ft p{
line-height: 20px;
font-size: 14px;
color: #999999;
text-align: center;
}