userAdress.css
785 Bytes
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
@CHARSET "UTF-8";
.urserad {
padding-top: 90px;
font-size: 16px;
line-height: 62px;
}
.userkuang {
width: 260px;
height: 32px;
border: 1px #999 solid;
text-indent: 1em;
margin-left: 12px;
}
.setMoren {
font-size: 14px;
color: #999;
margin-left: 96px;
}
.setSave {
width: 68px;
height: 30px;
background: #d0111a;
margin-left: 300px;
color: #fff;
border-radius: 2px;
text-align: center;
}
.urserInfor {
text-align: center;
line-height: 32px;
margin-top: 40px;
font-size: 14px;
margin-left: 196px;
}
.titleInfo{
background: #efefef;
}
.note {
background: #f60 none repeat scroll 0 0;
border: 1px solid #f60;
border-radius: 3px;
color: #fff;
padding: 4px 5px;
text-decoration: none;
}
.hide {
display: none;
}
.trbg{
background: #efefef;
}