@antv/dumi-theme-antv 0.8.0-beta.3 → 0.8.0-beta.5

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.
Files changed (64) hide show
  1. package/dist/builtins/Playground/index.module.less +0 -1
  2. package/dist/components/AI/HomeDialog/AntVBanner/index.module.less +2 -2
  3. package/dist/components/AI/HomeDialog/ModeSelector/index.module.less +39 -22
  4. package/dist/components/AI/HomeDialog/PromptTextarea/DatasourceCard/index.module.less +3 -3
  5. package/dist/components/AI/HomeDialog/PromptTextarea/index.js +10 -23
  6. package/dist/components/AI/HomeDialog/PromptTextarea/index.module.less +8 -8
  7. package/dist/components/AI/HomeDialog/RecommendCase/card.module.less +1 -1
  8. package/dist/components/AI/HomeDialog/RecommendCase/index.module.less +2 -2
  9. package/dist/components/Login/Captcha/index.js +185 -0
  10. package/dist/components/Login/Captcha/index.less +91 -0
  11. package/dist/components/Login/CheckCode/index.js +246 -0
  12. package/dist/components/Login/CheckCode/index.less +137 -0
  13. package/dist/components/Login/CountDownButton/index.js +109 -0
  14. package/dist/components/Login/CountDownButton/index.less +8 -0
  15. package/dist/components/Login/LoginForm.js +245 -0
  16. package/dist/components/Login/LoginForm.less +409 -0
  17. package/dist/components/Login/index.js +24 -0
  18. package/dist/components/Login/openAuthWindow.js +54 -0
  19. package/dist/components/Login/types.js +5 -0
  20. package/dist/components/Login/utils.js +47 -0
  21. package/dist/layouts/DocLayout.js +2 -1
  22. package/dist/layouts/GlobalLayout/index.js +8 -4
  23. package/dist/locales/en.json +31 -1
  24. package/dist/locales/zh.json +31 -1
  25. package/dist/model/AIChat.js +2 -2
  26. package/dist/model/auth.js +115 -0
  27. package/dist/pages/AIPlayground/components/ConversationsMenu/index.module.less +2 -0
  28. package/dist/pages/AIPlayground/components/MarkdownComponent/MarkdownCodeBlock.js +7 -5
  29. package/dist/pages/AIPlayground/components/MarkdownComponent/MarkdownCodeBlock.module.less +1 -2
  30. package/dist/pages/AIPlayground/components/MsgBox/index.js +179 -140
  31. package/dist/pages/AIPlayground/components/MsgBox/index.module.less +3 -2
  32. package/dist/pages/AIPlayground/components/MsgBox/useAutoScroll.js +46 -0
  33. package/dist/pages/AIPlayground/components/SessionLayout/index.module.less +1 -1
  34. package/dist/pages/AIPlayground/components/TaskBox/generateCode.js +7 -1
  35. package/dist/pages/AIPlayground/components/TaskBox/index.js +31 -52
  36. package/dist/pages/AIPlayground/components/TaskBox/index.module.less +1 -0
  37. package/dist/pages/Examples/components/Accouncement/index.module.less +1 -1
  38. package/dist/pages/Examples/index.module.less +11 -11
  39. package/dist/pages/Index/components/Cases/index.module.less +8 -8
  40. package/dist/pages/Index/components/Companies/index.module.less +4 -3
  41. package/dist/pages/Index/components/Features/FeatureCard.module.less +4 -5
  42. package/dist/pages/Index/components/Features/index.module.less +5 -5
  43. package/dist/pages/Index/components/_.less +9 -9
  44. package/dist/slots/Banner/Notification.module.less +8 -8
  45. package/dist/slots/Banner/index.module.less +10 -9
  46. package/dist/slots/CodeEditor/index.module.less +3 -0
  47. package/dist/slots/CodePreview/index.module.less +0 -3
  48. package/dist/slots/ContentTable/index.module.less +2 -1
  49. package/dist/slots/Detail/News.module.less +9 -9
  50. package/dist/slots/Detail/index.module.less +11 -14
  51. package/dist/slots/ExampleSider/index.module.less +3 -4
  52. package/dist/slots/Footer/index.module.less +2 -2
  53. package/dist/slots/Header/Products/Product.module.less +2 -2
  54. package/dist/slots/Header/Search/SearchResult.js +7 -0
  55. package/dist/slots/Header/Search/SearchResult.module.less +1 -0
  56. package/dist/slots/Header/index.module.less +5 -5
  57. package/dist/slots/LiveExample/index.module.less +1 -1
  58. package/dist/slots/Loading/index.module.less +30 -28
  59. package/dist/slots/ManualContent/index.module.less +14 -17
  60. package/dist/slots/_.less +9 -9
  61. package/dist/utils/auth.js +10 -0
  62. package/dist/utils/env.js +24 -0
  63. package/dist/utils/request.js +58 -0
  64. package/package.json +7 -2
