css 디자인수정
This commit is contained in:
parent
c35b2bc0b6
commit
134f2ed65f
@ -22,7 +22,15 @@ input,select,button{vertical-align:middle;
|
||||
appearance: none;
|
||||
*/
|
||||
}
|
||||
select {background:#fff;}
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
background: url('/images/icon/icon-data-downarr.png') no-repeat 90% 50% #fff;
|
||||
}
|
||||
select::-ms-expand{
|
||||
display:none;
|
||||
}
|
||||
button{margin:0;padding:0;}
|
||||
table{border:none;border-collapse:collapse;padding:0;border-spacing:0;border-color: gray}
|
||||
a{text-decoration:none;color:#333;}
|
||||
|
||||
@ -1214,7 +1214,7 @@ transform: rotate(45deg);}
|
||||
.loan-data .inner .loan-box .title .count em {color:#d47b1c;font-weight: 500;}
|
||||
.loan-data .inner .loan-box .title .list-search-wrap {float:right;}
|
||||
.loan-data .inner .loan-box .title .list-search-wrap > div.list-select {}
|
||||
.loan-data .inner .loan-box .title .list-search-wrap > div.list-select select {height:37px;border:1px solid #ddd;color:#666;padding:0px 10px;vertical-align: top;border-radius: 3px;}
|
||||
.loan-data .inner .loan-box .title .list-search-wrap > div.list-select select {height:37px;border:1px solid #ddd;color:#666;padding:0px 25px;vertical-align: top;border-radius: 3px;}
|
||||
.loan-data .inner .tab {position: relative;}
|
||||
.loan-data .inner .tabs {position: relative;width: 100.5%;text-align:left;}
|
||||
.loan-data .inner .tabs li {display: inline-block;margin:0% 0px;padding: 0;position: relative;text-align: center;width:19.9%;margin-left:-3px;}
|
||||
|
||||
@ -124,7 +124,7 @@ a.pop-logo img { margin-right: 10px; }
|
||||
.sec2 {padding:0% 2% 100px;}
|
||||
.sec2 .keyword-box {width:100%;}
|
||||
.sec3 {padding:100px 2% 100px;}
|
||||
.sec3 .pickSwiper .swiper-slide .list-box .images a img {width:100%;}
|
||||
.sec3 .pickSwiper .swiper-slide .list-box .images a img {}
|
||||
.sec5 {padding:100px 2% 100px;}
|
||||
.sec5 .inner .tab_content {width:96%;padding:30px 1.9%;}
|
||||
.sec5 .inner {width:100%;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user