| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- :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;
- }
- .floatl {
- float: left;
- }
- .blod {
- font-weight: bold;
- }
- .textc {
- text-align: center;
- }
- .inlineb {
- display: inline-block;
- }
|