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.
- package/dist/AuthClient/login-reg.css.d.ts +5 -0
- package/dist/AuthClient/login-reg.css.js +6 -0
- package/dist/AuthClient/login-reg.d.ts +0 -1
- package/dist/AuthClient/login-reg.js +2 -3
- package/dist/AuthClient/login.css.d.ts +5 -0
- package/dist/AuthClient/login.css.js +6 -0
- package/dist/AuthClient/login.d.ts +0 -1
- package/dist/AuthClient/login.js +2 -1
- package/dist/AuthClient/qr/index.css.d.ts +8 -0
- package/dist/AuthClient/qr/index.css.js +9 -0
- package/dist/AuthClient/qr/index.d.ts +0 -1
- package/dist/AuthClient/qr/index.js +37 -43
- package/dist/AuthClient/reg.d.ts +0 -1
- package/dist/AuthClient/reg.js +0 -1
- package/dist/Buy/index.css.d.ts +5 -0
- package/dist/Buy/index.css.js +6 -0
- package/dist/Buy/index.d.ts +0 -1
- package/dist/Buy/index.js +11 -9
- package/dist/Buy/qr.css.d.ts +5 -0
- package/dist/Buy/qr.css.js +6 -0
- package/dist/Buy/qr.d.ts +0 -1
- package/dist/Buy/qr.js +73 -71
- package/dist/UI/DialogDrawer.css.d.ts +5 -0
- package/dist/UI/DialogDrawer.css.js +6 -0
- package/dist/UI/DialogDrawer.d.ts +0 -1
- package/dist/UI/DialogDrawer.js +14 -12
- package/dist/UI/DialogDrawerFooter.css.d.ts +5 -0
- package/dist/UI/DialogDrawerFooter.css.js +6 -0
- package/dist/UI/DialogDrawerFooter.d.ts +0 -1
- package/dist/UI/DialogDrawerFooter.js +2 -3
- package/dist/UI/LoadError.css.d.ts +5 -0
- package/dist/UI/LoadError.css.js +6 -0
- package/dist/UI/LoadError.d.ts +0 -1
- package/dist/UI/LoadError.js +2 -3
- package/dist/UI/PageContentWarp.css.d.ts +5 -0
- package/dist/UI/PageContentWarp.css.js +6 -0
- package/dist/UI/PageContentWarp.d.ts +0 -1
- package/dist/UI/PageContentWarp.js +2 -2
- package/dist/VipCompare/commend.css.d.ts +5 -0
- package/dist/VipCompare/commend.css.js +6 -0
- package/dist/VipCompare/commend.d.ts +0 -1
- package/dist/VipCompare/commend.js +2 -3
- package/dist/VipCompare/index.css.d.ts +5 -0
- package/dist/VipCompare/index.css.js +6 -0
- package/dist/VipCompare/index.d.ts +0 -1
- package/dist/VipCompare/index.js +48 -47
- package/package.json +3 -1
- package/dist/AuthClient/login-reg.scss +0 -13
- package/dist/AuthClient/login.scss +0 -52
- package/dist/AuthClient/qr/index.scss +0 -84
- package/dist/AuthClient/reg.scss +0 -3
- package/dist/Buy/index.scss +0 -26
- package/dist/Buy/qr.scss +0 -69
- package/dist/Product/index.scss +0 -84
- package/dist/UI/DialogDrawer.scss +0 -10
- package/dist/UI/DialogDrawerFooter.scss +0 -19
- package/dist/UI/LoadError.scss +0 -18
- package/dist/UI/PageContentWarp.scss +0 -11
- package/dist/VipCompare/commend.scss +0 -7
- package/dist/VipCompare/index.scss +0 -26
package/dist/UI/LoadError.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { Button, Result } from 'antd';
|
3
|
-
import "./LoadError.
|
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(
|
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,5 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
import "./PageContentWarp.
|
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(
|
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,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.
|
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(
|
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
|
+
};
|
package/dist/VipCompare/index.js
CHANGED
@@ -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.
|
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__*/
|
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
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
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
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
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.
|
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,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
|
-
}
|
package/dist/AuthClient/reg.scss
DELETED
package/dist/Buy/index.scss
DELETED
@@ -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
|
-
}
|
package/dist/Product/index.scss
DELETED
@@ -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,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
|
-
}
|
package/dist/UI/LoadError.scss
DELETED
@@ -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
|
-
}
|