spec.css
1.8 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
/* .notab {
border-bottom: 0px solid #ddd;
padding-bottom: 0px;
} */
.spec_title {
background-color: #F8F8F8;
border-top: 2px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
height: 30px;
line-height: 30px;
}
.spec_title ul li {
float: left;
margin-left: 50px;
margin-right: 40px;
text-align: center;
}
.spec_val {
height: 40px;
line-height: 40px;
}
.spec_val ul li {
float: left;
margin-left: 10px;
}
.spec_input {
width: 100px;
margin-left: 17px;
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
height: 28px;
text-align: center;
}
.add {
display: block;
padding-left: 24px;
height: 42px;
line-height: 42px;
color: #919191;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
background: url(../images/ico.gif) no-repeat 8px -1165px;
}
.btn_wrap {
padding: 15px 0 10px;
border-top: 2px solid #e3e3e3;
margin-top: 1px;
text-align: center;
}
.btn_wrap .btn {
border: 0;
width: 120px;
height: 32px;
background: url(../images/btn.gif) no-repeat 0 -253px;
cursor: pointer;
font-weight: bold;
color: #3f3d3e;
}
.padding3 {
padding-top: 15px;
width: 160px;
text-align: center;
margin-left: 20px;
}
.up_btn {
display: block;
float: left;
margin-right: 4px;
width: 10px;
height: 10px;
overflow: hidden;
cursor: pointer;
background: url(../images/ico.gif) 0 -1122px;
}
.down_btn {
display: block;
float: left;
margin-right: 4px;
width: 10px;
height: 10px;
overflow: hidden;
cursor: pointer;
background: url(../images/ico.gif) 0 -1144px;
}
.delete_btn {
display: block;
float: left;
margin-right: 4px;
width: 10px;
height: 10px;
overflow: hidden;
cursor: pointer;
background: url(../images/ico.gif) 0 -634px;
}