source-m.css
18.2 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
*{
margin:0;
padding:0;
}
.clearfix { *zoom: 1; }
.clearfix:after { content: ""; display: table; clear: both; }
.action{
border: 2px dashed #996600
}
input {padding-left:5px;}
ul li, ol li{
list-style:none;
}
.mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #ccc;
opacity: 0.3;
filter: Alpha(opacity=30);
display:none;
}
.big-pic-list{
position: fixed;
width: 1070px;
height: 80%;
max-height: 740px;
left: 50%;
top: 30px;
margin-left: -480px;
z-index: 1199;
overflow-y: auto;
overflow-x: hidden;
border-radius: 10px;
display:none;
background-color: #FFF;
}
/* left */
.content-left .showContain{
-webkit-padding-start:0px !important;
}
.content-left .showContain ul{
-webkit-padding-start:0px !important;
}
#source-m{
overflow:hidden;
}
#source-m .content-left {
width: 348px;
border:1px solid #CCC;
border-radius: 10px;
background-color: #FFF;
float: left;
overflow:hidden;
}
#source-m .content-left .custom-group,.custom-group-list {
position: relative;
min-height: 50px;
margin: 0 0 10px 0;
padding: 10px;
color: #333;
word-break: break-all;
white-space: normal;
background-color: #F2F2F2;
border-radius: 5px;
overflow: hidden;
}
#source-m .content-left .custom-group.title, .custom-group-list.title {
line-height: 50px;
text-align: center;
padding: 0;
}
#source-m .content-left .big-pic img, .focus img {
max-width:100%;
margin:0 auto;
display:block;
}
#source-m .content-left .small-pic img {
width: 50%;
float: left;
border:1px solid #fff;
}
#source-m .eidtContain {
padding: 0 13px;
}
#source-m .custom-group .actions-box {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
#source-m .custom-group-list .actions-box {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: none;
}
#source-m .custom-group .actions-wrap {
position: absolute;
bottom: 0;
right: 0;
}
#source-m .custom-group-list .actions-wrap {
position: absolute;
bottom: 0;
right: 0;
}
#source-m .custom-group .actions-wrap span {
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 0 5px;
margin-left: 1px;
font-size: 12px;
display: inline-block;
cursor: pointer;
}
#source-m .custom-group-list .actions-wrap span {
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
padding: 0 5px;
margin-left: 1px;
font-size: 12px;
display: inline-block;
cursor: pointer;
}
#source-m .custom-group .actions-wrap span:hover {
color: #CCC;
}
#source-m .custom-group:hover .actions-box, .custom-group.action .actions-box {
display: block;
}
#source-m .custom-group-list .actions-wrap span:hover {
color: #CCC;
}
#source-m .custom-group-list:hover .actions-box, .custom-group-list.action .actions-box {
display: block;
}
#source-m .del-box {
position: absolute;
bottom: 0;
right: 37px;
z-index: 2;
font-size: 12px;
border: 2px solid #000;
background-color: #FFF;
}
/* 閿熸枻鎷烽敓鏂ゆ嫹 */
#source-m nav {
position: relative;
width: 100%;
margin-top: 10px;
border-top: 1px solid #CCC;
background-color: #F2F2F2;
}
#source-m nav em, nav i{
position: absolute;
border: 8px solid transparent;
border-bottom-width: 10px;
}
#source-m nav em {
top: -18px;
left: 50%;
margin-left: -8px;
border-bottom-color: #CCC;
}
#source-m nav i {
top: -7px;
left: -8px;
border-bottom-color: #F2F2F2;
}
#source-m nav h2 {
line-height: 40px;
font-size: 14px;
text-align: center;
}
#source-m nav ul {
padding: 10px;
}
#source-m nav li {
margin: 0 5px 10px;
float: left;
vertical-align: middle;
display: table;
}
#source-m nav li a{
height:34px;
padding: 0 14px;
font-size: 12px;
color: #333;
text-decoration: none;
border: 1px solid #CCC;
background-color: #FFF;
vertical-align: middle;
display: table-cell;
overflow: hidden;
}
/* right */
#source-m .content-right {
position: relative;
border: 1px solid #CCC;
border-radius: 10px;
padding-bottom: 20px;
margin-left: 370px;
width :600px;
}
#source-m .content-right .tri, .content-right .tri i {
position: absolute;
border: 8px solid transparent;
border-right-width: 10px;
}
#source-m .content-right .tri {
top: 17px;
left: -11px;
margin-left: -8px;
border-right-color: #CCC;
}
#source-m .content-right .tri i {
top: -8px;
left: -6px;
border-right-color: #FFF;
}
#source-m .content-right .title {
line-height: 50px;
font-size: 20px;
padding: 0 20px;
border-bottom: 1px solid #CCC;
}
#source-m .controls {
}
#source-m .controls .tit {
width: 80px;
font-size: 12px;
text-align: right;
float: left;
}
#source-m .controls .con {
margin-left: 90px;
}
/*閿熸枻鎷峰浘閿熸磥杈戦敓鏂ゆ嫹*/
#source-m .content-right .big_pic{
}
#source-m .content-right .big-pic-list li{
float:left;
margin:3px 0 3px 8px;
}
/*閿熸枻鎷烽敓鏂ゆ嫹鍥炬ā閿熸枻鎷烽敓鏂ゆ嫹寮�*/
#source-m .content-right .image-info{}
#source-m .content-right .image-info dl{ border :1px solid #cccccc; height:100px; padding:10px; over-flow:hidden}
#source-m .content-right .image-info dl dt{ width:40%; float:left;}
#source-m .content-right .image-info dl dt img{max-width:100%}
#source-m .content-right .image-info dl dd{ width:55%;float:left; margin-right:10px; padding-top:5px;}
#source-m .content-left .focus .focus-pic-list{position:relative}
#source-m .content-left .focus .focus-pic-list p{position:absolute; bottom:-10px; right:10px;}
#source-m .content-left .focus .focus-pic-list p a{display:block; width:5px; height:5px; background:#f00; border-radius:5px; float:left; margin:3px;}
/*閿熸枻鎷烽敓鏂ゆ嫹閿熺嫛绾貉嶆嫹閿熸枻鎷烽敓缁烇拷*/
#myModel .add-goods{width:1000px;}
#myModel .add-goods .modal-content{padding:10px 20px 20px;}
#myModel .add-goods .modal-content nav{margin:10px;}
#myModel .add-goods .modal-content nav a{padding:20px; font-size:14px; color:#000;}
#myModel .add-goods .modal-content nav a.select{color:#f00}
#myModel .add-goods .modal-content .search-con{padding:10px;}
#myModel .add-goods .modal-content .search-con input[name='keywords'],#myModel .add-goods .modal-content .search-con input[name='skn']{width:350px; height:40px; border-radius:5px; border:1px solid #000;}
#myModel .add-goods .modal-content .search-con input[name="go-search"]{width:100px; height:40px;border-radius:5px; border:1px solid #000; margin-left:10px;}
/*濞h锟斤拷锟斤拷锟斤拷锟斤拷*/
#source-m .content-right .goods-info dl{ border :1px solid #cccccc; height:110px; padding:10px; over-flow:hidden; width:82px; float:left; margin-left:10px;}
#source-m .content-right .goods-info dl dt{ width:70;}
#source-m .content-right .goods-info dl dt img{max-width:100%}
#source-m .content-right .goods-info dl dd input[type="text"]{ width:20px; height:15px; border:1px solid #ccc; border-radius:3px;}
#source-m .content-left .goods .goods-pic-list{position:relative}
#source-m .content-left .goods .goods-pic-list img{float:left; width:46%; margin:2%}
/*app 锟斤拷鐐拷锟�*/
#source-m .content-left .app_icon_list{}
#source-m .content-left .app_icon_list .icon-list li{ width:75px; float:left;margin-left:5px;}
#source-m .content-left .app_icon_list .icon-list li img{width:70px; height:70px;}
#source-m .content-right .icon-list li{width:134px; float:left;margin-right:10px;}
#source-m .content-right .icon-list li img{width:90px;height:90px;}
/*锟斤拷銊拷锟介敍锟�1T-1L-4R閿涳拷*/
#source-m .content-left p.title{height:40px; text-align:center; line-height:40px;background:#fff;position:relative;}
#source-m .content-left p.title a{ position:absolute; right:10px; top:0px;}
#source-m .content-left p.big-pic img{ width:320px;height:120px;}
#source-m .content-left .recommend_content_one .small-pic {position:relative; height:210px;}
#source-m .content-left .recommend_content_one .small-pic .li_0 img{position:absolute; width:120px; height:200px; top:0; left:0}
#source-m .content-left .recommend_content_one .small-pic .li_1 img{position:absolute; width:100px; height:100px; top:0; left:120px}
#source-m .content-left .recommend_content_one .small-pic .li_2 img{position:absolute; width:100px; height:100px; top:0; left:220px}
#source-m .content-left .recommend_content_one .small-pic .li_3 img{position:absolute; wwidth:100px; height:100px; top:100px; left:120px}
#source-m .content-left .recommend_content_one .small-pic .li_4 img{position:absolute; width:100px; height:100px; top:100px; left:220px}
#source-m .content-right .recommend_content_one{ margin-bottom:20px;}
#source-m .content-right .recommend_content_one .samll-list{position:relative;}
#source-m .content-right .recommend_content_one .samll-list .li_0{position:absolute; width:140px; top:0; left:0}
#source-m .content-right .recommend_content_one .samll-list .li_0 img{width:140px;height:200px;}
#source-m .content-right .recommend_content_one .samll-list .li_1{position:absolute; width:100px; top:0; left:150px;}
#source-m .content-right .recommend_content_one .samll-list .li_1 img{width:100px;height:100px;}
#source-m .content-right .recommend_content_one .samll-list .li_2{position:absolute; width:100px; top:0; left:310px;}
#source-m .content-right .recommend_content_one .samll-list .li_2 img{width:100px;height:100px;}
#source-m .content-right .recommend_content_one .samll-list .li_3{position:absolute; width:100px; top:250px; left:150px;}
#source-m .content-right .recommend_content_one .samll-list .li_3 img{width:100px;height:100px;}
#source-m .content-right .recommend_content_one .samll-list .li_4{position:absolute; width:100px; top:250px; left:310px;}
#source-m .content-right .recommend_content_one .samll-list .li_4 img{width:100px;height:100px;}
/*锟斤拷銊拷锟介敍锟�1T-6F閿涳拷*/
#source-m .content-left .recommend_content_two .small-pic {}
#source-m .content-left .recommend_content_two .small-pic li{ float:left;}
#source-m .content-left .recommend_content_two .small-pic li img{ width:99px; height:99px;}
#source-m .content-right .recommend_content_two{ margin-bottom:20px;}
#source-m .content-right .recommend_content_two .small-list{}
#source-m .content-right .recommend_content_two .small-list li{float:left; width:180px;}
#source-m .content-right .recommend_content_two .small-list li img{width:130px; height:130px;}
/*锟斤拷銊拷锟介敍锟�1T-12F閿涳拷*/
#source-m .content-left .recommend_content_three .small-pic {}
#source-m .content-left .recommend_content_three .small-pic li{ float:left;}
#source-m .content-left .recommend_content_three .small-pic li img{ width:74px; height:74px;}
#source-m .content-right .recommend_content_three { margin-bottom:20px;}
#source-m .content-right .recommend_content_three .small-list{}
#source-m .content-right .recommend_content_three .small-list li{float:left; width:130px; margin-left:10px;}
#source-m .content-right .recommend_content_three .small-list li img{width:130px; height:130px;}
/*锟斤拷锟斤拷锟姐劌锟斤拷锟斤拷锟�*/
#source-m .content-left ul.hot-brand-list li {float:left}
#source-m .content-left ul.hot-brand-list li img{width:80px; height:80px; border:1px solid #fff;}
#source-m .content-left ul.hot-brand-list li.last img{width:160px; }
/*锟斤拷锟斤拷锟姐劋浜掞拷锟斤拷锟斤拷锟�*/
#source-m .content-left ul.custom-pic li {float:left}
#source-m .content-left ul.custom-pic li img{width:80px; height:80px; border:1px solid #fff;}
/*锟斤拷銊拷锟介敍锟�1T-12F閿涳拷*/
#source-m .content-left .recommend_content_four .right{position:relative;}
#source-m .content-left .recommend_content_four .right .right-pic{height:230px}
#source-m .content-left .recommend_content_four .left img{height:200px}
#source-m .content-left .recommend_content_four .li_0{position:absolute; width:100%;top:0; left:0}
#source-m .content-left .recommend_content_four .li_0 img{width:100%; height:100px;}
#source-m .content-left .recommend_content_four .li_1{position:absolute; width:50%;top:100px; left:0}
#source-m .content-left .recommend_content_four .li_1 img{width:100%; height:100px;}
#source-m .content-left .recommend_content_four .li_2{position:absolute; width:50%;top:100px; left:50%;}
#source-m .content-left .recommend_content_four .li_2 img{width:100%; height:100px;}
#source-m .content-left .recommend_content_four .right p.right_title{position:absolute; top:200px; left:0;}
.sortable {
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-padding-start:0px !important;
}
.sortable.grid {
overflow: hidden;
}
.sortable li {
list-style: none;
border: 1px solid #CCC;
background: #F6F6F6;
color: #1C94C4;
margin: 5px;
padding: 5px;
height: 100px;
}
.sortable.grid li {
line-height: 80px;
float: left;
width: 100px;
height: 130px;
text-align: center;
}
.handle {
cursor: move;
}
.sortable.connected {
width: 200px;
min-height: 100px;
float: left;
}
li.disabled {
opacity: 0.5;
}
li.highlight {
background: #FEE25F;
}
li.sortable-placeholder {
border: 1px dashed #CCC;
background: none;
}
.right-con {padding:5px;}
.resource-row {
float:left;
}
.li1,.li2,.li3,.li4,.li5,.li6,.li7,.li8,.li9,.li10{}
.li1 li{width:100% !important;}
.li2 li{width:49% !important;}
.li3 li{width:33% !important;}
.li4 li{width:25% !important;}
.li5 li{width:20% !important;}
.li6 li{width:16.5% !important;}
.li7 li{width:14% !important;}
.li8 li{width:12% !important;}
.li9 li{width:11% !important;}
.li10 li{width:10% !important;}
.li1 li img,.li2 li img,.li3 li img,.li4 li img,.li5 li img,.li6 li img,.li7 li img,.li8 li img,.li9 li img,.li10 li img {width:100% !important;}
.image-group-small li>img{
width: 50%;
float: left;
padding-right: 2px;
}
.image-group-big {
width: 100%;
height:120px;
clear: both;
}
.image-group-big img{
width: 288px;
width: 120px;
}
.title{
height:30px;
text-align: center;
font-size: 18px;
padding:2px;
}
.col-lg-4{
width:25% !important;
}
.matchImage{
height: 100px;
margin-bottom: 10px;
padding: 0 5px;
}
.matchImage img{
width: 100%;
height: 100%;
}
#resourcePre li{
line-height: 40px;
height: 62px;
width: 150px;
border-bottom: 2px solid #0b97c4;
float: left;
padding: 0;
margin: 0;
text-align:center;
white-space:nowrap;
}
#resourcePre li.active{
border: 2px solid #0b97c4;
border-bottom: 0;
font-weight: bold;
}
#resourcePre li input{
border: 1px;
height: 30px;
line-height: 30px;
background: none;
margin: 5px 0;
}
.input-form{
display:inline-block;
width: 200px;
}
.modal-body ul {
-webkit-padding-start: 0px !important;
}
/**
* Nestable
*/
.dd {
position: relative;
display: block;
margin: 0; padding: 0;
list-style: none;
font-size: 13px;
line-height: 20px;
}
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }
.dd-item,
.dd-empty,
.dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 20px;
font-size: 13px;
line-height: 20px;
}
.dd-handle {
display: block;
margin: 5px 0;
padding: 5px 10px;
text-decoration: none;
border: 1px solid #ebebeb;
background: #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.dd-handle:hover {background: #fff; }
.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 16px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold;font-size: 20px; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
/**
* Nestable Extras
*/
.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }
@media only screen and (min-width: 700px) {
.dd + .dd { margin-left: 2%; }
}
.dd-hover > .dd-handle { background: #2ea8e5 !important; }
/**
* Nestable Draggable Handles
*/
.dd3-content { display: block;margin: 5px 0;
padding: 5px 10px 5px 5px;
text-decoration: none;
border: 1px solid #ebebeb;
background: #fff;
cursor:pointer;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }
.dd3-item > button { margin-left: 5px; }
.dd3-handle {
position: absolute;
margin: 0;
left: 0;
top: 0;
cursor: pointer;
width: 30px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 1px solid #ebebeb;
background: #fff;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 5px; width: 100%; text-align: center; text-indent: 0; color: #ccc; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #f7f7f7; }
.link-area {
border: 0;
resize:none;
outline:none;
background-color: transparent;
width: 100%;
word-break:break-all;
}