@@ -368,7 +368,7 @@ path.blue{
368
368
.collections-section-vFor {
369
369
display : flex;
370
370
flex-direction : column;
371
- margin : 10px 10px 10px 10px ;
371
+ margin : 10px 10px 10px 10px ;
372
372
}
373
373
374
374
/*================ ITEM ==============================*/
@@ -383,12 +383,13 @@ path.blue{
383
383
384
384
.item-infoAndOrder-box {
385
385
width : 40% ;
386
- padding : 5 px ;
386
+ padding : 10 px ;
387
387
}
388
388
.item-all-images-container {
389
389
width : 60% ;
390
390
}
391
391
.item-box-for-big-image {
392
+ display : flex;
392
393
width : 80% ;
393
394
}
394
395
.item-all-SmallImages-box {
@@ -397,9 +398,10 @@ path.blue{
397
398
flex-direction : column;
398
399
justify-content : center;
399
400
}
400
- .item-slide-indicator {
401
- display : none;
401
+ .item-mobile-swiper {
402
+ display : none;
402
403
}
404
+
403
405
}
404
406
/*для планш гориз*/
405
407
@media screen and (min-width : 768px ) and (max-width : 1200px ) {
@@ -410,12 +412,13 @@ path.blue{
410
412
411
413
.item-infoAndOrder-box {
412
414
width : 40% ;
413
- padding : 5 px ;
415
+ padding : 10 px ;
414
416
}
415
417
.item-all-images-container {
416
418
width : 60% ;
417
419
}
418
420
.item-box-for-big-image {
421
+ display : flex;
419
422
width : 80% ;
420
423
}
421
424
.item-all-SmallImages-box {
@@ -424,9 +427,10 @@ path.blue{
424
427
flex-direction : column;
425
428
justify-content : center;
426
429
}
427
- .item-slide-indicator {
428
- display : none;
430
+ .item-mobile-swiper {
431
+ display : none;
429
432
}
433
+
430
434
}
431
435
432
436
/*для планш верт*/
@@ -437,8 +441,8 @@ path.blue{
437
441
}
438
442
439
443
.item-infoAndOrder-box {
440
- width : 40% ;
441
- padding : 5 px ;
444
+ width : 40% ;
445
+ padding : 10 px ;
442
446
}
443
447
.item-all-images-container {
444
448
display : flex;
@@ -447,6 +451,7 @@ path.blue{
447
451
448
452
}
449
453
.item-box-for-big-image {
454
+ display : flex;
450
455
width : 100%
451
456
}
452
457
@@ -457,26 +462,23 @@ path.blue{
457
462
justify-content : center;
458
463
}
459
464
460
- .item-box-for-small-image {
461
- /*aspect-ratio: 1/1;*/
462
- /*width:260px;*/
465
+ .item-mobile-swiper {
466
+ display : none;
463
467
}
464
468
465
- .item-slide-indicator {
466
- display : none;
467
- }
468
469
469
470
}
470
471
471
472
/*длинный вариант - в столбик, но есть превьюшки*/
473
+ /*---проработать длинное изображение - обрезается*/
472
474
@media screen and (min-width : 481px ) and (max-width : 640px ) {
473
475
.item-whole-container {
474
476
display : flex;
475
477
flex-direction : column;
476
478
}
477
479
.item-infoAndOrder-box {
478
480
width : 100% ;
479
- padding : 5 px ;
481
+ padding : 10 px ;
480
482
}
481
483
.item-all-images-container {
482
484
display : flex;
@@ -485,6 +487,7 @@ path.blue{
485
487
486
488
}
487
489
.item-box-for-big-image {
490
+ display : flex;
488
491
width : 100%
489
492
}
490
493
@@ -495,13 +498,8 @@ path.blue{
495
498
justify-content : center;
496
499
}
497
500
498
- .item-box-for-small-image {
499
- /*aspect-ratio: 1/1;*/
500
- /*width:260px;*/
501
- }
502
-
503
- .item-slide-indicator {
504
- display : none;
501
+ .item-mobile-swiper {
502
+ display : none;
505
503
}
506
504
507
505
}
@@ -513,42 +511,36 @@ path.blue{
513
511
flex-direction : row;
514
512
}
515
513
.item-infoAndOrder-box {
516
- padding : 5 px ;
514
+ padding : 10 px ;
517
515
}
518
516
.item-all-images-container {
519
517
flex-direction : column-reverse;
518
+ width : 100% ;
520
519
}
521
520
.item-box-for-big-image {
522
- width : 100% ;
521
+ display : none;
522
+ /*width:100%;*/
523
523
}
524
524
.item-all-SmallImages-box {
525
- display : flex;
526
- flex-direction : row;
527
- justify-content : center;
525
+ display : none;
528
526
}
529
527
.item-images-smallImage {
530
528
display : none;
531
529
}
532
- .item-slide-indicator {
533
- width : 15px ;
534
- height : 15px ;
535
- border-radius : 10px ;
536
- border : 1px solid orangered;
537
- background-color : grey;
538
- /*не попробовать ли подобрать цвет под кругляшки из getMainColor(item)*/
539
- margin : 5px ;
530
+ .item-mobile-swiper {
540
531
541
532
}
533
+
542
534
}
543
535
544
536
545
537
.item-whole-container {
546
- border : 2px solid darkolivegreen;
538
+ /* border: 2px solid darkolivegreen;*/
547
539
flex-wrap : wrap;
548
540
}
549
541
550
542
.item-infoAndOrder-box {
551
- border : 2px dotted violet;
543
+ /* border: 2px dotted violet;*/
552
544
}
553
545
.item-selectors-plus-buttons {
554
546
display : flex;
@@ -580,47 +572,38 @@ path.blue{
580
572
.item-all-images-container {
581
573
font-size : 0 ;
582
574
display : flex;
583
- /*flex-wrap:wrap;*/
584
- border : 2px dotted dodgerblue;
575
+ /*border:2px dotted dodgerblue;*/
585
576
}
586
577
.item-box-for-big-image {
587
- /*width: 500px;*/
588
578
overflow : hidden;
589
- border : 2px solid red;
579
+ /* border: 2px solid red;*/
590
580
aspect-ratio : 1 / 1 ;
591
- display : flex;
592
581
justify-content : center;
593
582
align-items : center;
594
583
595
584
}
596
585
.item-images-bigImage {
597
- border : 2px solid darkgoldenrod;
586
+ /* border:2px solid darkgoldenrod;*/
598
587
max-width : 100% ;
599
588
max-height : 100% ;
600
589
height : auto;
601
590
}
602
591
603
592
.item-all-SmallImages-box {
604
593
/*display: flex;в медиа*/
605
- border : 2px solid lime;
594
+ /* border:2px solid lime;*/
606
595
}
607
596
608
597
.item-box-for-small-image {
609
- border : 2px solid purple;
598
+ /* border: 2px solid purple;*/
610
599
text-align : center;
611
600
margin : 5px ;
612
601
}
613
602
.item-images-smallImage {
614
- border : 2px solid orangered;
603
+ /* border: 2px solid orangered;*/
615
604
max-width : 100%
616
605
}
617
606
618
-
619
-
620
-
621
-
622
-
623
-
624
607
/*-----------подвал-----------------------------------*/
625
608
footer {
626
609
background-color : ghostwhite;
@@ -724,21 +707,6 @@ footer{
724
707
}
725
708
726
709
/*-----свайпер------------------------------*/
727
- /*html,*/
728
- /*body {*/
729
- /* position: relative;*/
730
- /* height: 100%;*/
731
- /*}*/
732
-
733
- /*body {*/
734
- /* background: #eee;*/
735
- /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
736
- /* font-size: 14px;*/
737
- /* color: #000;*/
738
- /* margin: 0;*/
739
- /* padding: 0;*/
740
- /*}*/
741
-
742
710
.swiper {
743
711
width : 100% ;
744
712
height : 100% ;
@@ -767,7 +735,7 @@ footer{
767
735
768
736
.swiper-slide img {
769
737
display : block;
770
- /* width: 100%;*/
738
+ width : 100% ;
771
739
/*height: 100%;*/
772
740
object-fit : cover;
773
741
}
0 commit comments