QYF-GitLab1
19 小时以前 e1f87494b737169c412ca723baf3085cb0c5706e
src/assets/main.css
@@ -9,6 +9,11 @@
  --el-color-primary-dark-3: #019e58 !important;
}
/* 基础样式 */
* {
  outline: none;
}
/* 居中布局 */
.contentBox {
  width: 1200px;
@@ -46,13 +51,12 @@
}
.titleBox {
  height: 60px;
  background: #d8f7e6;
  line-height: 60px;
  padding: 0 40px;
  padding: 8px 10px;
  font-weight: 700;
  color: #00873c;
  font-size: 18px;
  font-size: 14px;
  box-sizing: border-box;
}
/* 富文本容器,保留富文本默认样式,所见即所得 */
@@ -176,7 +180,8 @@
.el-input-group__append,
.el-input-group__prepend {
  vertical-align: initial !important;
  /* vertical-align: initial !important; */
  /* align-items: stretch !important; */
}
/* 个人中心页面公共样式 */
@@ -216,7 +221,7 @@
}
.wait,
.main {
  color: #ff6d00;
  color: #019e58;
}
.grey {
  color: #949494;