gy-webcode2 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -304,18 +304,29 @@
304
304
  // .el-input__inner{
305
305
  // // border: 1px solid #aaaaaa;
306
306
  // }
307
- .el-input-group--append .el-input__inner, .el-input-group__prepend{
307
+ .el-input__inner{
308
308
  border-right: none;
309
309
  }
310
310
  .el-input-group__append{
311
311
  padding:0;
312
312
  // background: #19bfa5;
313
- // @include themeColor('background-color','hover',0.1);
313
+ @include themeColor('background-color','color');
314
+ color: #fff;
314
315
  // @include themeColor('color','hover');
315
316
  // color:#fff;
316
317
  // border: none;
317
318
  width:35px;
319
+ border-radius: 0 6px 6px 0;
318
320
  text-align: center;
321
+ &:hover{
322
+ @include themeColor('background-color','hover');
323
+ }
324
+ &:active{
325
+ color: #fff !important;
326
+ @include themeColor('background-color','active');
327
+ // @include themeColor('background-color','hover',0.1);
328
+ // @include themeColor('color','active');
329
+ }
319
330
  .el-button--default{
320
331
  // padding: 0;
321
332
  min-width: auto;
@@ -325,11 +336,13 @@
325
336
  border-radius: 0;
326
337
  // @include themeColor('color','color');
327
338
  &:hover{
328
- @include themeColor('color','hover');
339
+ color: #fff !important;
340
+ // @include themeColor('color','hover');
329
341
  }
330
342
  &:active{
331
- @include themeColor('background-color','hover',0.1);
332
- @include themeColor('color','active');
343
+ color: #fff !important;
344
+ // @include themeColor('background-color','hover',0.1);
345
+ // @include themeColor('color','active');
333
346
  }
334
347
  }
335
348
  // border: 1px solid #aaaaaa{
@@ -34,20 +34,25 @@
34
34
  &.hong{
35
35
  background: #ff4d50;
36
36
  border-color: #ff4d50;
37
+ }
38
+ &.hong2{
39
+ background: #fff0f0;
40
+ border-color: #fff0f0;
41
+ color: #f5212d;
37
42
  &.plain{
38
- background: #fff1f1;
39
- border-color: #ffa49f;
40
- color: #f5212d;
43
+ border-color: #ffa19d;
41
44
  }
42
45
  }
46
+
47
+
43
48
  &.lan{
44
49
  background: #1890ff;
45
50
  border-color: #1890ff;
46
51
  color: #fff;
47
52
  &.plain{
48
- background: #e6f7ff;
49
- border-color: #91d5fc;
50
- color: #1690fd;
53
+ background: #fff;
54
+ border-color: #1890fe;
55
+ color: #1791ff;
51
56
  }
52
57
  }
53
58
  &.lan2{
@@ -68,20 +73,31 @@
68
73
  background: #353688;
69
74
  border-color: #353688;
70
75
  }
71
-
72
76
  &.lan4{
77
+ background: #f1f1f9;
78
+ border-color: #f1f1f9;
79
+ color: #373686;
80
+ &.plain{
81
+ border-color: #a4a4ca;
82
+ }
83
+ }
84
+
85
+ &.lan5{
73
86
  background: #155bd5;
74
87
  border-color: #155bd5;
75
88
  }
89
+ &.lan6{
90
+ background: #edf3ff;
91
+ border-color: #edf3ff;
92
+ color: #125cd5;
93
+ &.plain{
94
+ border-color: #94b4ed;
95
+ }
96
+ }
76
97
 
77
98
  &.lv{
78
99
  background: #4fc519;
79
100
  border-color: #4fc519;
80
- &.plain{
81
- background: #f8ffed;
82
- border-color: #b8eb8e;
83
- color: #51c51a;
84
- }
85
101
  }
86
102
  &.lv2{
87
103
  border-color: #f8ffed;
@@ -95,10 +111,13 @@
95
111
  &.huang{
96
112
  background: #fbad15;
97
113
  border-color: #fbad15;
114
+ }
115
+ &.huang2{
116
+ background: #fefbe8;
117
+ border-color: #fefbe8;
118
+ color: #ffa83f;
98
119
  &.plain{
99
- background: #fefbe8;
100
120
  border-color: #ffe58e;
101
- color: #ffa83f;
102
121
  }
103
122
  }
104
123
 
@@ -116,22 +135,29 @@
116
135
  }
117
136
 
118
137
  &.zi{
119
- background: #8a40d5;
120
- border-color: #8a40d5;
138
+ background: #893fd4;
139
+ border-color: #893fd4;
140
+ }
141
+ &.zi2{
142
+ background: #faeffd;
143
+ border-color: #faeffd;
144
+ color: #883ed3;
121
145
  &.plain{
122
- background: #f8f3fa;
123
- border-color: #c7a7ea;
124
- color: #883ed3;
146
+ border-color: #c7a8ec;
125
147
  }
126
148
  }
127
149
 
128
150
  &.fen{
129
151
  background: #d42a8d;
130
152
  border-color: #d42a8d;
153
+ }
154
+
155
+ &.fen2{
156
+ background: #ffeefa;
157
+ border-color: #ffeefa;
158
+ color: #d5298b;
131
159
  &.plain{
132
- background: #fff0fa;
133
160
  border-color: #ea9ecd;
134
- color: #d5298b;
135
161
  }
136
162
  }
137
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gy-webcode2",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {