| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- :root {
- --mainColor: #409eff;
- }
- html {
- font-size: 14px;
- }
- .el-table .success-row {
- background: #f0f9eb;
- }
- #main .ql-snow .ql-picker-label {
- display: flex;
- align-items: center;
- }
- textarea:focus {
- outline: 0;
- }
- .table {
- position: relative;
- height: 100%;
- height: calc(100% - 80px);
- }
- .clear::after {
- display: block;
- clear: both;
- content: "";
- }
- .blackc {
- color: #333333;
- }
- .lblack {
- color: #999999;
- }
- .lblue {
- color: #308eff;
- }
- .font13 {
- font-size: 13px;
- }
- .floatr {
- float: right;
- }
- .point {
- cursor: pointer;
- }
- .floatl {
- float: left;
- }
- .blod {
- font-weight: bold;
- }
- .textc {
- text-align: center;
- }
- .inlineb {
- display: inline-block;
- }
- #cloud-balance .el-date-editor .el-range-separator {
- width: auto !important;
- }
- .marginr10 {
- margin-right: 10px;
- }
- .marginb10 {
- margin-bottom: 10px;
- }
- .tablex table td {
- text-align: center !important;
- }
- .state-border {
- width: 70px;
- display: inline-block;
- }
- .trcenter tr td,
- .trcenter tr th {
- text-align: center;
- }
- .marginr30 {
- margin-right: 30px;
- }
- .mainContainer{
- padding: 5px 20px;
- }
- .mainTitle{
- padding-bottom: 15px;
- font-size: 15px;
- color: #303133;
- }
- .mainTableTools{
- padding-bottom: 15px;
- }
- .mainTableTagbox{
- margin-top: 3px;
- }
- .mainTableTagbox .el-tag{
- margin-right: 5px;
- }
- .mainPageBox{
- margin-top: 10px;
- }
|