_product.scss
2.55 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
.mainwrapper .toggle-table tr {
cursor: pointer;
}
.mainwrapper .toggle-table tr.level1 td:nth-of-type(1) {
text-indent: 2px;
}
.mainwrapper .toggle-table tr.level2 td:nth-of-type(1) {
text-indent: 15px;
}
.mainwrapper .toggle-table tr.level3 td:nth-of-type(1) {
text-indent: 30px;
}
.pattrscroll {
background: #F7F7F7;
ul {
padding-left: 0;
}
li {
cursor: pointer;
}
}
.mainwrapper .list-group-item.level1 {
text-indent: 2px;
}
.mainwrapper .list-group-item.level2 {
text-indent: 15px;
}
.mainwrapper .list-group-item.level3 {
text-indent: 30px;
}
.attr-item-active {
background: #428bca;
color: #fff;
}
.pannel-scroll {
height: 500px;
overflow-y: scroll;
overflow-x: hidden;
}
.attr-select {
display: block;
height: 40px;
line-height: 40px;
border: 1px solid #ccc;
border-radius: 3px;
}
// 限购商品
#limit-table-box {
table {
vertical-align: middle;
th, td {
text-align: center;
vertical-align: middle;
}
div.checkbox label{
height: 13px;
}
.cover-img {
width: 100px;
}
.width50 {
width: 50px;
text-align: center;
}
}
}
.height40 {
height: 40px;
line-height: 40px;
}
.edit-cover-img {
width: 100px;
margin: 0 15px;
float: left;
}
.quota-text,.quota-img,.quota-video {
width: 300px;
margin-bottom: 15px;
img {
width: 100%;
}
}
#text-editor {
width: 100%;
max-width: 100%;
min-width: 100%;
height: 300px;
max-height: 300px;
min-height: 300px;
}
.product-detail {
input[type="text"] {
width: 100px;
}
}
.main-table {
-display: none;
}
.bulk-import {
display: none;
}
.excel-upload-wrap {
display:inline-block;
position: relative;
.excel-upload {
display: inline-block;
position: static;
opacity: 1;
width: auto;
height: auto;
}
#upload-input {
position: absolute;
top: 0;
right: 0;
z-index: 2;
opacity: 0;
}
.file-name {
display: inline-block;
width: 302px;
height: 38px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.excel-model {
display: inline-block;
width: 110px;
height: 48px;
line-height: 48px;
padding: 0 0 0 50px;
margin: 0 200px;
background: url(../images/excel.png) no-repeat left center;
}
.load {
background-image: url(../images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
}