1
PC-20250623MANY\Administrator
2025-08-21 25c1d10f03df05104e323494fefd5af1e94c98f7
src/assets/style/reset.scss
@@ -26,13 +26,14 @@
  list-style: none;
}
a {
  color: #333;
  color: #fff;
  text-decoration: none;
}
body,
html {
  font: 14px "微软雅黑", Arial;
  color: #333;
  color: #fff;
  background-color: #13161e;
}
input {
  outline: none;
@@ -59,9 +60,9 @@
}
/* 通用样式 */
$s_c: #c4d600;
$l_c: #07c160;
$s_b: #f5f5f5;
$s_c: #287dff;
$l_c: #287dff;
$s_b: #444;
$red: #f00;
.sb_b {
  background: $s_b !important;
@@ -119,3 +120,4 @@
  width: 1024px;
  margin: 0 auto;
}