component-shipinlv 0.0.10 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. package/dist/AuthClient/login-reg.css.d.ts +5 -0
  2. package/dist/AuthClient/login-reg.css.js +6 -0
  3. package/dist/AuthClient/login-reg.d.ts +0 -1
  4. package/dist/AuthClient/login-reg.js +2 -3
  5. package/dist/AuthClient/login.css.d.ts +5 -0
  6. package/dist/AuthClient/login.css.js +6 -0
  7. package/dist/AuthClient/login.d.ts +0 -1
  8. package/dist/AuthClient/login.js +2 -1
  9. package/dist/AuthClient/qr/index.css.d.ts +8 -0
  10. package/dist/AuthClient/qr/index.css.js +9 -0
  11. package/dist/AuthClient/qr/index.d.ts +0 -1
  12. package/dist/AuthClient/qr/index.js +37 -43
  13. package/dist/AuthClient/reg.d.ts +0 -1
  14. package/dist/AuthClient/reg.js +0 -1
  15. package/dist/Buy/index.css.d.ts +5 -0
  16. package/dist/Buy/index.css.js +6 -0
  17. package/dist/Buy/index.d.ts +0 -1
  18. package/dist/Buy/index.js +11 -9
  19. package/dist/Buy/qr.css.d.ts +5 -0
  20. package/dist/Buy/qr.css.js +6 -0
  21. package/dist/Buy/qr.d.ts +0 -1
  22. package/dist/Buy/qr.js +73 -71
  23. package/dist/UI/DialogDrawer.css.d.ts +5 -0
  24. package/dist/UI/DialogDrawer.css.js +6 -0
  25. package/dist/UI/DialogDrawer.d.ts +0 -1
  26. package/dist/UI/DialogDrawer.js +14 -12
  27. package/dist/UI/DialogDrawerFooter.css.d.ts +5 -0
  28. package/dist/UI/DialogDrawerFooter.css.js +6 -0
  29. package/dist/UI/DialogDrawerFooter.d.ts +0 -1
  30. package/dist/UI/DialogDrawerFooter.js +2 -3
  31. package/dist/UI/LoadError.css.d.ts +5 -0
  32. package/dist/UI/LoadError.css.js +6 -0
  33. package/dist/UI/LoadError.d.ts +0 -1
  34. package/dist/UI/LoadError.js +2 -3
  35. package/dist/UI/PageContentWarp.css.d.ts +5 -0
  36. package/dist/UI/PageContentWarp.css.js +6 -0
  37. package/dist/UI/PageContentWarp.d.ts +0 -1
  38. package/dist/UI/PageContentWarp.js +2 -2
  39. package/dist/VipCompare/commend.css.d.ts +5 -0
  40. package/dist/VipCompare/commend.css.js +6 -0
  41. package/dist/VipCompare/commend.d.ts +0 -1
  42. package/dist/VipCompare/commend.js +2 -3
  43. package/dist/VipCompare/index.css.d.ts +5 -0
  44. package/dist/VipCompare/index.css.js +6 -0
  45. package/dist/VipCompare/index.d.ts +0 -1
  46. package/dist/VipCompare/index.js +48 -47
  47. package/package.json +3 -1
  48. package/dist/AuthClient/login-reg.scss +0 -13
  49. package/dist/AuthClient/login.scss +0 -52
  50. package/dist/AuthClient/qr/index.scss +0 -84
  51. package/dist/AuthClient/reg.scss +0 -3
  52. package/dist/Buy/index.scss +0 -26
  53. package/dist/Buy/qr.scss +0 -69
  54. package/dist/Product/index.scss +0 -84
  55. package/dist/UI/DialogDrawer.scss +0 -10
  56. package/dist/UI/DialogDrawerFooter.scss +0 -19
  57. package/dist/UI/LoadError.scss +0 -18
  58. package/dist/UI/PageContentWarp.scss +0 -11
  59. package/dist/VipCompare/commend.scss +0 -7
  60. package/dist/VipCompare/index.scss +0 -26
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Button, Result } from 'antd';
3
- import "./LoadError.scss";
3
+ import styles from "./LoadError.css";
4
4
  import { MehOutlined } from '@ant-design/icons';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  var LoadError = function LoadError(_ref) {
@@ -18,8 +18,7 @@ var LoadError = function LoadError(_ref) {
18
18
  }
19
19
  return outTitle;
20
20
  };
