| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .el-button--primary,.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
- background: #33A7A7 !important;
- border-color: #33A7A7 !important;
- }
- .el-button--text,.el-checkbox__input.is-checked+.el-checkbox__label{
- color: #33A7A7 !important;
- }
- .el-button--danger{
- background: #FFFFFF !important;
- border-color: #33A7A7 !important;
- }
- .el-button.el-button--danger.el-button--default i,.el-button.el-button--danger.el-button--default span{
- color: #33A7A7 !important;
- }
- .el-radio__input.is-checked .el-radio__inner{
- background: #33A7A7 !important;
- border-color: #33A7A7 !important;
- }
- .el-radio__input.is-checked+.el-radio__label{
- color: #33A7A7 !important;
- }
- .eb_default{
- padding: 9px 27px;
- background: #F7F2F6;
- border-radius: 6px;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #33A7A7;
- line-height: 14px;
- cursor: pointer;
- }
- .cus_dialog{
- width: 100%;
- height: 100vh;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 9999;
- background: rgba(0,0,0,.4);
- }
- .zt_btn{
- width: 100%;
- height: 36px;
- background: #33A7A7;
- border-radius: 6px;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #FFFFFF;
- line-height: 36px;
- text-align: center;
- cursor: pointer;
- }
- .el-submenu__icon-arrow{
- right: 0 !important;
- }
- aside{
- padding: 8px 14px 8px 24px !important;
- }
- .el-menu-item,.el-submenu__title{
- padding: 0 20px 0 0px !important;
- }
- .ap_title{
- font-family: PingFang-SC, PingFang-SC;
- font-weight: bold;
- font-size: 16px;
- color: #002846;
- line-height: 16px;
- }
|