浏览代码

퍼블 최신화

card007 4 年之前
父节点
当前提交
61e5b8119c

+ 2 - 1
src/main/webapp/ux/mo/css/style24_m.css

@@ -2390,7 +2390,8 @@ main.container .shopping_bag .inner:last-child {padding-bottom: 0;}
 
 .shopping_bag .part_goods .goods_btn_wrap {margin: 1.8rem 0 0; padding-left: 3rem;}
 .goods_btn_wrap > div > .btn.btn_primary_line {border:0.1rem solid #fd4802;}
-.goods_btn_wrap > div > button[disabled] {background: #000;color: #fff;border: 0.1rem solid #000000 !important;}
+/* .goods_btn_wrap > div > button[disabled] {background: #000;color: #fff;border: 0.1rem solid #000000 !important;} */
+.goods_btn_wrap > div > button[disabled] {opacity: 0.45;cursor: default;pointer-events: none;}
 .shopping_bag .goods_dlvr_save {margin-top: 1.8rem; text-align: center;}
 .shopping_bag .goods_dlvr_save a.btn_popup_save {display:inline-block; padding-right:2rem; text-align: center; color:#fd4802; font-size:1.1rem; font-weight:200; line-height:1.4rem; text-decoration:underline; background:url('/images/mo/ico_go_save.png') no-repeat 98% 45%; background-size:1.1rem;}
 

+ 5 - 1
src/main/webapp/ux/pc/css/common.css

@@ -853,7 +853,11 @@ content: "〉";font-size: 12px;padding-left: 8px;
 
 .itemBadge {margin:20px 5px 0; margin-top:14px; font-size: 0px; overflow:hidden;}
 .itemBadge [class*="badge"] {display:inline-block; height:22px; margin:0 0 0 5px; padding:0 8px; border:1px solid #888888; background: #fff; color:#888888; font-size: 11px; font-weight: 300; line-height: 21px;}
-.itemBadge [class*="badge"]:first-child {margin-left:0}
+.itemBadge [class*="badge"] {display:none;}
+.itemBadge [class*="badge"]:first-child {margin-left:0;}
+.itemBadge [class*="badge"]:nth-child(1) {display:inline-block;}
+.itemBadge [class*="badge"]:nth-child(2) {display:inline-block;}
+.itemBadge [class*="badge"]:nth-child(3) {display:inline-block;}
 .itemBadge .badge13 {background:#f5f5f5; border-color:#f5f5f5;}
 
 

+ 1 - 1
src/main/webapp/ux/pc/css/layout.css

@@ -79,7 +79,7 @@ ul.maintabs li:hover > a::after,
 ul.maintabs li:focus > a::after {display:block;}
 ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%; top:0px; width:100%; border-left:1px solid #ddd; min-height:320px;}
 .more_category {float:left; position:relative; margin-left:15px}
-.more_category a.btn_more_cate {position:relative; display:inline-block; padding-right:16px; color:#888; font-size:16px; font-weight:300; z-index:8;}
+.more_category a.btn_more_cate {position:relative; display:inline-block; padding-right:16px; color:#888; font-size:16px; font-weight:300; z-index:152;}
 .more_category a.btn_more_cate:after {display:block; position:absolute; top:2px; right:0; width:6px; height:6px; border:2px solid #888; border-width:2px 2px 0 0; transform:rotate(135deg); -webkit-transform:rotate(135deg); content:''}
 .more_category.on a.btn_more_cate:after {top:5px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); content:''}
 .more_category .cate_list {display:none; position:absolute; left:-30px; top:-22px; background:#222; min-width:180px; padding:60px 25px 25px; box-sizing:initial; border:1px solid #aaa; z-index:151;}