28 lines
875 B
SCSS
28 lines
875 B
SCSS
@charset "UTF-8";
|
|
/**
|
|
* 公共样式
|
|
* @authors yutent<yutent@doui.cc>
|
|
* @date 2019/01/22 18:16:57
|
|
*/
|
|
|
|
@import "./var.scss";
|
|
|
|
|
|
.do-fn-drag {-webkit-app-region:drag;user-select: none;}
|
|
.do-fn-nodrag {-webkit-app-region:no-drag;}
|
|
|
|
html {font-size:1vw}
|
|
body {position:fixed;left:0;top:0;width:100%;height:100%;line-height:1.5;font-size:1.4rem;color:nth($cd, 1);}
|
|
|
|
table {overflow:auto;display:table;width:100%;line-height:2.5rem;
|
|
thead tr {height:4.5rem;border-bottom:.1rem solid rgba(200, 200, 200, .15)}
|
|
thead th {padding:1rem .8rem;border:0;}
|
|
tbody tr {height:auto;@include ts(background, .3s);
|
|
&:hover {background:rgba(29, 35, 44, .08);}
|
|
}
|
|
tbody td {padding:.9rem .8rem}
|
|
.ac {text-align:center}
|
|
.idx {color:nth($cp, 3);text-shadow:0 .1rem 0 rgba(255, 255, 255, 0.6)}
|
|
.active {color:nth($ct, 1);background:rgba(255, 255, 255, 0.6);font-weight:bold}
|
|
}
|
JavaScript
60.1%
SCSS
19.2%
HTML
16.9%
CSS
3.8%