ny
22 小时以前 282fbc6488f4e8ceb5fda759f963ee88fbf7b999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
.dark,
.dark[data-theme='custom'],
.dark[data-theme='default'] {
  // 滚动条右下角的三角形颜色
  ::-webkit-scrollbar-corner {
    background-color: #1c1e23 !important;
  }
 
  .jnpf-layout-content {
    background-color: #333 !important;
  }
 
  .bg-white {
    background-color: #151515 !important;
  }
 
  .ant-tabs.common-left-tabs > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list {
    & > .ant-tabs-tab.ant-tabs-tab-active {
      background: rgb(255 255 255 / 8%);
    }
  }
 
  .ant-modal.jnpf-full-modal {
    .ant-modal-header {
      .jnpf-full-modal-header {
        .header-steps.ant-steps {
          background: rgb(51 51 51 / 60%);
        }
      }
    }
  }
 
  .jnpf-device-switch {
    background-color: rgb(255 255 255 / 24%);
  }
 
  .hiprint-printPanel {
    .hiprint-printPaper {
      color: #333;
    }
  }
 
  .jnpf-basic-generator {
    .center-board-main .ipad .outerIpad {
      background: url('@/assets/images/iphoneBg-dark.png');
    }
  }
 
  .jnpf-basic-generator {
    .center-board-main {
      .drawing-board {
        .drawing-item {
          &:hover {
            .ant-form-item {
              background: rgb(255 255 255 / 8%) !important;
            }
          }
        }
 
        .active-from-item {
          .ant-form-item {
            background: rgb(255 255 255 / 8%) !important;
          }
        }
      }
    }
  }
 
  .ant-modal .ant-modal-close:hover {
    color: rgb(255 255 255 / 85%);
  }
 
  .jnpf-tenant-social-modal {
    .other-main {
      background: url('@/assets/images/other-login-bg-dark.png') no-repeat center;
      background-size: auto 100%;
 
      .other-body .other-login-card {
        background-color: #171b26;
      }
    }
  }
 
  .ant-modal.form-script-modal {
    .main-board-tips {
      background-color: #2e2e2e !important;
 
      p {
        color: #999 !important;
      }
    }
  }
 
  .ant-modal.jnpf-add-modal {
    .add-main {
      .add-item {
        background: rgb(0 0 0 / 90%) !important;
 
        .add-icon {
          color: #fff !important;
          background: #1f1f1f !important;
        }
      }
    }
  }
 
  .template-list {
    .template-item {
      color: #fff !important;
      background-color: rgb(255 255 255 / 8%) !important;
    }
  }
 
  .ant-modal.jnpf-import-modal {
    .import-main .upload {
      .up_left {
        background: #333;
      }
    }
  }
 
  .jnpf-chat-modal {
    .common-pane .chat-content .chat-content-main .writeBox .toolBox .toolBox-left .question-link {
      color: #ccc;
    }
  }
 
  .data-interface-popup {
    .jsTips {
      background-color: rgb(255 255 255 / 8%) !important;
    }
  }
}