| | |
| | | .mt15 { |
| | | margin-top: 15px; |
| | | } |
| | | .pl20 { |
| | | padding-left: 20px; |
| | | } |
| | | .cursor-pointer{ |
| | | cursor: pointer; |
| | | } |
| | | /* .flex-box{ |
| | | display: flex; |
| | | } */ |
| | | .el-button--primary { |
| | | color: #FFFFFF; |
| | | background-color: #3D68E1!important; |
| | |
| | | outline: none!important; |
| | | border-color: #3D68E1!important; |
| | | } */ |
| | | |
| | | .el-select-dropdown__list{ |
| | | text-align: left; |
| | | } |
| | | .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before{ |
| | | margin-left: -8px!important; |
| | | margin-right: 0; |
| | | } |
| | | .el-input.is-disabled .el-input__suffix{ |
| | | visibility: hidden; |
| | | } |
| | | </style> |
| | | |
| | | </head> |