@import "element-ui/lib/theme-chalk/index.css";
|
@import "./variable.scss";
|
@import "./reset-element.scss";
|
|
ul,
|
ol,
|
li {
|
list-style: none;
|
padding: 0;
|
margin: 0;
|
border: 0;
|
outline: 0;
|
}
|
// 间距
|
.margin_left_3px {
|
margin-left: 3px;
|
}
|
.margin_left_5px {
|
margin-left: 5px;
|
}
|
.margin_left_10px {
|
margin-left: 10px;
|
}
|
.margin_left_15px {
|
margin-left: 15px;
|
}
|
.margin_left_20px {
|
margin-left: 20px;
|
}
|
.margin_right_5px {
|
margin-right: 5px;
|
}
|
.margin_right_10px {
|
margin-right: 10px;
|
}
|
.margin_right_15px {
|
margin-right: 15px !important;
|
}
|
.margin_right_20px {
|
margin-right: 20px;
|
}
|
.margin_right_40px {
|
margin-right: 40px;
|
}
|
.margin_top_10px {
|
margin-top: 10px;
|
}
|
.margin_top_20px {
|
margin-top: 20px;
|
}
|
.margin_top_30px {
|
margin-top: 30px;
|
}
|
.margin_top_35px {
|
margin-top: 35px;
|
}
|
.margin_top_40px {
|
margin-top: 40px;
|
}
|
.margin_bottom_2px {
|
margin-bottom: 2px;
|
}
|
.margin_bottom_10px {
|
margin-bottom: 10px !important;
|
}
|
.margin_bottom_15px {
|
margin-bottom: 15px !important;
|
}
|
.margin_bottom_20px {
|
margin-bottom: 20px !important;
|
}
|
.margin_bottom_30px {
|
margin-bottom: 30px !important;
|
}
|
.margin_bottom_40px {
|
margin-bottom: 40px !important;
|
}
|
.margin_bottom_50px {
|
margin-bottom: 50px !important;
|
}
|
//
|
.float_left {
|
float: left;
|
}
|
.float_right {
|
float: right;
|
}
|
//
|
.line_height_32px {
|
line-height: 32px;
|
}
|
.text_indent_20 {
|
text-indent: 20px;
|
}
|
.text_indent_30 {
|
text-indent: 30px;
|
}
|
// 字体大小
|
.font_size_12 {
|
font-size: 12px;
|
}
|
.font_size_13 {
|
font-size: 13px;
|
}
|
.font_size_14 {
|
font-size: 14px;
|
}
|
.font_size_15 {
|
font-size: 15px;
|
}
|
.font_size_16 {
|
font-size: 16px;
|
}
|
.font_size_18 {
|
font-size: 18px;
|
}
|
.font_size_20 {
|
font-size: 20px !important;
|
}
|
.font_size_30 {
|
font-size: 30px !important;
|
}
|
.font_size_40 {
|
font-size: 40px !important;
|
}
|
.color_fff {
|
color: #fff;
|
}
|
.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;
|
}
|
.background_e3e3e3{
|
background: #e3e3e3;
|
}
|
.background_red{
|
background: red;
|
}
|
.formula-input-item{
|
padding:3px 8px;
|
font-size:12px;
|
margin-right:3px;
|
}
|
.cursor_pointer {
|
cursor: pointer;
|
}
|
.font_weight_700{
|
font-weight: 700;
|
}
|
.circle_blue{
|
padding:0 3px;
|
text-align:center;
|
display:inline-block;
|
border-radius: 6px;
|
-webkit-border-radius: 6px;
|
-moz-border-radius: 6px;
|
-ms-border-radius: 6px;
|
-o-border-radius: 6px;
|
background:#72a3f8;
|
color:#fff;
|
}
|
.btn-pager {
|
display: flex;
|
margin-top: 10px;
|
// background: #fff;
|
.page {
|
margin-left: auto;
|
}
|
}
|
|
.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;
|
-webkit-appearance: none;
|
background-color: #00000040;
|
}
|
::-webkit-scrollbar-thumb {
|
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
|
background: #e1e1e1;
|
}
|
::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
|
// border-radius: 10px;
|
background: #ffffff;
|
// background:#2c60c5;
|
}
|
|
.el-button--primary {
|
color: #fff;
|
background-color: $color-primary !important;
|
border-color: $color-primary !important;
|
}
|
|
.el-pagination.is-background .el-pager li:not(.disabled).active {
|
background: $color-primary !important;
|
}
|
|
.el-button--text {
|
color: #2a78fb !important;
|
}
|
.el-button--text.is-disabled {
|
color: #7c7f85 !important;
|
}
|
.el-button--primary {
|
color: #fff;
|
background-color: #2a78fb !important;
|
border-color: #2a78fb !important;
|
}
|