@@ -1,6 +1,6 @@
1
1
  .bannerAnnouncement {
2
2
  background: #e6f7ff;
3
- border-color: rgba(71, 118, 232, 0.65);
3
+ border-color: rgba(71, 118, 232, 65%);
4
4
  color: #4776e8;
5
5
 
6
6
  a {
@@ -77,7 +77,7 @@
77
77
  }
78
78
 
79
79
  pre[class*='language-'] {
80
- background-color: rgba(0, 0, 0, 0.03);
80
+ background-color: rgba(0, 0, 0, 3%);
81
81
  }
82
82
 
83
83
  code[class*='language-'] {
@@ -155,7 +155,7 @@
155
155
  table th {
156
156
  color: #5c6b77;
157
157
  font-weight: 500;
158
- background: rgba(0, 0, 0, 0.02);
158
+ background: rgba(0, 0, 0, 2%);
159
159
  }
160
160
 
161
161
  table th,
@@ -174,7 +174,7 @@
174
174
  width: 20%;
175
175
  font-weight: 500;
176
176
  background: #fcfcfc;
177
- color: rgba(0, 0, 0, 0.85);
177
+ color: rgba(0, 0, 0, 85%);
178
178
  }
179
179
 
180
180
  blockquote {
@@ -197,15 +197,16 @@
197
197
 
198
198
  .layout {
199
199
  margin: 24px 0 32px;
200
+
200
201
  :global {
201
202
  .ant-layout-content {
202
- background-color: #ffffff;
203
+ background-color: #fff;
203
204
  }
204
205
  }
205
206
  }
206
207
 
207
208
  .main {
208
- background-color: #ffffff;
209
+ background-color: #fff;
209
210
  width: calc(100% - @toc-width);
210
211
  padding-left: 48px;
211
212
  padding-right: 24px;
@@ -248,7 +249,6 @@
248
249
  background: #fff;
249
250
  max-height: 100vh;
250
251
  overflow: hidden;
251
-
252
252
  position: sticky;
253
253
  top: 0;
254
254
  padding: 8px 0;
@@ -288,6 +288,7 @@
288
288
 
289
289
  .affix {
290
290
  background-color: #fff;
291
+
291
292
  & > div {
292
293
  height: 100%;
293
294
  }
@@ -325,7 +326,7 @@
325
326
  justify-content: center;
326
327
  align-items: center;
327
328
  background: #fff;
328
- box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
329
+ box-shadow: 2px 0 8px rgba(0, 0, 0, 15%);
329
330
  border-radius: 0 4px 4px 0;
330
331
  }
331
332
  }
@@ -401,7 +402,7 @@
401
402
  &:hover > div {
402
403
  transform: translateY(-4px);
403
404
  border-color: transparent;
404
- box-shadow: 0 6px 16px rgba(107, 147, 224, 0.14);
405
+ box-shadow: 0 6px 16px rgba(107, 147, 224, 14%);
405
406
  }
406
407
 
407
408
  h4 {
@@ -455,7 +456,7 @@
455
456
  :global {
456
457
  .SplitPane {
457
458
  overflow: auto;
458
- left: 0px;
459
+ left: 0;
459
460
  height: calc(100vh - 64px) !important;
460
461
  }
461
462
 
@@ -603,10 +604,9 @@
603
604
  }
604
605
 
605
606
  .backTop {
606
- transition: color 0.3s;
607
607
  color: #868484;
608
608
  background-color: #fff;
609
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
609
+ box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 12%), 0 6px 16px 0 rgba(0, 0, 0, 8%), 0 9px 28px 8px rgba(0, 0, 0, 5%);
610
610
  transition: color 0.3s;
611
611
  width: 44px;
612
612
  height: 44px;
@@ -6,7 +6,7 @@
6
6
  position: relative;
7
7
  padding: 0;
8
8
  overflow: hidden;
9
- background: rgba(250, 251, 252, 1);
9
+ background: rgba(250, 251, 252, 100%);
10
10
 
11
11
  .slider {
12
12
  .container1440();
@@ -38,22 +38,22 @@
38
38
  .appTitle {
39
39
  font-size: 1.2857em;
40
40
  font-weight: 500;
41
- margin: 48px 0 0 0;
41
+ margin: 48px 0 0;
42
42
  position: relative;
43
43
  height: min-content;
44
- color: rgba(0, 0, 0, 1);
44
+ color: rgba(0, 0, 0, 100%);
45
45
  user-select: text;
46
46
  }
47
47
 
48
48
  .appDescription {
49
- color: rgba(105, 123, 140, 0.6);
49
+ color: rgba(105, 123, 140, 60%);
50
50
  font-size: 1em;
51
- margin: 16px 0 0 0;
51
+ margin: 16px 0 0;
52
52
  user-select: text;
53
53
  }
54
54
 
55
55
  .detailWrapper {
56
- margin: 20px 0 0 0;
56
+ margin: 20px 0 0;
57
57
 
58
58
  .detail {
59
59
  color: var(--primary-color);
@@ -81,7 +81,7 @@
81
81
 
82
82
  &:hover {
83
83
  border: 1px solid #ced4d9;
84
- fill: #000000;
84
+ fill: #000;
85
85
  }
86
86
 
87
87
  &:hover :only-child {
@@ -228,7 +228,7 @@
228
228
  bottom: 100px;
229
229
  }
230
230
 
231
- .slick-dots li.slick-active button:before {
231
+ .slick-dots li.slick-active button::before {
232
232
  opacity: 1;
233
233
  color: #1890ff;
234
234
  }
@@ -14,17 +14,18 @@
14
14
  margin-bottom: 5%;
15
15
  position: relative;
16
16
  .container1440();
17
+
17
18
  padding-left: 4.5%;
18
19
  }
19
20
 
20
21
  .title {
21
22
  font-size: 2.714em;
22
23
  font-weight: 500;
23
- margin: 118px 0 0 0;
24
+ margin: 118px 0 0;
24
25
  position: relative;
25
26
  height: min-content;
26
27
  text-align: center;
27
- color: rgba(0, 0, 0, 1);
28
+ color: rgba(0, 0, 0, 100%);
28
29
  }
29
30
 
30
31
  .companiesContainer {
@@ -73,7 +74,7 @@
73
74
  .wrapper {
74
75
  .title {
75
76
  font-size: 1.9rem;
76
- margin: 98px 0 0 0;
77
+ margin: 98px 0 0;
77
78
  }
78
79
 
79
80
  .content {
@@ -17,7 +17,6 @@
17
17
 
18
18
  .title {
19
19
  font-size: 1.714em;
20
- color: #000;
21
20
  margin-top: 28px;
22
21
  margin-bottom: 11px;
23
22
  font-family: AlibabaPuHuiTiM;
@@ -29,7 +28,7 @@
29
28
  .description {
30
29
  opacity: 0.6;
31
30
  width: 100%;
32
- color: rgba(105, 123, 140, 1);
31
+ color: rgba(105, 123, 140, 100%);
33
32
  font-size: 1em;
34
33
  line-height: 1.8em;
35
34
  margin-top: 11px;
@@ -42,7 +41,7 @@
42
41
  .cards {
43
42
  .cardWrapper {
44
43
  .card {
45
- margin: 84px 19px 80px 19px;
44
+ margin: 84px 19px 80px;
46
45
 
47
46
  .content {
48
47
  .icon {
@@ -56,8 +55,8 @@
56
55
 
57
56
  .description {
58
57
  font-size: 1em;
59
- padding-bottom: 0px;
60
- padding-top: 0px;
58
+ padding-bottom: 0;
59
+ padding-top: 0;
61
60
  margin-top: 12px;
62
61
  }
63
62
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  .title {
23
23
  font-weight: 500;
24
- margin: 17px 0 0 0;
24
+ margin: 17px 0 0;
25
25
  position: relative;
26
26
  font-family: AlibabaPuHuiTiB;
27
27
  font-size: 40px;
@@ -52,9 +52,9 @@
52
52
  display: flex;
53
53
  justify-content: center;
54
54
  width: 100%;
55
- background-color: #ffffff;
55
+ background-color: #fff;
56
56
  border: 1px solid #e5e8ef;
57
- box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.03);
57
+ box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 3%);
58
58
  border-radius: 16px;
59
59
  overflow: hidden;
60
60
  }
@@ -77,12 +77,12 @@
77
77
 
78
78
  .cardWrapper {
79
79
  flex: none;
80
- margin: 0 0 28px 0;
80
+ margin: 0 0 28px;
81
81
  width: 100%;
82
82
  max-width: 100%;
83
83
 
84
84
  &:last-child {
85
- margin: 0 0 30px 0;
85
+ margin: 0 0 30px;
86
86
  }
87
87
  }
88
88
  }
@@ -81,30 +81,30 @@ h6 {
81
81
  width: 100%;
82
82
  height: 11px;
83
83
  margin: -5px 0;
84
- border-top: 5px solid rgba(255, 255, 255, 0);
85
- border-bottom: 5px solid rgba(255, 255, 255, 0);
84
+ border-top: 5px solid rgba(255, 255, 255, 0%);
85
+ border-bottom: 5px solid rgba(255, 255, 255, 0%);
86
86
  cursor: row-resize;
87
87
 
88
88
  &:hover {
89
- border-top: 5px solid rgba(0, 0, 0, 0.5);
90
- border-bottom: 5px solid rgba(0, 0, 0, 0.5);
89
+ border-top: 5px solid rgba(0, 0, 0, 50%);
90
+ border-bottom: 5px solid rgba(0, 0, 0, 50%);
91
91
  }
92
92
  }
93
93
 
94
94
  &.vertical {
95
95
  width: 11px;
96
96
  margin: 0 -5px;
97
- border-right: 5px solid rgba(255, 255, 255, 0);
98
- border-left: 5px solid rgba(255, 255, 255, 0);
97
+ border-right: 5px solid rgba(255, 255, 255, 0%);
98
+ border-left: 5px solid rgba(255, 255, 255, 0%);
99
99
  cursor: col-resize;
100
100
 
101
- Pane2 {
101
+ pane2 {
102
102
  border-left: 1px solid #e6e6e6;
103
103
  }
104
104
 
105
105
  &:hover {
106
- border-right: 5px solid rgba(0, 0, 0, 0.5);
107
- border-left: 5px solid rgba(0, 0, 0, 0.5);
106
+ border-right: 5px solid rgba(0, 0, 0, 50%);
107
+ border-left: 5px solid rgba(0, 0, 0, 50%);
108
108
  }
109
109
  }
110
110
 
@@ -17,7 +17,7 @@
17
17
 
18
18
  .content {
19
19
  padding-left: 20px;
20
- color: rgba(49, 70, 89, 1);
20
+ color: rgba(49, 70, 89, 100%);
21
21
  text-align: left;
22
22
 
23
23
  .description {
@@ -28,7 +28,7 @@
28
28
  }
29
29
 
30
30
  .date {
31
- color: rgba(216, 203, 249, 1);
31
+ color: rgba(216, 203, 249, 100%);
32
32
  bottom: 0;
33
33
  font-size: 1em;
34
34
  margin-top: 4px;
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  &:hover .description {
41
- color: rgba(89, 126, 247, 1);
41
+ color: rgba(89, 126, 247, 100%);
42
42
  }
43
43
  }
44
44
 
@@ -67,12 +67,12 @@
67
67
  @keyframes showAndHide0 {
68
68
  0% {
69
69
  opacity: 1;
70
- top: 0px;
70
+ top: 0;
71
71
  }
72
72
 
73
73
  33.3% {
74
74
  opacity: 1;
75
- top: 0px;
75
+ top: 0;
76
76
  }
77
77
 
78
78
  50% {
@@ -87,7 +87,7 @@
87
87
 
88
88
  100% {
89
89
  opacity: 1;
90
- top: 0px;
90
+ top: 0;
91
91
  }
92
92
  }
93
93
 
@@ -105,12 +105,12 @@
105
105
 
106
106
  50% {
107
107
  opacity: 1;
108
- top: 0px;
108
+ top: 0;
109
109
  }
110
110
 
111
111
  83.3% {
112
112
  opacity: 1;
113
- top: 0px;
113
+ top: 0;
114
114
  }
115
115
 
116
116
  100% {
@@ -3,13 +3,14 @@
3
3
  .wrapper {
4
4
  min-height: 650px;
5
5
  max-height: 803px;
6
- background: linear-gradient(225deg, #ffffff, #f0f5ff);
6
+ background: linear-gradient(225deg, #fff, #f0f5ff);
7
7
  height: calc(94vh);
8
8
  position: relative;
9
9
  overflow: hidden;
10
10
 
11
11
  .content {
12
12
  .container1440();
13
+
13
14
  height: 100%;
14
15
  position: relative;
15
16
  }
@@ -23,14 +24,14 @@
23
24
  .title {
24
25
  font-size: 3.4em; //2.875em;
25
26
  font-weight: 800;
26
- color: rgba(0, 0, 0, 1);
27
+ color: rgba(0, 0, 0, 100%);
27
28
  position: relative;
28
29
  }
29
30
 
30
31
  .description {
31
32
  margin-top: 0.83%; //12px;
32
- margin-bottom: 0px;
33
- color: rgba(106, 123, 140, 1);
33
+ margin-bottom: 0;
34
+ color: rgba(106, 123, 140, 100%);
34
35
  font-size: 1.14em;
35
36
  font-weight: 200;
36
37
  position: relative;
@@ -162,6 +163,7 @@
162
163
  .gh-count {
163
164
  position: relative;
164
165
  display: none;
166
+
165
167
  /* hidden to start */
166
168
  margin-left: 52px;
167
169
  margin-top: 7px;
@@ -183,8 +185,8 @@
183
185
  color: #4183c4;
184
186
  }
185
187
 
186
- .gh-count:before,
187
- .gh-count:after {
188
+ .gh-count::before,
189
+ .gh-count::after {
188
190
  content: '';
189
191
  position: absolute;
190
192
  display: inline-block;
@@ -194,7 +196,7 @@
194
196
  border-style: solid;
195
197
  }
196
198
 
197
- .gh-count:before {
199
+ .gh-count::before {
198
200
  top: 50%;
199
201
  left: -3px;
200
202
  margin-top: -5px;
@@ -202,7 +204,7 @@
202
204
  border-right-color: #fafafa;
203
205
  }
204
206
 
205
- .gh-count:after {
207
+ .gh-count::after {
206
208
  top: 50%;
207
209
  border-width: 5px 5px 5px 0;
208
210
  border-right-color: #d4d4d4;
@@ -228,7 +230,6 @@
228
230
  display: flex;
229
231
  position: absolute;
230
232
  right: 0;
231
- margin-top: -300px;
232
233
  width: 52%;
233
234
  max-width: 598px;
234
235
  height: 324px;
@@ -12,9 +12,11 @@
12
12
 
13
13
  .drawer{
14
14
  margin-top: 36px;
15
+
15
16
  :global {
16
17
  .ant-drawer-content {
17
18
  background: #f8f9fc;
19
+
18
20
  div.ant-drawer-header {
19
21
  padding-bottom: unset;
20
22
  border-bottom: unset;
@@ -24,6 +26,7 @@
24
26
  flex: unset;
25
27
  }
26
28
  }
29
+
27
30
  .ant-drawer-body{
28
31
  display: flex;
29
32
  flex-direction: column;
@@ -2,10 +2,8 @@
2
2
  width: 100%;
3
3
  height: 100%;
4
4
  position: relative;
5
-
6
5
  padding: 24px;
7
6
  overflow: auto;
8
-
9
7
  display: flex;
10
8
  flex-direction: column;
11
9
 
@@ -46,7 +44,6 @@
46
44
  position: absolute;
47
45
  top: 0;
48
46
  left: 0;
49
-
50
47
  background: #fff;
51
48
  }
52
49
  }
@@ -1,8 +1,9 @@
1
1
  :global {
2
2
  ul.dumi-default-toc {
3
3
  > li {
4
- margin-left: 0px !important;
4
+ margin-left: 0 !important;
5
5
  }
6
+
6
7
  .active {
7
8
  color: #873bf4 !important;
8
9
  border-left: 3px solid #873bf4 !important;
@@ -1,9 +1,9 @@
1
1
  .news {
2
2
  width: 50%;
3
3
  margin-right: 2%;
4
- background-color: #ffffff;
4
+ background-color: #fff;
5
5
  border: 1px solid #e5e8ef;
6
- box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.05);
6
+ box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 5%);
7
7
  border-radius: 16px;
8
8
  height: 100%;
9
9
  font-size: 14px;
@@ -91,13 +91,13 @@
91
91
  @keyframes showAndHide0 {
92
92
  0% {
93
93
  opacity: 1;
94
- top: 0px;
94
+ top: 0;
95
95
  z-index: 1;
96
96
  }
97
97
 
98
98
  33.3% {
99
99
  opacity: 0;
100
- top: 0px;
100
+ top: 0;
101
101
  z-index: 0;
102
102
  }
103
103
 
@@ -109,7 +109,7 @@
109
109
 
110
110
  100% {
111
111
  opacity: 1;
112
- top: 0px;
112
+ top: 0;
113
113
  z-index: 1;
114
114
  }
115
115
  }
@@ -123,13 +123,13 @@
123
123
 
124
124
  33.3% {
125
125
  opacity: 1;
126
- top: 0px;
126
+ top: 0;
127
127
  z-index: 1;
128
128
  }
129
129
 
130
130
  66.6% {
131
131
  opacity: 0;
132
- top: 0px;
132
+ top: 0;
133
133
  z-index: 0;
134
134
  }
135
135
 
@@ -155,13 +155,13 @@
155
155
 
156
156
  66.6% {
157
157
  opacity: 1;
158
- top: 0px;
158
+ top: 0;
159
159
  z-index: 1;
160
160
  }
161
161
 
162
162
  100% {
163
163
  opacity: 0;
164
- top: 0px;
164
+ top: 0;
165
165
  z-index: 0;
166
166
  }
167
167
  }
@@ -3,13 +3,14 @@
3
3
  .wrapper {
4
4
  min-height: 1000px;
5
5
  max-height: 1150px;
6
- background: linear-gradient(225deg, #ffffff, #f0f5ff);
6
+ background: linear-gradient(225deg, #fff, #f0f5ff);
7
7
  height: calc(94vh);
8
8
  position: relative;
9
9
  overflow: hidden;
10
10
 
11
11
  .content {
12
12
  .container1440();
13
+
13
14
  height: 100%;
14
15
  position: relative;
15
16
  }
@@ -28,7 +29,7 @@
28
29
 
29
30
  .title {
30
31
  font-size: 3.4em; //2.875em;
31
- color: rgba(0, 0, 0, 1);
32
+ color: rgba(0, 0, 0, 100%);
32
33
  position: relative;
33
34
  font-family: AlibabaPuHuiTiRHeavy;
34
35
 
@@ -39,8 +40,7 @@
39
40
 
40
41
  .description {
41
42
  margin-top: 0.83%; //12px;
42
- margin-bottom: 0px;
43
- color: rgba(106, 123, 140, 1);
43
+ margin-bottom: 0;
44
44
  font-weight: 200;
45
45
  position: relative;
46
46
  width: 40%;
@@ -52,7 +52,7 @@
52
52
  overflow: hidden;
53
53
  text-overflow: ellipsis;
54
54
  -webkit-line-clamp: 4;
55
- display: -webkit-box;
55
+ display: box;
56
56
  -webkit-box-orient: vertical;
57
57
  }
58
58
 
@@ -64,7 +64,6 @@
64
64
  display: flex;
65
65
  align-items: center;
66
66
  justify-content: center;
67
- cursor: pointer;
68
67
  border-radius: 12px;
69
68
  z-index: 10;
70
69
  position: relative;
@@ -73,13 +72,12 @@
73
72
  height: 54px;
74
73
  min-width: 166px;
75
74
  padding: 0 10px;
76
- box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.1);
77
75
  background-color: #691eff;
78
76
  font-size: 18px;
79
77
  cursor: pointer;
80
78
  box-shadow: 0 8px 28px 0 #f2f2f2;
81
79
  margin-right: 20px;
82
- color: #ffffff;
80
+ color: #fff;
83
81
  overflow: hidden;
84
82
 
85
83
  .icon {
@@ -94,8 +92,7 @@
94
92
  }
95
93
 
96
94
  &.primary {
97
- color: #fff;
98
- background-color: #ffffff;
95
+ background-color: #fff;
99
96
  color: #000;
100
97
  border: 1px solid #e8e8e8;
101
98
 
@@ -123,8 +120,8 @@
123
120
  display: flex;
124
121
  height: 54px;
125
122
  cursor: pointer;
126
- box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.05);
127
- background-color: #ffffff;
123
+ box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 5%);
124
+ background-color: #fff;
128
125
  border: 1px solid #e8e8e8;
129
126
  justify-content: center;
130
127
  align-items: center;
@@ -146,6 +143,7 @@
146
143
 
147
144
  .gh-btn {
148
145
  padding: 16px;
146
+
149
147
  .gh-ico {
150
148
  display: block;
151
149
  width: 20px;
@@ -172,7 +170,7 @@
172
170
  margin-left: -8px;
173
171
  color: #1d2129;
174
172
  letter-spacing: 0;
175
- font-family: AlibabaSans102-Medium;
173
+ font-family: "AlibabaSans102-Medium";
176
174
  }
177
175
  }
178
176
  }
@@ -195,7 +193,6 @@
195
193
  display: flex;
196
194
  position: absolute;
197
195
  right: 0;
198
- margin-top: -300px;
199
196
  width: 32%;
200
197
  max-width: 598px;
201
198
  height: 324px;