css 수정
This commit is contained in:
parent
25121686e5
commit
16486ac568
@ -270,7 +270,7 @@ transition: all 0.2s ease-in-out;
|
||||
.sec6 {padding:100px 0px 100px;}
|
||||
.sec6 .inner {width:100%;position: relative;}
|
||||
.sec6 .inner .more-btn {position:absolute;right:30px;top:30px;}
|
||||
.sec6 .inner .more-btn a {background:#666;color:#fff;padding:5px 20px;border-radius:3px;}
|
||||
.sec6 .inner .more-btn a {}
|
||||
.sec6 .onlineSwiper::before {content: '';width:4%;height:120%;background: #fff;display: inline-block;position: absolute;left:0px;top:-10%;z-index: 9;box-shadow:30px 0px 30px rgba(255,255,255,1.0);}
|
||||
.sec6 .onlineSwiper::after {content: '';width:4%;height:120%;background: #fff;display: inline-block;position: absolute;right:0px;top:-10%;z-index: 9;box-shadow:-30px 0px 30px rgba(255,255,255,1.0);}
|
||||
.sec6 .onlineSwiper .swiper-slide {height:auto;background: #ccc;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,0.3);}
|
||||
|
||||
@ -148,8 +148,9 @@ a.pop-logo img { margin-right: 10px; }
|
||||
.sec5 .inner .tabs_item ul li .con-1 .tit { font-size: 16px; }
|
||||
.sec5 .inner .tabs_item ul li .con-2 p { font-size: 12px; }
|
||||
.sec6 { padding: 52px 0px 60px; }
|
||||
.sec6 .inner .more-btn {top:0px;}
|
||||
.sec6 .inner .more-btn {top:5px;}
|
||||
.sec6 .inner .more-btn a {font-size:12px;padding:2px 10px 3px;}
|
||||
.sec6 .inner .more-btn a span > span {display:none;}
|
||||
.popularSwiper .swiper-pagination { position: relative; }
|
||||
.popularSwiper .swiper-pagination-bullet { background: #aaaaaa; border-radius: 30px; margin-right: 4px; opacity: unset !important; }
|
||||
.popularSwiper .swiper-pagination-bullet-active { background: #376795; width: 35px; height: 10px; }
|
||||
@ -396,7 +397,7 @@ a.pop-logo img { margin-right: 10px; }
|
||||
/* 이용안내 */
|
||||
.guide .inner .row-bottom { width: 100%; padding: 0px 16px 80px; box-sizing: border-box; }
|
||||
.guide .inner .row-bottom .guide-box .banner { display: flex; flex-direction: column; height: auto; margin-bottom: 24px; }
|
||||
.guide .inner .row-bottom .guide-box .banner .left { display:inline-block;width: 100%; height: auto; padding: 24px 30px 40px; box-sizing: border-box; background: url("/images/img/img-guide-bg-mo.jpg") no-repeat; }
|
||||
.guide .inner .row-bottom .guide-box .banner .left { display:inline-block;width: 100%; height: auto; padding: 24px 30px 40px; box-sizing: border-box; background: url("/images/img/img-guide-bg-mo.jpg") no-repeat;background-size: 100%; }
|
||||
.guide .inner .row-bottom .guide-box .banner .left .top { margin-bottom: 24px; }
|
||||
.guide .inner .row-bottom .guide-box .banner .left .top p:nth-child(1) { font-size: 18px; margin-bottom: 16px; }
|
||||
.guide .inner .row-bottom .guide-box .banner .left .top p:nth-child(2) { font-size: 36px; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user