From 61907ada285fdbf758fc77033a25712b0dbd50ac Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Tue, 26 Sep 2023 19:00:11 +0900 Subject: [PATCH] css --- src/assets/css/custom.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index 0225335..d2240c3 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -186,9 +186,12 @@ button{border:0;background:transparent;} .layer-weather-address span{display:block;font-weight:400;margin-top:10px;} .layer-weather-address svg{margin-top:-2px;margin-right:4px;} .layer-weather-table table{margin:0;} -.layer-weather-table tr th, .layer-weather-table tr td{padding:10px 4px;text-align:center;color:#bbb;} +.layer-weather-table tr th, .layer-weather-table tr td{padding:10px 4px;text-align:center;color:#555;} .layer-weather-table tr th{font-weight:500;border:0;background:#343D55;} -.layer-weather-table tr td{border:0;border-top:1px solid #404656;background:#10163A;font-size:13px;} +.layer-weather-table tr td{border:0;border-top:1px solid #404656;background:#fff;font-size:13px;} +.dark-layout .layer-weather-table tr th, .dark-layout .layer-weather-table tr td{color:#bbb;} +.dark-layout .layer-weather-table tr th{background:#343D55;} +.dark-layout .layer-weather-table tr td{border-top:1px solid #404656;background:#10163A;} .rotate-45{transform:rotate(45deg);} .rotate-75{transform:rotate(75deg);} .rotate-90{transform:rotate(90deg);} @@ -204,11 +207,17 @@ button{border:0;background:transparent;} .tab-content.active{display:block;} /*날씨상세정보*/ -.layer-weather-box{color:#bbb;} -.layer-weather-box .layer-weather-table table{border:1px solid #404656;} -.layer-weather-box .layer-weather-table thead tr th{border-bottom:1px solid #404656;} +.layer-weather-box{color:#555;} +.layer-weather-box .layer-weather-table table{border:1px solid #ddd;} +.layer-weather-box .layer-weather-table thead tr th{border-bottom:1px solid #ddd;} .layer-weather-box .layer-weather-table tr td{border-top:0;} -.layer-weather-box .layer-weather-table table tbody tr:nth-child(2n) td{background:#182444;} +.layer-weather-box .layer-weather-table table tbody tr:nth-child(2n) td{background:#f4f4f4;} + +.dark-layout .layer-weather-box{color:#bbb;} +.dark-layout .layer-weather-box .layer-weather-table table{border:1px solid #404656;} +.dark-layout .layer-weather-box .layer-weather-table thead tr th{border-bottom:1px solid #404656;} +.dark-layout .layer-weather-box .layer-weather-table table tbody tr:nth-child(2n) td{background:#182444;} + /*오른쪽레이어*/ .layer-switch-list dl dt{align-items: center;}