Browse Source

Merge branch 'master' of http://git.ycjcjy.com/H5/jgz

张延森 2 years ago
parent
commit
d7c0049bb1
1 changed files with 38 additions and 18 deletions
  1. 38
    18
      resources/static/less/ext-page.less

+ 38
- 18
resources/static/less/ext-page.less View File

1
-
2
 @ext-txt-color: #121212;
1
 @ext-txt-color: #121212;
3
 
2
 
4
 .ext-page {
3
 .ext-page {
7
     color: @ext-txt-color;
6
     color: @ext-txt-color;
8
     margin: 0;
7
     margin: 0;
9
   }
8
   }
10
-  
9
+
11
   .search-bar {
10
   .search-bar {
12
     .form-control {
11
     .form-control {
13
       width: 200px;
12
       width: 200px;
38
   .ext-card {
37
   .ext-card {
39
     margin: 10px;
38
     margin: 10px;
40
     margin-bottom: 30px;
39
     margin-bottom: 30px;
41
-    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.08);
40
+    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
42
     border-radius: 20px;
41
     border-radius: 20px;
43
     overflow: hidden;
42
     overflow: hidden;
44
 
43
 
45
     h1 {
44
     h1 {
46
       margin: 0;
45
       margin: 0;
47
       margin-bottom: 30px;
46
       margin-bottom: 30px;
48
-      background: rgba(66,118,245,0.08);
47
+      background: rgba(66, 118, 245, 0.08);
49
       font-size: 22px;
48
       font-size: 22px;
50
       line-height: 60px;
49
       line-height: 60px;
51
       height: 60px;
50
       height: 60px;
55
     }
54
     }
56
 
55
 
57
     .icon-info-sign {
56
     .icon-info-sign {
58
-      color: rgba(0,0,0, .2);
57
+      color: rgba(0, 0, 0, 0.2);
59
     }
58
     }
60
 
59
 
61
     .view-info {
60
     .view-info {
79
     }
78
     }
80
   }
79
   }
81
 
80
 
81
+  #wizard {
82
+    .export-io {
83
+      position: absolute;
84
+      top: 30px;
85
+      left: -45px;
86
+      li {
87
+        display: flex;
88
+        float: none;
89
+      }
90
+    }
91
+    div span {
92
+      margin-left: 6px;
93
+      font-weight: bold;
94
+    }
95
+  }
96
+
82
   .chosen-container.form-control {
97
   .chosen-container.form-control {
83
     padding: 0;
98
     padding: 0;
84
 
99
 
85
-    &.chosen-container-active, &.chosen-container-multi {
100
+    &.chosen-container-active,
101
+    &.chosen-container-multi {
86
       .chosen-choices {
102
       .chosen-choices {
87
         border: none;
103
         border: none;
88
         box-shadow: none;
104
         box-shadow: none;
101
   thead {
117
   thead {
102
     tr {
118
     tr {
103
       th {
119
       th {
104
-        background: rgba(66,118,245,0.08);
120
+        background: rgba(66, 118, 245, 0.08);
105
         padding: 16px;
121
         padding: 16px;
106
         border: none;
122
         border: none;
107
       }
123
       }
110
   tbody {
126
   tbody {
111
     tr {
127
     tr {
112
       &:nth-of-type(even) {
128
       &:nth-of-type(even) {
113
-        background: rgba(91,91,91,0.04);
129
+        background: rgba(91, 91, 91, 0.04);
114
       }
130
       }
115
 
131
 
116
       &:hover {
132
       &:hover {
117
-        background: rgba(66,118,245,0.2);
133
+        background: rgba(66, 118, 245, 0.2);
118
       }
134
       }
119
     }
135
     }
120
   }
136
   }
121
 }
137
 }
122
 
138
 
123
 .dashboard-page {
139
 .dashboard-page {
124
-  background-color: #081A48;
140
+  background-color: #081a48;
125
   scrollbar-width: none; /* firefox */
141
   scrollbar-width: none; /* firefox */
126
   -ms-overflow-style: none; /* IE 10+ */
142
   -ms-overflow-style: none; /* IE 10+ */
127
 
143
 
138
 
154
 
139
     .left {
155
     .left {
140
       background: transparent;
156
       background: transparent;
141
-      background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .0001) 100%);
157
+      background-image: linear-gradient(
158
+        to right,
159
+        rgba(0, 0, 0, 0.3) 0%,
160
+        rgba(0, 0, 0, 0.0001) 100%
161
+      );
142
       width: 10%;
162
       width: 10%;
143
       box-shadow: none;
163
       box-shadow: none;
144
     }
164
     }
159
       }
179
       }
160
     }
180
     }
161
   }
181
   }
162
-  
182
+
163
   .act-list {
183
   .act-list {
164
     margin: 96px 0;
184
     margin: 96px 0;
165
 
185
 
172
       }
192
       }
173
     }
193
     }
174
 
194
 
175
-    div[class^="col"] {
195
+    div[class^='col'] {
176
       min-width: 280px;
196
       min-width: 280px;
177
       // 每行 4 个, 间距 64
197
       // 每行 4 个, 间距 64
178
       width: calc(25% - 48px);
198
       width: calc(25% - 48px);
179
       height: 100%;
199
       height: 100%;
180
       position: relative;
200
       position: relative;
181
-      
201
+
182
       & + div {
202
       & + div {
183
         margin-left: 64px;
203
         margin-left: 64px;
184
       }
204
       }
207
             width: 100%;
227
             width: 100%;
208
             height: 100%;
228
             height: 100%;
209
             object-fit: contain;
229
             object-fit: contain;
210
-  
230
+
211
             &:nth-child(2) {
231
             &:nth-child(2) {
212
               display: none;
232
               display: none;
213
             }
233
             }
224
             font-size: 24px;
244
             font-size: 24px;
225
             font-weight: 500;
245
             font-weight: 500;
226
             color: transparent;
246
             color: transparent;
227
-            background: linear-gradient(0deg, #2362E4 0%, #00D5FB 100%);
247
+            background: linear-gradient(0deg, #2362e4 0%, #00d5fb 100%);
228
             vertical-align: middle;
248
             vertical-align: middle;
229
             background-clip: text;
249
             background-clip: text;
230
             -webkit-background-clip: text;
250
             -webkit-background-clip: text;
231
           }
251
           }
232
         }
252
         }
233
-
234
       }
253
       }
235
 
254
 
236
       .act-bg {
255
       .act-bg {
256
       &:hover {
275
       &:hover {
257
         cursor: pointer;
276
         cursor: pointer;
258
 
277
 
259
-        .act-bg, .act-icon {
278
+        .act-bg,
279
+        .act-icon {
260
           img {
280
           img {
261
             &:nth-child(1) {
281
             &:nth-child(1) {
262
               display: none;
282
               display: none;