card007 4 лет назад
Родитель
Сommit
e9d0af5a94
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      src/main/webapp/ux/pc/css/common.css
  2. 2 2
      src/main/webapp/ux/pc/css/layout.css

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

@@ -810,7 +810,7 @@ content: "〉";font-size: 12px;padding-left: 8px;
 .itemPic::after {content: "";display: block;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0.03;background-color: rgb(0, 0, 0);z-index: 999;}
 .itemPic .pd_img,
 .itemPic .pd_mov {position: absolute;width: 100%;height: auto;top: 50%;left: 0px;transform: translateY(-50%);}
-.itemPic .pd_mov {z-index: 2;height: 100%;left: -83.45%;width: 185%;}
+.itemPic .pd_mov {z-index: 2;height: 100%;left: -83.45%;width: 267%;}
 .itemPic .pd_img {z-index: 1;transition: 0.5s;}
 .itemPic .pd_img::after {content: '';display: block; height: 100%;width: 100%;background: #333;}
 /* .itemPic .pd_img {position: absolute;width: 100%;width: auto; height: auto;max-height: 500px;top: 50%;left: 50%;transform: translate(-50%,-50%);} */

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

@@ -26,8 +26,8 @@ header.minify .gnb {position:fixed; top:0; left:0; right:0; z-index:100; backgro
 .common_header .hd_top_banner .bnrtype_text a {padding-top:15px; padding-bottom:15px;}
 .common_header .hd_top_banner .bnrtype_open {z-index:1;}
 .common_header .hd_top_banner .bnrtype_open .btn_toggle_bnr {position:absolute; left:50%; bottom:-40px; transform:translateX(-50%); width:40px; height:40px; background:url('/images/pc/btn_open_bnr.png') no-repeat; background-position:50% 100%; font-size:1px; text-indent:-999px; overflow:hidden; z-index:10;}
-.common_header .hd_top_banner .bnrtype_open a .open_bnr_area {display:none; width:100%; max-width:2000px;}
-.common_header .hd_top_banner .bnrtype_open a .open_bnr_area img {position:relative; left:50%; transform:translateX(-50%); margin-left:-20px;}
+.common_header .hd_top_banner .bnrtype_open a .open_bnr_area {display:none; width:100%; max-width:2000px; margin: 0 auto;}
+.common_header .hd_top_banner .bnrtype_open a .open_bnr_area img {}
 .common_header .hd_top_banner .bnrtype_open.fixed {position:fixed; display:block; top:0; left:0; right:0; width:100%;  z-index:9;}
 .common_header .hd_top_banner .bnrtype_open.fixed::before {content:''; position:fixed; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,.5);}
 .common_header .hd_top_banner .bnrtype_open.fixed a > img {display:none}