Browse Source

css

pull/2/head
김지은 12 months ago
parent
commit
61907ada28
  1. 21
      src/assets/css/custom.css

21
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 span{display:block;font-weight:400;margin-top:10px;}
.layer-weather-address svg{margin-top:-2px;margin-right:4px;} .layer-weather-address svg{margin-top:-2px;margin-right:4px;}
.layer-weather-table table{margin:0;} .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 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-45{transform:rotate(45deg);}
.rotate-75{transform:rotate(75deg);} .rotate-75{transform:rotate(75deg);}
.rotate-90{transform:rotate(90deg);} .rotate-90{transform:rotate(90deg);}
@ -204,11 +207,17 @@ button{border:0;background:transparent;}
.tab-content.active{display:block;} .tab-content.active{display:block;}
/*날씨상세정보*/ /*날씨상세정보*/
.layer-weather-box{color:#bbb;} .layer-weather-box{color:#555;}
.layer-weather-box .layer-weather-table table{border:1px solid #404656;} .layer-weather-box .layer-weather-table table{border:1px solid #ddd;}
.layer-weather-box .layer-weather-table thead tr th{border-bottom:1px solid #404656;} .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 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;} .layer-switch-list dl dt{align-items: center;}

Loading…
Cancel
Save