yohocoin.css
3.36 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
/*********************yoho币*******************/
#yohoCoin_table tbody td, #yohoCoin_table thead th {
padding: 0;
text-align: center;
vertical-align: inherit;
}
#yohoCoin_table thead th:first-child{
width: 40px;
}
#yohoCoin_table .coinListHead{
text-align: center;
font-weight: bold;
}
#yohoCoin_table .dataForShow table, #yohoCoin_table .dataForEditor table{
width: 100%;
table-layout:fixed;
}
#yohoCoin_table .dataForShow tr td, #yohoCoin_table .dataForEditor table tr td{
padding: 10px;
border-left: 1px solid #ddd;
}
#yohoCoin_table .left{
text-align: left;
}
#yohoCoin_table .center{
text-align: center;
}
#yohoCoin_table .dataForShow tr td:first-child{
border-left: none;
}
#yohoCoin_table .dataForEditor tr td{
padding: 0;
display: none;
border-bottom: none;
background1: #d9edf7;
}
#yohoCoin_table .dataForEditor tr:first-child{
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
#yohoCoin_table .dataForEditor tr td .form-control{
display: inline-block;
}
#yohoCoin_table .dataForEditor tr td.editorTip{
color: #ff0000;
border-top: 1px solid #ddd
}
#yohoCoin_table .error{ border: 2px solid #ff0000}
#yohoCoin_import{
font-family: "Microsoft YaHei";
}
#yohoCoinImportMessage{
display: none;
margin-top: 10px;
font-size: 18px;
font-weight: bold;
padding: 5px 10px;
background: #ccc;
color: #ffffff;
}
#yohoCoinImportMessage b, #yohoCoinImportMessage span{
display: block;
float: left;
}
#yohoCoin_import .success{
background:#449d44;
}
#yohoCoin_import .error{
background:#ff0000;
}
#yohoCoin_import select.error{
border: 2px solid #ff0000;
background: none;
}
#yohoCoin_import .title{
padding: 5px 10px;
background: #5bc0de;
height: auto;
text-align: left;
border:1px solid #46b8da;
color: #FFFFFF;
font-size: 14px;
}
#yohoCoinImportResult, #yohoCoinImportResultSet{
display: none;
margin-top: 10px;
}
#yohoCoinImportResultSet .form-inline{
margin: 10px 0 0;
padding: 0 20px;
}
#importResultTable{
padding: 10px 20px;
text-align: center;
}
#importResultTable th, #importResultTable td{
text-align: center;
vertical-align: inherit;
}
/*********************代销变价*******************/
#priceChange_import{
font-family: "Microsoft YaHei";
}
#priceChangeImportMessage{
display: none;
margin-top: 10px;
font-size: 18px;
font-weight: bold;
padding: 5px 10px;
background: #ccc;
color: #ffffff;
}
#priceChangeImportMessage b, #priceChangeImportMessage span{
display: block;
float: left;
}
#priceChange_import .success{
background:#449d44;
}
#priceChange_import .error{
background:#ff0000;
}
#priceChange_import select.error{
border: 2px solid #ff0000;
background: none;
}
#priceChange_import .title{
padding: 5px 10px;
background: #5bc0de;
height: auto;
text-align: left;
border:1px solid #46b8da;
color: #FFFFFF;
font-size: 14px;
}
#priceChange_import .title span{
display: block;
float: left;
line-height: 27px;
font-size: 15px;
}
#priceChange_import .title a.btn{
float: right;
margin-right: 10px;
}
#priceChangeImportResult, #priceChangeImportResultSet{
display: none;
margin-top: 10px;
}
#priceChangeImportResultSet .form-inline{
margin: 10px 0 0;
padding: 0 20px;
}