Просмотр исходного кода

Merge branch '#2021-09-06-pub' into stage_tsit

jmh 4 лет назад
Родитель
Сommit
2888d60fa5
1 измененных файлов с 9 добавлено и 5 удалено
  1. 9 5
      src/main/webapp/ux/pc/css/layout.css

+ 9 - 5
src/main/webapp/ux/pc/css/layout.css

@@ -331,13 +331,17 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 #quick_menu .tabs_con {display:none; position: relative; margin-right:-363px; transition:all 0.3s;}
 #quick_menu.active .tabs_con {display:block; margin-right:0px;}
 #quick_menu .quick_close_btn {position: absolute; right:30px; top: 30px; width: 22px; height: 22px; background: url('//image.istyle24.com/Style24/images/pc/ico_quick_close.png') no-repeat center/100%; z-index: 8;}
-#quick_menu .quick_con {position:relative;width:363px;height:100%;background:#fff;height:800px; display:none;}
+#quick_menu .quick_con {display:none;position:relative;background:#fff;width:363px;height: auto;max-height: 700px;min-height: 400px;}
+
+
 #quick_menu .quick_con .quick_head {position: relative; height:94px; padding: 30px; padding-bottom: 40px;}
 #quick_menu .quick_con .quick_head::after {display:none;}
 #quick_menu .quick_con .quick_head h3 {font-size: 24px; font-weight: 500; margin-bottom: 0;}
 #quick_menu .quick_con .quick_head h3 a {color: #222; position: relative; display: inline-block; padding-right: 22px;}
 #quick_menu .quick_con .quick_head h3 a:after {content:''; position: absolute; top: 50%; transform:translateY(-60%); right: 0; width: 8px; height: 15px; background: url('//image.istyle24.com/Style24/images/pc/ico_dp_arrow.png') no-repeat center/100%;}
-#quick_menu .quick_con .quick_body {padding:0 30px 30px; height: 705px; overflow-y:scroll;}
+#quick_menu .quick_con .quick_body {padding:0 30px 30px; height: auto;min-height:325px;max-height:605px;overflow-y:scroll;}
+
+
 #quick_menu .quick_con .quick_body::after {display:none;}
 #quick_menu .quick_con .product_count {margin-bottom: 20px; font-size: 16px; color: #888;}
 #quick_menu .quick_con .product_count span {font-weight: 500;}
@@ -359,8 +363,8 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 
 /* 퀵메뉴_쇼핑백 */
 .itemsGrp {margin-bottom:0;}
-#quick_menu .shopingbag .quick_body {height: 655px; overflow-y:scroll;}
-#quick_menu .shopingbag .quick_body.nodata {height: 708px;}
+#quick_menu .shopingbag .quick_body {height: auto;/*height: 655px; */overflow-y:scroll;}
+#quick_menu .shopingbag .quick_body.nodata {height: 608px;}
 #quick_menu .shopingbag .quick_body .itemsGrp.empty {display: none;}
 #quick_menu .shopingbag .quick_body.nodata .itemsGrp.existence {display: none;}
 #quick_menu .shopingbag .quick_body.nodata .itemsGrp .item_prod:first-child{padding-top: 20px;}
@@ -434,7 +438,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 #quick_menu .coupon .coupon_tab a:first-child:after {content:''; position: absolute; top: 0; right: -15px; width: 1px; height: 16px; background: #ddd;}
 #quick_menu .coupon .coupon_tab a.active {font-weight: 300; color:#222;}
 #quick_menu .coupon .more_btn {width: 100%; position: absolute; left: 50%; bottom: 30px; z-index: 90; width: 302px; height: 42px; line-height: 42px; color: #222; font-size: 14px; font-weight: 300; transform: translateX(-50%); text-align: center; border:1px solid #ddd; background:#fff url('//image.istyle24.com/Style24/images/pc/ico_more_sm.png') no-repeat left 177px center;}
-#quick_menu .coupon .coupon_area {height:552px; overflow-y:auto;}
+#quick_menu .coupon .coupon_area {height:480px;overflow-y:auto;margin-bottom: 50px;}
 #quick_menu .coupon .coupon_area::-webkit-scrollbar {width:4px;}
 #quick_menu .coupon .coupon_area::-webkit-scrollbar-thumb {background-color:#222222; border-radius:50px; -webkit-border-radius:50px; background-clip:padding-box; border:1px solid transparent;}
 #quick_menu .coupon .coupon_area::-webkit-scrollbar-track {background-color:#f8f8f8; border-radius:50px; -webkit-border-radius:50px;}