suerShop.css
986 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
/**
* name@ zzf
* time@ 2014-10-23
**/
@import "./m-public.css";/*基类*/
@import "./m-form.css";/*表单*/
.f-column .f-column-h input.link {
width: 195px;
}
.f-column .m-region {
float: none;
display: inline-block;
zoom: 1;
*display: inline;
}
.m-region .cont {
width: auto;
}
.f-column .file-img {
display: block;
}
.m-region {
border: 1px solid #ddd;
width: 280px;
}
.f-column-h select {
min-width: 282px;
height:32px;
}
.f-column .f-column-h input.site {
float: none;
display: inline-block;
position: relative;
top: -13px;
}
.f-column .contact {
font-family: "microsoft yahei";
font-size: 14px;
color: #666;
}
.f-column .contact input {
margin-right: 5px;
}
.f-column .ea7 {
position: relative;
top: -11px;
}
.f-column .reg-cont {
display: block;
margin-left: 120px;
}
.f-column .reg-cont .delete-breed {
margin-left: 8px;
}
.f-column .reg-cont .m-region{
margin-top: 10px;
}