2
haoxuan
2024-04-25 884ad944d947738efe407f7388dd5c32b02fd5a7
src/assets/style/index.scss
@@ -123,10 +123,36 @@
.font_size_40 {
  font-size: 40px !important;
}
.color_333 {
  color: #333;
}
.color_666 {
  color: #666;
}
.color_blue {
  color: #2a78fb;
}
.color_67c23a {
  color: #67c23a;
}
.color_red {
  color: red;
}
.color_FF9900 {
  color: #ff9900;
}
.background_blue{
  background: #2a78fb;
}
.cursor_pointer {
  cursor: pointer;
}
.font_weight_700{
  font-weight: 700;
}
.cursor_pinter{
  cursor: pointer;
}
.btn-pager {
  display: flex;
  margin-top: 10px;
@@ -139,7 +165,24 @@
.border_radius_12{
  border-radius: 12px;
}
// 列表下的页签的样式
.table-bottom-tabs {
  height: 34px;
  line-height: 34px;
  display: flex;
  font-size: 14px;
  .tab-pane {
    min-width: 60px;
    width:auto;
    padding:0 20px;
    margin-right: 20px;
    text-align: center;
    background: #2a78fb;
    cursor: pointer;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;