@@ -67,7 +67,7 @@ div.controller-R{
67
67
}
68
68
69
69
/*按鈕設定*/
70
- .controller a {
70
+ .controller div {
71
71
width : 60px ;
72
72
height : 60px ;
73
73
display : block;
@@ -84,17 +84,17 @@ div.controller-R{
84
84
}
85
85
86
86
/*hover按鈕*/
87
- .controller-L a .con_prev : hover {
87
+ .controller-L div .con_prev : hover {
88
88
left : -10px ;
89
89
}
90
- .controller-R a .con_next : hover {
90
+ .controller-R div .con_next : hover {
91
91
right : -10px ;
92
92
}
93
- .controller-L a .con_prev : hover i , .controller-R a .con_next : hover i {
93
+ .controller-L div .con_prev : hover i , .controller-R div .con_next : hover i {
94
94
color : # FFBAB1 ;
95
95
}
96
96
/*最後一個步驟要加入購物車時換icon*/
97
- .controller-R a .con_next img , .controller-R a .con_next : hover img {
97
+ .controller-R div .con_next img , .controller-R div .con_next : hover img {
98
98
width : 100% ;
99
99
}
100
100
@@ -140,6 +140,10 @@ div.cus_navbar{
140
140
left : 0 ;
141
141
}
142
142
143
+ /*小樹亮燈*/
144
+ .cus_navbar ul li .light_image .bling {
145
+ background-position : 0% 100% ;
146
+ }
143
147
144
148
/*文字區塊*/
145
149
.cus_navbar ul li .light_text {
@@ -467,7 +471,7 @@ div.cus_slideshow{
467
471
}
468
472
469
473
470
- /*選擇動物 ------------待圖好了以後再來調整 */
474
+ /*選擇動物底板 ----------*/
471
475
.cus_slideshow ul li .step .case_animal {
472
476
width : 78% ;
473
477
height : 260px ;
@@ -545,112 +549,112 @@ div.cus_slideshow{
545
549
546
550
/*每個icons的sprite位置*/
547
551
.animalicon01_owl {
548
- background : url(../ images/product/animal_icons.svg) no-repeat 0 0 ;
552
+ background : url(../ images/product/animal_icons.svg) 0 0 ;
549
553
}
550
554
.productclass_secondnav div div .animalicon01_owl : after {
551
555
content : "貓頭鷹" ;
552
556
}
553
557
554
558
.animalicon02_fox {
555
- background : url(../ images/product/animal_icons.svg) no-repeat -50 px 0 ;
559
+ background : url(../ images/product/animal_icons.svg) -100 % 0 ;
556
560
}
557
561
.productclass_secondnav div div .animalicon02_fox : after {
558
562
content : "狐狸" ;
559
563
}
560
564
561
565
.animalicon03_rabbit {
562
- background : url(../ images/product/animal_icons.svg) no-repeat -100 px 0 ;
566
+ background : url(../ images/product/animal_icons.svg) -200 % 0 ;
563
567
}
564
568
.productclass_secondnav div div .animalicon03_rabbit : after {
565
569
content : "兔子" ;
566
570
}
567
571
568
572
.animalicon04_lion {
569
- background : url(../ images/product/animal_icons.svg) no-repeat -150 px 0 ;
573
+ background : url(../ images/product/animal_icons.svg) -300 % 0 ;
570
574
}
571
575
.productclass_secondnav div div .animalicon04_lion : after {
572
576
content : "獅子" ;
573
577
}
574
578
575
579
.animalicon05_deer {
576
- background : url(../ images/product/animal_icons.svg) no-repeat -200 px 0 ;
580
+ background : url(../ images/product/animal_icons.svg) -400 % 0 ;
577
581
}
578
582
.productclass_secondnav div div .animalicon05_deer : after {
579
583
content : "鹿" ;
580
584
}
581
585
582
586
.animalicon06_eagle {
583
- background : url(../ images/product/animal_icons.svg) no-repeat -250 px 0 ;
587
+ background : url(../ images/product/animal_icons.svg) -500 % 0 ;
584
588
}
585
589
.productclass_secondnav div div .animalicon06_eagle : after {
586
590
content : "老鷹" ;
587
591
}
588
592
589
593
.animalicon07_cat {
590
- background : url(../ images/product/animal_icons.svg) no-repeat -300 px 0 ;
594
+ background : url(../ images/product/animal_icons.svg) -600 % 0 ;
591
595
}
592
596
.productclass_secondnav div div .animalicon07_cat : after {
593
597
content : "貓咪" ;
594
598
}
595
599
596
600
.animalicon08_bird {
597
- background : url(../ images/product/animal_icons.svg) no-repeat -350 px 0 ;
601
+ background : url(../ images/product/animal_icons.svg) -700 % 0 ;
598
602
}
599
603
.productclass_secondnav div div .animalicon08_bird : after {
600
604
content : "鳥兒" ;
601
605
}
602
606
603
607
.animalicon09_wolf {
604
- background : url(../ images/product/animal_icons.svg) no-repeat 0 -50 px ;
608
+ background : url(../ images/product/animal_icons.svg) 0 -100 % ;
605
609
}
606
610
.productclass_secondnav div div .animalicon09_wolf : after {
607
611
content : "狼" ;
608
612
}
609
613
610
614
.animalicon10_monkey {
611
- background : url(../ images/product/animal_icons.svg) no-repeat -50 px -50 px ;
615
+ background : url(../ images/product/animal_icons.svg) -100 % -100 % ;
612
616
}
613
617
.productclass_secondnav div div .animalicon10_monkey : after {
614
618
content : "猴子" ;
615
619
}
616
620
617
621
.animalicon11_bee {
618
- background : url(../ images/product/animal_icons.svg) no-repeat -100 px -50 px ;
622
+ background : url(../ images/product/animal_icons.svg) -200 % -100 % ;
619
623
}
620
624
.productclass_secondnav div div .animalicon11_bee : after {
621
625
content : "蜜蜂" ;
622
626
}
623
627
624
628
.animalicon12_squirrel {
625
- background : url(../ images/product/animal_icons.svg) no-repeat -150 px -50 px ;
629
+ background : url(../ images/product/animal_icons.svg) -300 % -100 % ;
626
630
}
627
631
.productclass_secondnav div div .animalicon12_squirrel : after {
628
632
content : "松鼠" ;
629
633
}
630
634
631
635
.animalicon13_dog {
632
- background : url(../ images/product/animal_icons.svg) no-repeat -200 px -50 px ;
636
+ background : url(../ images/product/animal_icons.svg) -400 % -100 % ;
633
637
}
634
638
.productclass_secondnav div div .animalicon13_dog : after {
635
639
content : "狗" ;
636
640
}
637
641
638
642
.animalicon14_porcupine {
639
- background : url(../ images/product/animal_icons.svg) no-repeat -250 px -50 px ;
643
+ background : url(../ images/product/animal_icons.svg) -500 % -100 % ;
640
644
}
641
645
.productclass_secondnav div div .animalicon14_porcupine : after {
642
646
content : "刺蝟" ;
643
647
}
644
648
645
649
.animalicon15_parrot {
646
- background : url(../ images/product/animal_icons.svg) no-repeat -300 px -50 px ;
650
+ background : url(../ images/product/animal_icons.svg) -600 % -100 % ;
647
651
}
648
652
.productclass_secondnav div div .animalicon15_parrot : after {
649
653
content : "鸚鵡" ;
650
654
}
651
655
652
656
.animalicon16_elephant {
653
- background : url(../ images/product/animal_icons.svg) no-repeat -350 px -50 px ;
657
+ background : url(../ images/product/animal_icons.svg) -700 % -100 % ;
654
658
}
655
659
.productclass_secondnav div div .animalicon16_elephant : after {
656
660
content : "象" ;
@@ -1252,6 +1256,12 @@ div.cus_navbar{
1252
1256
/*-------------幻燈片02------------*/
1253
1257
1254
1258
1259
+ /*icons*/
1260
+ .productclass_secondnav div div {
1261
+ width : 40px ;
1262
+ height : 40px ;
1263
+ margin : 2.5% 2% ;
1264
+ }
1255
1265
1256
1266
1257
1267
@@ -1322,7 +1332,7 @@ div.controller-R{
1322
1332
right : -40px ;
1323
1333
}
1324
1334
/*按鈕設定*/
1325
- .controller a {
1335
+ .controller div {
1326
1336
width : 20px ;
1327
1337
height : 20px ;
1328
1338
position : relative;
@@ -1479,6 +1489,16 @@ div.cus_slideshow{
1479
1489
/*----------幻燈片02------------*/
1480
1490
1481
1491
1492
+ /*icons*/
1493
+ .productclass_secondnav div div {
1494
+ width : 40px ;
1495
+ height : 40px ;
1496
+ margin : 2.5% 1% ;
1497
+ }
1498
+
1499
+
1500
+
1501
+
1482
1502
1483
1503
1484
1504
/*----------幻燈片03------------*/
0 commit comments