123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- body{
- /deep/ .el-notification.right{
- text-align: left;
- }
- }
- .icon-wushuju {
- display: block;
- width: 100px;
- height: 100px;
- font-size: 50px !important;
- margin: auto;
- }
- .right {
- text-align: right;
- background: #fff;
- padding-top: 10px;
- }
- .left {
- text-align: left;
- background: #fff;
- padding-top: 10px;
- }
- .right-nobg {
- text-align: right;
- }
- .el-loading-mask {
- z-index: 499;
- }
- .search-title {
- height: 53px;
- border: 1px solid #dfe6ec;
- background-color: #fff;
- padding: 10px 10px 10px 20px;
- box-sizing: border-box;
- margin-bottom: 10px;
- /deep/ .el-input__inner{
- vertical-align: baseline;
- }
- }
- .p12 {
- padding-right: 12px;
- color: #999;
- }
- iframe {
- border: none;
- }
- .el-button--success.is-plain,
- .el-button--primary.is-plain,
- .el-button--info.is-plain,
- .el-button--warning.is-plain,
- .el-button--danger.is-plain {
- background-color: #fff;
- }
- .el-dropdown-link {
- cursor: pointer;
- color: #409eff;
- }
- .middle_sty {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .el-table__empty-block {
- align-items: initial;
- }
- .p10 {
- padding: 0 10px;
- box-sizing: border-box;
- }
- .el-checkbox__label{
- font-size: 12px;
- }
- jmnodes.theme-greensea jmnode {
- color: #fff;
- background-color: #67c23a;
- border-color: #67c23a;
- }
- // jmnodes.theme-greensea jmnode.selected {
- // background: #85ce61;
- // border-color: #85ce61;
- // }
- // jmnodes.theme-greensea jmnode:hover {
- // background: #85ce61;
- // border-color: #85ce61;
- // }
|