21
- return /*#__PURE__*/_jsx("div", {
22
- className: "ktv-ai-loadError",
21
+ return /*#__PURE__*/_jsx(styles.LoadError, {
23
22
  children: /*#__PURE__*/_jsx(Result, {
24
23
  icon: /*#__PURE__*/_jsx(MehOutlined, {}),
25
24
  title: getTitle(),
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ PageContentBox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
+ };
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
2
+ var _templateObject;
3
+ import styled from 'styled-components';
4
+ export default {
5
+ PageContentBox: styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .ktv-ai-loading{\n padding: 20px;\n text-align: center;\n display: flex;\n flex-direction: row;\n justify-content: center;\n font-size: 30px;\n }\n "])))
6
+ };
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import './PageContentWarp.scss';
3
2
  interface Props {
4
3
  title?: React.ReactNode;
5
4
  className?: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import "./PageContentWarp.scss";
2
+ import styles from "./PageContentWarp.css";
3
3
  import LoadError from "./LoadError";
4
4
  import { LoadingOutlined } from '@ant-design/icons';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -22,7 +22,7 @@ var PageContentWarp = function PageContentWarp(_ref) {
22
22
  error = _ref.error,
23
23
  errorNode = _ref.errorNode,
24
24
  onReload = _ref.onReload;
25
- return /*#__PURE__*/_jsxs("div", {
25
+ return /*#__PURE__*/_jsxs(styles.PageContentBox, {
26
26
  className: "ktv-ai-pageContentBox ".concat(className),
27
27
  style: {
28
28
  minHeight: minHeight > 0 ? minHeight : 'auto'
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ VipCommend: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
4
+ };
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
2
+ var _templateObject;
3
+ import styled from 'styled-components';
4
+ export default {
5
+ VipCommend: styled.span(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n color: #F60;\n padding-left: 3px;\n .ktv-ai-icon{\n margin-right: 1px;\n }\n "])))
6
+ };
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import './commend.scss';
3
2
  interface Props {
4
3
  commend?: number;
5
4
  }
@@ -1,7 +1,7 @@
1
1
  import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
2
2
  import React, { useEffect, useState } from 'react';
3
3
  import { LikeOutlined } from '@ant-design/icons';
4
- import "./commend.scss";
4
+ import styles from "./commend.css";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  var VipCommend = function VipCommend(_ref) {
7
7
  var _ref$commend = _ref.commend,
@@ -17,8 +17,7 @@ var VipCommend = function VipCommend(_ref) {
17
17
  }
18
18
  setList(dataList);
19
19
  }, [commend]);
20
- return /*#__PURE__*/_jsx("span", {
21
- className: "ktv-ai-vipCommend",
20
+ return /*#__PURE__*/_jsx(styles.VipCommend, {
22
21
  children: list.map(function (num, i) {
23
22
  return /*#__PURE__*/_jsx(LikeOutlined, {
24
23
  className: "ktv-ai-icon"
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ VipCompare: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
4
+ };
5
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
2
+ var _templateObject;
3
+ import styled from 'styled-components';
4
+ export default {
5
+ VipCompare: styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n .vip-compare-price{\n small{\n color: #888;\n vertical-align: middle;\n }\n }\n .listMore{\n position: absolute;\n right: 10px;\n top: 9px;\n }\n\n .vipCompareListMoreContent{\n width: 500px;\n .ratioAlt{\n padding: 6px 0;\n font-size: 13px;\n color: #777;\n .vip-compare-alt{\n\n }\n }\n }\n "])))
6
+ };
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import "./index.scss";
3
2
  interface Props {
4
3
  productType: string;
5
4
  env?: Global.Env;
@@ -8,7 +8,7 @@ import { useRequest } from '@umijs/hooks';
8
8
  import * as VipController from "../service/api/VipController";
9
9
  import Tool from "../lib/Tool";
10
10
  import PageContentWarp from "../UI/PageContentWarp";
11
- import "./index.scss";
11
+ import styles from "./index.css";
12
12
  import { QuestionCircleFilled, LikeOutlined } from '@ant-design/icons';
13
13
  import VipCommend from "./commend";
14
14
  import * as UserController from "../service/api/UserController";
@@ -263,58 +263,59 @@ var VipCompare = function VipCompare(_ref) {
263
263
  });
264
264
  setColumns(_toConsumableArray(columns));
265
265
  }, []);
266
- return /*#__PURE__*/_jsxs(PageContentWarp, {
266
+ return /*#__PURE__*/_jsx(PageContentWarp, {
267
267
  loading: loading,
268
268
  error: error,
269
269
  onReload: function onReload() {
270
270
  return run();
271
271
  },
272
- className: "ktv-ai-vip-compare",
273
- children: [/*#__PURE__*/_jsx("div", {
274
- className: "listMore",
275
- children: /*#__PURE__*/_jsx(Popover, {
276
- title: "\u4F1A\u5458\u63D0\u6210\u4ECB\u7ECD",
277
- placement: "topRight",
278
- content: /*#__PURE__*/_jsxs("div", {
279
- className: "vipCompareListMoreContent",
280
- children: [/*#__PURE__*/_jsx("p", {
281
- children: "\u60A8\u53EF\u4EE5\u8D2D\u4E70\u7684\u4F1A\u5458\u52A0\u901F\u5361\uFF0C\u63A8\u5E7F\u8D5A\u94B1\uFF1B\u4F1A\u5458\u7B49\u7EA7\u7B49\u7EA7\u8D8A\u9AD8\uFF0C\u6536\u76CA\u8D8A\u9AD8\uFF1B"
282
- }), /*#__PURE__*/_jsx(Table, {
283
- size: "small",
284
- bordered: true,
285
- rowKey: function rowKey(record) {
286
- return "".concat(record.id);
287
- },
288
- loading: loading,
289
- columns: columnsMore,
290
- dataSource: listData,
291
- pagination: false
292
- }), /*#__PURE__*/_jsxs("div", {
293
- className: ".vip-compare-ratioAlt",
294
- children: [/*#__PURE__*/_jsx("strong", {
295
- children: "\u4E00\u7EA7\u597D\u53CB"
296
- }), "\u8868\u793A\u4F60\u9080\u8BF7\u7684\u597D\u53CB\uFF0C", /*#__PURE__*/_jsx("strong", {
297
- children: "\u4E8C\u7EA7\u597D\u53CB"
298
- }), "\u8868\u793A\u4F60\u7684\u597D\u53CB\u9080\u8BF7\u7684\u597D\u53CB\uFF1B\u597D\u53CB\u5728\u5E73\u53F0", /*#__PURE__*/_jsx("strong", {
299
- children: "\u73B0\u5728\u3001\u672A\u6765"
300
- }), "\u7684\u6240\u6709\u6D88\u8D39\u90FD\u6709\u5206\u6210\u3002"]
301
- })]
302
- }),
303
- children: /*#__PURE__*/_jsxs("a", {
304
- children: [/*#__PURE__*/_jsx(QuestionCircleFilled, {}), " \u8BF4\u660E"]
272
+ children: /*#__PURE__*/_jsxs(styles.VipCompare, {
273
+ children: [/*#__PURE__*/_jsx("div", {
274
+ className: "listMore",
275
+ children: /*#__PURE__*/_jsx(Popover, {
276
+ title: "\u4F1A\u5458\u63D0\u6210\u4ECB\u7ECD",
277
+ placement: "topRight",
278
+ content: /*#__PURE__*/_jsxs("div", {
279
+ className: "vipCompareListMoreContent",
280
+ children: [/*#__PURE__*/_jsx("p", {
281
+ children: "\u60A8\u53EF\u4EE5\u8D2D\u4E70\u7684\u4F1A\u5458\u52A0\u901F\u5361\uFF0C\u63A8\u5E7F\u8D5A\u94B1\uFF1B\u4F1A\u5458\u7B49\u7EA7\u7B49\u7EA7\u8D8A\u9AD8\uFF0C\u6536\u76CA\u8D8A\u9AD8\uFF1B"
282
+ }), /*#__PURE__*/_jsx(Table, {
283
+ size: "small",
284
+ bordered: true,
285
+ rowKey: function rowKey(record) {
286
+ return "".concat(record.id);
287
+ },
288
+ loading: loading,
289
+ columns: columnsMore,
290
+ dataSource: listData,
291
+ pagination: false
292
+ }), /*#__PURE__*/_jsxs("div", {
293
+ className: ".vip-compare-ratioAlt",
294
+ children: [/*#__PURE__*/_jsx("strong", {
295
+ children: "\u4E00\u7EA7\u597D\u53CB"
296
+ }), "\u8868\u793A\u4F60\u9080\u8BF7\u7684\u597D\u53CB\uFF0C", /*#__PURE__*/_jsx("strong", {
297
+ children: "\u4E8C\u7EA7\u597D\u53CB"
298
+ }), "\u8868\u793A\u4F60\u7684\u597D\u53CB\u9080\u8BF7\u7684\u597D\u53CB\uFF1B\u597D\u53CB\u5728\u5E73\u53F0", /*#__PURE__*/_jsx("strong", {
299
+ children: "\u73B0\u5728\u3001\u672A\u6765"
300
+ }), "\u7684\u6240\u6709\u6D88\u8D39\u90FD\u6709\u5206\u6210\u3002"]
301
+ })]
302
+ }),
303
+ children: /*#__PURE__*/_jsxs("a", {
304
+ children: [/*#__PURE__*/_jsx(QuestionCircleFilled, {}), " \u8BF4\u660E"]
305
+ })
305
306
  })
306
- })
307
- }), /*#__PURE__*/_jsx(Table, {
308
- size: "small",
309
- bordered: true,
310
- rowKey: function rowKey(record) {
311
- return "".concat(record.id);
312
- },
313
- loading: loading,
314
- columns: columns,
315
- dataSource: listData,
316
- pagination: false
317
- })]
307
+ }), /*#__PURE__*/_jsx(Table, {
308
+ size: "small",
309
+ bordered: true,
310
+ rowKey: function rowKey(record) {
311
+ return "".concat(record.id);
312
+ },
313
+ loading: loading,
314
+ columns: columns,
315
+ dataSource: listData,
316
+ pagination: false
317
+ })]
318
+ })
318
319
  });
319
320
  };
320
321
  export default VipCompare;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -56,6 +56,7 @@
56
56
  "dumi": "^2.2.16",
57
57
  "eslint": "^8.23.0",
58
58
  "father": "^4.3.8",
59
+ "less": "^4.2.0",
59
60
  "less-loader": "^11.1.0",
60
61
  "lint-staged": "^13.0.3",
61
62
  "prettier": "^2.7.1",
@@ -71,6 +72,7 @@
71
72
  "@umijs/hooks": "^1.9.3",
72
73
  "jr-qrcode": "^1.1.4",
73
74
  "moment": "^2.29.4",
75
+ "styled-components": "^6.1.8",
74
76
  "umi-request": "^1.4.0",
75
77
  "yarn": "^1.22.19"
76
78
  },
@@ -1,13 +0,0 @@
1
- .loginReg{
2
- .radioSelectBox{
3
- text-align: right;
4
- }
5
- .selectTabs{
6
- .ant-tabs-nav-wrap{
7
- display: none !important;
8
- }
9
- .ant-tabs-nav{
10
- opacity: 0;
11
- }
12
- }
13
- }
@@ -1,52 +0,0 @@
1
- .authClientLogin{
2
- background: no-repeat left bottom #FFF;
3
- background-size: cover;
4
- .webTitle{
5
- font-weight: normal;
6
- font-size: 22px;
7
- text-align: right;
8
- margin: 0 0 -10px 0;
9
- line-height: 1em;
10
- span{
11
- display: inline-block;
12
- padding-left: 5px;
13
- font-weight: lighter;
14
- font-size: 16px;
15
- };
16
- }
17
- .loginMain{
18
- margin: 0 auto 20px;
19
- .loginForm{
20
- margin: 0 auto;
21
- padding:0 0 5px 0 ;
22
- background-color: rgba(255, 255, 255, 0.75 );
23
- border-radius: 6px;
24
- }
25
- }
26
-
27
- .storePass{
28
- cursor: pointer;
29
- }
30
-
31
- .login-success{
32
- position: relative;
33
- cursor: pointer;
34
- width: 220px;
35
- height: 220px;
36
- margin: 10px auto; background-color: #EEE; font-size: 40px; color: #999; text-align: center;
37
- .anticon{ line-height: 1em; color: #52c41a; }
38
- .icon-warp{
39
- position: relative; z-index: 10; opacity: 1; margin-top: 70px; width: 80px; height: 80px; padding: 10px; background-color: #FFF; display: inline-block; border-radius: 100px; }
40
- }
41
-
42
- .otherInfo{
43
- position: relative;
44
- .forgetPass{
45
- position: absolute;
46
- right: 0;
47
- top: 0;
48
- padding: 6px 0 0 0;
49
- font-size: 13px;
50
- }
51
- }
52
- }
@@ -1,84 +0,0 @@
1
- .authQrLogin{
2
- .loginForm{
3
- margin: 0 auto;
4
- padding: 0 0 5px 0 ;
5
- background-color: rgba(255, 255, 255, 0.75 );
6
- border-radius: 6px;
7
- }
8
- .webTitle{
9
- font-weight: normal;
10
- font-size: 22px;
11
- text-align: center;
12
- padding: 0;
13
- margin: 6px 0 0 0;
14
- line-height: 1em;
15
- span{
16
- display: inline-block;
17
- padding-left: 5px;
18
- font-weight: lighter;
19
- font-size: 16px;
20
- };
21
- }
22
- .weQrUrlBox{
23
- min-height: 240px !important;
24
- .weQrUrl{
25
- width: 240px;
26
- display: block;
27
- margin: 10px auto 0;
28
- }
29
- }
30
-
31
- .qr{
32
- display: block;
33
- margin: 12px auto 0;
34
- width: 230px;
35
- height: 230px;
36
- background-repeat: no-repeat;
37
- background-size: cover;
38
- background-position: center;
39
- &.qrAlipay{
40
- border: 3px solid #1677ff;
41
- }
42
- .reTry{
43
- font-size: 80px;
44
- background-color: rgba( 255, 255, 255, 0.95 );
45
- text-align: center;
46
- line-height: 210px;
47
- height: 100%;
48
- a{
49
- display: block;
50
- }
51
- }
52
- }
53
- .alt{
54
- padding: 10px 0 0;
55
- color: #999;
56
- text-align: center;
57
- }
58
- .altWeb{
59
- padding: 16px 0 0;
60
- max-width: 300px;
61
- margin: 0 auto;
62
- .titles{
63
- text-align: center;
64
- font-weight: bold;
65
- }
66
- ul{
67
- margin: 0 10px;
68
- }
69
-
70
- }
71
- .percent{
72
- width: 100%;
73
- position: absolute;
74
- overflow: hidden;
75
- left: 0;
76
- bottom: 0;
77
- .warp{
78
- height: 4px;
79
- background-color: #1677ff;
80
- transition: all 1.6s ease-in-out;
81
- -webkit-transition: all 1.6s ease-in-out;
82
- }
83
- }
84
- }
@@ -1,3 +0,0 @@
1
- .authClientReg{
2
-
3
- }
@@ -1,26 +0,0 @@
1
- .ktv-ai-vip-compare{
2
- .vip-compare-price{
3
- small{
4
- color: #888;
5
- vertical-align: middle;
6
- }
7
- }
8
- .listMore{
9
- position: absolute;
10
- right: 10px;
11
- top: 9px;
12
- }
13
-
14
- .vipCompareListMoreContent{
15
- width: 500px;
16
- .ratioAlt{
17
- padding: 6px 0;
18
- font-size: 13px;
19
- color: #777;
20
- .vip-compare-alt{
21
-
22
- }
23
- }
24
- }
25
-
26
- }
package/dist/Buy/qr.scss DELETED
@@ -1,69 +0,0 @@
1
- .ktv-ai-vipQr{
2
- position: relative;
3
- text-align: center;
4
- display: flex;
5
- flex-direction: column;
6
- height: 100%;
7
- .qrImage{
8
- width: 200px;
9
- height: 200px;
10
- margin: 20px auto 10px;
11
- img{
12
- display: block;
13
- width: 100%;
14
- max-width: 100%;
15
- }
16
- }
17
- .price{
18
- font-size: 16px;
19
- strong{
20
- font-size: 20px;
21
- color: #F60;
22
- }
23
- .multiply{
24
- display: inline-block;
25
- margin: 0 10px;
26
- color: #AAA;
27
- }
28
- .productCount{
29
- font-size: 20px;
30
- }
31
- .equal{
32
- transform: rotate(90deg);
33
- display: inline-block;
34
- margin: 0 10px;
35
- color: #AAA;
36
- }
37
- .moneyAll{
38
- color: #F60;
39
- font-size: 32px;
40
- }
41
- }
42
- .alt{
43
- color: #999;
44
- font-size: 13px;
45
- .wechatIcon{
46
- color: #0bc160;
47
- }
48
- }
49
- .altInH5{
50
- padding: 8px 0 0;
51
- color: #C00;
52
- font-size: 15px;
53
- .toFriend{
54
- font-size: 13px;
55
- color: #888;
56
- padding: 0;
57
- margin: 0;
58
- }
59
- }
60
-
61
- .payResult{
62
- .ant-result{
63
- padding: 0 30px 30px;
64
- }
65
- .ant-result-icon{
66
- display: none;
67
- }
68
- }
69
- }
@@ -1,84 +0,0 @@
1
- .authQrLogin{
2
- .loginForm{
3
- margin: 0 auto;
4
- padding: 0 0 5px 0 ;
5
- background-color: rgba(255, 255, 255, 0.75 );
6
- border-radius: 6px;
7
- }
8
- .webTitle{
9
- font-weight: normal;
10
- font-size: 22px;
11
- text-align: center;
12
- padding: 0;
13
- margin: 6px 0 0 0;
14
- line-height: 1em;
15
- span{
16
- display: inline-block;
17
- padding-left: 5px;
18
- font-weight: lighter;
19
- font-size: 16px;
20
- };
21
- }
22
- .weQrUrlBox{
23
- min-height: 240px !important;
24
- .weQrUrl{
25
- width: 240px;
26
- display: block;
27
- margin: 10px auto 0;
28
- }
29
- }
30
-
31
- .qr{
32
- display: block;
33
- margin: 12px auto 0;
34
- width: 230px;
35
- height: 230px;
36
- background-repeat: no-repeat;
37
- background-size: cover;
38
- background-position: center;
39
- &.qrAlipay{
40
- border: 3px solid #1677ff;
41
- }
42
- .reTry{
43
- font-size: 80px;
44
- background-color: rgba( 255, 255, 255, 0.95 );
45
- text-align: center;
46
- line-height: 210px;
47
- height: 100%;
48
- a{
49
- display: block;
50
- }
51
- }
52
- }
53
- .alt{
54
- padding: 10px 0 0;
55
- color: #999;
56
- text-align: center;
57
- }
58
- .altWeb{
59
- padding: 16px 0 0;
60
- max-width: 300px;
61
- margin: 0 auto;
62
- .titles{
63
- text-align: center;
64
- font-weight: bold;
65
- }
66
- ul{
67
- margin: 0 10px;
68
- }
69
-
70
- }
71
- .percent{
72
- width: 100%;
73
- position: absolute;
74
- overflow: hidden;
75
- left: 0;
76
- bottom: 0;
77
- .warp{
78
- height: 4px;
79
- background-color: #1677ff;
80
- transition: all 1.6s ease-in-out;
81
- -webkit-transition: all 1.6s ease-in-out;
82
- }
83
- }
84
- }
@@ -1,10 +0,0 @@
1
- .ktv-ai-drawerDialog {
2
- .ant-drawer-body {
3
- background-color: #f5f5f5;
4
- }
5
- &.light{
6
- .ant-drawer-body {
7
- background-color: #FFF;
8
- }
9
- }
10
- }
@@ -1,19 +0,0 @@
1
- .ktv-ai-dialogDrawerFooter{
2
- .warp{
3
- position: absolute;
4
- left: 0;
5
- bottom: 0;
6
- z-index: 20;
7
- width: 100%;
8
- height: 56px;
9
- background-color: #FFF;
10
- line-height: 56px;
11
- text-align: right;
12
- }
13
- .warpChildren{
14
- padding: 0 20px 0 0;
15
- }
16
- .pos{
17
- height: 56px;
18
- }
19
- }
@@ -1,18 +0,0 @@
1
- .ktv-ai-loadError {
2
- .ant-result {
3
- padding: 20px 2px;
4
- }
5
- .ant-result-image {
6
- width: 200px;
7
- height: 260px;
8
- svg {
9
- transform: scale(0.8);
10
- transform-origin: 0 50%;
11
- }
12
- }
13
- .ant-result-title {
14
- color: #666;
15
- font-weight: 400;
16
- font-size: 18px;
17
- }
18
- }
@@ -1,11 +0,0 @@
1
- .ktv-ai-pageContentBox{
2
- .ktv-ai-loading{
3
- padding: 20px;
4
- text-align: center;
5
- display: flex;
6
- flex-direction: row;
7
- justify-content: center;
8
- font-size: 30px;
9
- }
10
-
11
- }
@@ -1,7 +0,0 @@
1
- .ktv-ai-vipCommend{
2
- color: #F60;
3
- padding-left: 3px;
4
- .ktv-ai-icon{
5
- margin-right: 1px;
6
- }
7
- }