| | |
| | | .font_size_40 { |
| | | font-size: 40px !important; |
| | | } |
| | | .color_fff { |
| | | color: #fff; |
| | | } |
| | | .color_333 { |
| | | color: #333; |
| | | } |
| | |
| | | .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; |
| | | } |
| | | .cursor_pinter{ |
| | | cursor: pointer; |
| | | .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; |
| | |
| | | .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; |