main,스마트검색 우선수정

This commit is contained in:
hyunho 2020-11-01 23:40:34 +00:00
parent 29f43279e8
commit 2ada8d9115
1 changed files with 10 additions and 2 deletions

View File

@ -150,7 +150,15 @@ body {}
.mainTop h2 {line-height: 1.0em; font-size: 52pt; font-weight: 400;}
.mainTop h2 span {font-weight: 700;}
.mainTop p {font-size: 14pt; font-weight: 300; margin-top: 20px;}
.mainSch {margin-top: 140px;}
.mainTab {margin-top: 100px;}
.mainTab:after {content: ''; display: table; clear: both;}
.mainTab li { float: left; position: relative; padding-right: 16px; margin-right: 15px; }
.mainTab li:last-child {margin-right: 0;padding-right: 0;}
.mainTab li:after {content: '';display: block;width: 1px;height: 14px;background: #fff;position: absolute;right: 0;top: 50%;margin-top: -7px;}
.mainTab li:last-child:after {display: none;}
.mainTab li a {display: block;font-size: 14pt;color: rgba(255,255,255,0.5);}
.mainTab li.current a {color: #fff;}
.mainSch {margin-top: 15px;}
.mainSch:after {content: ''; display: table; clear: both;}
.mainSch > li {background: #fff; float: left; width: 16.6666%; border-right: solid 1px #e8e8e8; height: 130px;}
.mainSch > li:first-child {border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px;}
@ -1952,7 +1960,7 @@ a.apyMore span {display: inline-block; height: 58px; line-height: 58px; padding-
.schTab li.current:after {content: ''; display: block; height: 2px; position: absolute; left: 0; right: 0; bottom: 0; background: #0047a7;}
.schCont {position: relative; padding-right: 50px; margin-top: 20px;}
.schCont:after {content: ''; display: table; clear: both;}
.schCont li {float: left; width: 25%; padding-right: 10px;}
.schCont li {float: left; width: 20%; padding-right: 10px;}
.schCont li select {display: block; width: 100%;}
.schCont li:last-child {width: 50px; position: absolute; right: 0; top: 0; padding-right: 0;}
.schCont li:last-child a,