css
This commit is contained in:
parent
284d194cab
commit
bb80cdf6f9
@ -2088,7 +2088,7 @@ animation: animate-bg2 2.0s 1.9s ease-in infinite;
|
||||
.check input[type="checkbox"]:hover + label {color: #000;}
|
||||
.check input[type="checkbox"]:focus + label:before,
|
||||
.check input[type="checkbox"]:hover + label:before {border-color: #2781c1;}
|
||||
.check input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked.svg) no-repeat 0px;}
|
||||
.check input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked.svg) no-repeat 2px 3px;}
|
||||
.check.tab input[type="checkbox"]:checked + label:before {background: url(/images/icon/icon-checked-tab.png) no-repeat center;position: absolute;top:18px;right:8px;left:auto;}
|
||||
.filter-wrap .filter .depth-2 .check input {width:100px;height:28px;appearance:initial;clip: initial;}
|
||||
|
||||
|
||||
@ -1004,7 +1004,7 @@ footer .family_site {right:10px;}
|
||||
.myinfo .contents .concern-data .list-box { width: 100%; display: flex; flex-wrap: wrap; }
|
||||
.myinfo .contents .concern-data .list-box .list { width: 47%; margin: 0 4% 16px 0; min-height:330px; }
|
||||
.myinfo .contents .concern-data .list-box .list:nth-child(2n) { margin-right: 0; }
|
||||
.myinfo .contents .concern-data .list-box .list:nth-child(3n) { margin-right: 16px; }
|
||||
.myinfo .contents .concern-data .list-box .list:nth-child(3n) { margin-right: 4%; }
|
||||
.myinfo .contents .concern-data .list-box .list .thum { padding: 10px 0px; }
|
||||
.myinfo .contents .concern-data .list-box .list .thum img { max-height: 123px; }
|
||||
.myinfo .contents .concern-data .list-box .list .text { padding: 10px 15px; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user