From bb80cdf6f91e407fa386f64fa1a5b43b8dc969f5 Mon Sep 17 00:00:00 2001 From: com02 Date: Wed, 5 Jan 2022 13:15:21 +0900 Subject: [PATCH] css --- src/main/webapp/css/default.css | 2 +- src/main/webapp/css/media.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 912b6173..26c38bc8 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -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;} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index d47c5b5f..384ada1b 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -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; }