@titaui/pc 1.16.70 → 1.16.71
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.
- package/lib/components/nav-top/components/version/index.js +2 -2
- package/lib/components/nav-top/constant.js +1 -1
- package/lib/components/version-change-modal/constant.js +71 -29
- package/lib/components/{version-change-modal1 → version-change-modal}/images/left-lv.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/mini-okr.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/mini-performance.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/mini-project.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/mini-survey.png +0 -0
- package/lib/components/version-change-modal/images/okr.png +0 -0
- package/lib/components/version-change-modal/images/performance.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/right-lv.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/senior-performance.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/senior-utimate.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/survey.png +0 -0
- package/lib/components/version-change-modal/images/title.png +0 -0
- package/lib/components/{version-change-modal1 → version-change-modal}/images/utimate.png +0 -0
- package/lib/components/version-change-modal/index.css +272 -124
- package/lib/components/version-change-modal/index.js +143 -146
- package/package.json +1 -1
- package/lib/components/version-change-modal/images/header-b.png +0 -0
- package/lib/components/version-change-modal/images/header-g.png +0 -0
- package/lib/components/version-change-modal/images/header-g1.png +0 -0
- package/lib/components/version-change-modal/images/header-p.png +0 -0
- package/lib/components/version-change-modal/images/header-y.png +0 -0
- package/lib/components/version-change-modal/images/okr-purple.png +0 -0
- package/lib/components/version-change-modal/images/okre.png +0 -0
- package/lib/components/version-change-modal/images/performance-exam.png +0 -0
- package/lib/components/version-change-modal/images/performancePlus.png +0 -0
- package/lib/components/version-change-modal/images/project.png +0 -0
- package/lib/components/version-change-modal1/constant.js +0 -89
- package/lib/components/version-change-modal1/images/okr.png +0 -0
- package/lib/components/version-change-modal1/images/performance.png +0 -0
- package/lib/components/version-change-modal1/images/title.png +0 -0
- package/lib/components/version-change-modal1/index.css +0 -329
- package/lib/components/version-change-modal1/index.js +0 -200
- package/lib/components/version-change-modal1/request-api.js +0 -34
|
@@ -8,8 +8,8 @@ exports["default"] = void 0;
|
|
|
8
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
9
9
|
var _rcQueueAnim = _interopRequireDefault(require("rc-queue-anim"));
|
|
10
10
|
var _bsGlobal = require("../../../../utils/bs-global");
|
|
11
|
-
var _versionChangeModal = _interopRequireDefault(require("../../../version-change-
|
|
12
|
-
var _constant = require("../../../version-change-
|
|
11
|
+
var _versionChangeModal = _interopRequireDefault(require("../../../version-change-modal"));
|
|
12
|
+
var _constant = require("../../../version-change-modal/constant");
|
|
13
13
|
var _constant2 = require("../../constant");
|
|
14
14
|
var _getLocale = require("../../../../utils/getLocale");
|
|
15
15
|
require("./index.css");
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.userId = exports.tm = exports.popupAlignPhoto = exports.getVersionTextMap = exports.apiServer = void 0;
|
|
7
7
|
var _bsGlobal = require("../../utils/bs-global");
|
|
8
|
-
var _constant = require("../version-change-
|
|
8
|
+
var _constant = require("../version-change-modal/constant");
|
|
9
9
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10
10
|
var userId = (0, _bsGlobal.getUserInfo)().Id;
|
|
11
11
|
exports.userId = userId;
|
|
@@ -4,44 +4,86 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.getVersionList = exports.Versions = void 0;
|
|
7
|
-
var _getLocale = require("../../utils/getLocale");
|
|
8
7
|
var Versions;
|
|
9
8
|
exports.Versions = Versions;
|
|
10
9
|
(function (Versions) {
|
|
11
|
-
Versions[Versions["
|
|
12
|
-
Versions[Versions["
|
|
13
|
-
Versions[Versions["
|
|
14
|
-
Versions[Versions["
|
|
15
|
-
Versions[Versions["
|
|
16
|
-
Versions[Versions["
|
|
10
|
+
Versions[Versions["OKR"] = 9] = "OKR";
|
|
11
|
+
Versions[Versions["PERFORMANCE"] = 8] = "PERFORMANCE";
|
|
12
|
+
Versions[Versions["SURVEY"] = 11] = "SURVEY";
|
|
13
|
+
Versions[Versions["SENIOR_PERFORMANCE"] = 12] = "SENIOR_PERFORMANCE";
|
|
14
|
+
Versions[Versions["UTIMATE"] = 6] = "UTIMATE";
|
|
15
|
+
Versions[Versions["SENIOR_UTIMATE"] = 13] = "SENIOR_UTIMATE";
|
|
17
16
|
})(Versions || (exports.Versions = Versions = {}));
|
|
18
17
|
var getVersionList = function getVersionList() {
|
|
19
18
|
return [{
|
|
20
|
-
version: Versions.
|
|
21
|
-
name:
|
|
22
|
-
|
|
23
|
-
image: require("./images/
|
|
24
|
-
|
|
19
|
+
version: Versions.OKR,
|
|
20
|
+
name: "OKRs-E 专业版",
|
|
21
|
+
key: "okr",
|
|
22
|
+
image: require("./images/okr.png"),
|
|
23
|
+
itemType: 'normal',
|
|
24
|
+
items: ['OKR 目标管理版', 'OKR 目标地图', 'OKR 工作法', 'OKR 仪表盘', '项目与计划管理']
|
|
25
25
|
}, {
|
|
26
|
-
version: Versions.
|
|
27
|
-
name:
|
|
28
|
-
|
|
29
|
-
image: require("./images/performance
|
|
30
|
-
|
|
26
|
+
version: Versions.PERFORMANCE,
|
|
27
|
+
name: "绩效宝",
|
|
28
|
+
key: 'performance',
|
|
29
|
+
image: require("./images/performance.png"),
|
|
30
|
+
itemType: 'normal',
|
|
31
|
+
items: ['考核模板', '绩效面谈', '360 评价', '绩效统计', 'HRBP 绩效校准']
|
|
31
32
|
}, {
|
|
32
|
-
version: Versions.
|
|
33
|
-
name:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
items: [
|
|
33
|
+
version: Versions.SURVEY,
|
|
34
|
+
name: '360 专业版',
|
|
35
|
+
key: 'survey',
|
|
36
|
+
image: require("./images/survey.png"),
|
|
37
|
+
itemType: 'normal',
|
|
38
|
+
items: ['极致作答体验', '多种报告分析', '评估问卷库', '自动获取评估人', '自动匹配权重']
|
|
38
39
|
}, {
|
|
39
|
-
version: Versions.
|
|
40
|
-
name:
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
items: [
|
|
40
|
+
version: Versions.SENIOR_PERFORMANCE,
|
|
41
|
+
name: '绩效高级版',
|
|
42
|
+
key: 'senior-performance',
|
|
43
|
+
image: require("./images/senior-performance.png"),
|
|
44
|
+
itemType: 'tag',
|
|
45
|
+
items: [{
|
|
46
|
+
title: '绩效宝',
|
|
47
|
+
image: require("./images/mini-performance.png")
|
|
48
|
+
}, {
|
|
49
|
+
title: '360 专业版',
|
|
50
|
+
image: require("./images/mini-survey.png")
|
|
51
|
+
}]
|
|
52
|
+
}, {
|
|
53
|
+
version: Versions.UTIMATE,
|
|
54
|
+
name: '旗舰版',
|
|
55
|
+
key: 'utimate',
|
|
56
|
+
image: require("./images/utimate.png"),
|
|
57
|
+
itemType: 'tag',
|
|
58
|
+
items: [{
|
|
59
|
+
title: 'OKRs-E 专业版',
|
|
60
|
+
image: require("./images/mini-okr.png")
|
|
61
|
+
}, {
|
|
62
|
+
title: '绩效宝',
|
|
63
|
+
image: require("./images/mini-performance.png")
|
|
64
|
+
}, {
|
|
65
|
+
title: '项目管理',
|
|
66
|
+
image: require("./images/mini-project.png")
|
|
67
|
+
}]
|
|
68
|
+
}, {
|
|
69
|
+
version: Versions.SENIOR_UTIMATE,
|
|
70
|
+
name: '旗舰增强版',
|
|
71
|
+
key: 'senior-utimate',
|
|
72
|
+
image: require("./images/senior-utimate.png"),
|
|
73
|
+
itemType: 'tag',
|
|
74
|
+
items: [{
|
|
75
|
+
title: 'OKRs-E 专业版',
|
|
76
|
+
image: require("./images/mini-okr.png")
|
|
77
|
+
}, {
|
|
78
|
+
title: '绩效宝',
|
|
79
|
+
image: require("./images/mini-performance.png")
|
|
80
|
+
}, {
|
|
81
|
+
title: '项目管理',
|
|
82
|
+
image: require("./images/mini-project.png")
|
|
83
|
+
}, {
|
|
84
|
+
title: '360 专业版',
|
|
85
|
+
image: require("./images/mini-survey.png")
|
|
86
|
+
}]
|
|
45
87
|
}];
|
|
46
88
|
};
|
|
47
89
|
exports.getVersionList = getVersionList;
|
|
File without changes
|
|
File without changes
|
package/lib/components/{version-change-modal1 → version-change-modal}/images/mini-performance.png
RENAMED
|
File without changes
|
package/lib/components/{version-change-modal1 → version-change-modal}/images/mini-project.png
RENAMED
|
File without changes
|
package/lib/components/{version-change-modal1 → version-change-modal}/images/mini-survey.png
RENAMED
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/lib/components/{version-change-modal1 → version-change-modal}/images/senior-performance.png
RENAMED
|
File without changes
|
package/lib/components/{version-change-modal1 → version-change-modal}/images/senior-utimate.png
RENAMED
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
@@ -1,187 +1,335 @@
|
|
|
1
|
-
|
|
1
|
+
.version-change-modal {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
align-items: center;
|
|
5
|
+
min-width: 922px;
|
|
6
|
+
min-height: 774px;
|
|
7
|
+
}
|
|
2
8
|
|
|
3
|
-
.version-change-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
9
|
+
.version-change-modal__wrapper {
|
|
10
|
+
position: absolute;
|
|
11
|
+
z-index: 10;
|
|
12
|
+
top: 0;
|
|
13
|
+
right: 0;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
left: 0;
|
|
16
|
+
background-color: #f0f4fa;
|
|
17
|
+
transform-origin: calc(100% - 39px) 23px;
|
|
7
18
|
}
|
|
8
19
|
|
|
9
|
-
.version-change-
|
|
10
|
-
|
|
11
|
-
display: flex;
|
|
20
|
+
.version-change-modal__header {
|
|
21
|
+
text-align: center;
|
|
12
22
|
}
|
|
13
23
|
|
|
14
|
-
.version-change-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
justify-content: center;
|
|
24
|
+
.version-change-modal__title {
|
|
25
|
+
margin-top: 78px;
|
|
26
|
+
margin-bottom: 26px;
|
|
18
27
|
}
|
|
19
28
|
|
|
20
|
-
.version-change-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
29
|
+
.version-change-modal__cur-version {
|
|
30
|
+
color: #3f4755;
|
|
31
|
+
font-size: 20px;
|
|
32
|
+
line-height: 28px;
|
|
33
|
+
margin-right: 11px;
|
|
24
34
|
}
|
|
25
35
|
|
|
26
|
-
.version-change-
|
|
27
|
-
|
|
36
|
+
.version-change-modal__book-demo {
|
|
37
|
+
font-size: 20px;
|
|
38
|
+
line-height: 26px;
|
|
39
|
+
color: #0e69ff;
|
|
40
|
+
display: inline-flex;
|
|
28
41
|
align-items: center;
|
|
29
|
-
|
|
30
|
-
width: 206px;
|
|
31
|
-
height: 252px;
|
|
32
|
-
border-radius: 10px;
|
|
33
|
-
margin: 0 7.5px;
|
|
34
|
-
background-color: #fff;
|
|
35
|
-
background-size: 95px 98px;
|
|
36
|
-
background-position: 100% 100%;
|
|
37
|
-
background-repeat: no-repeat;
|
|
38
|
-
transition: transform 0.3s ease;
|
|
39
|
-
position: relative;
|
|
40
|
-
overflow: hidden;
|
|
42
|
+
cursor: pointer;
|
|
41
43
|
}
|
|
42
44
|
|
|
43
|
-
.version-change-
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
.version-change-modal__book-demo .tu-icon-fanhui {
|
|
46
|
+
margin-left: 4px;
|
|
47
|
+
transform: rotate(180deg);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.version-change-modal_bg-color1 {
|
|
46
51
|
position: absolute;
|
|
47
52
|
left: 0;
|
|
48
53
|
bottom: 0;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
.version-change-modal .version-item .item-button {
|
|
56
|
-
display: block;
|
|
57
|
-
margin: 129px auto 0;
|
|
58
|
-
width: 149px;
|
|
59
|
-
height: 41px;
|
|
60
|
-
background: linear-gradient(180deg, #4e90f9 0%, #2879ff 100%);
|
|
61
|
-
border-radius: 20px;
|
|
62
|
-
font-size: 14px;
|
|
63
|
-
font-weight: 400;
|
|
64
|
-
color: #ffffff;
|
|
65
|
-
line-height: 41px;
|
|
66
|
-
text-align: center;
|
|
54
|
+
width: 201px;
|
|
55
|
+
height: 244px;
|
|
56
|
+
background: linear-gradient(180deg, #ffcc00 0%, #feed7e 100%);
|
|
57
|
+
opacity: 0.24;
|
|
58
|
+
filter: blur(45px);
|
|
67
59
|
}
|
|
68
60
|
|
|
69
|
-
.version-change-
|
|
70
|
-
|
|
61
|
+
.version-change-modal_bg-color2 {
|
|
62
|
+
position: absolute;
|
|
63
|
+
right: 0;
|
|
64
|
+
bottom: 0;
|
|
65
|
+
width: 326px;
|
|
66
|
+
height: 400px;
|
|
67
|
+
background: linear-gradient(180deg, #e9f0ff 0%, #cbdff9 100%);
|
|
68
|
+
box-shadow: inset 0px 5px 26px 0px rgba(0, 113, 255, 0.26), inset 0px -5px 24px 0px #ffffff;
|
|
69
|
+
opacity: 0.36;
|
|
70
|
+
filter: blur(34px);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.version-change-
|
|
74
|
-
|
|
75
|
-
|
|
73
|
+
.version-change-modal_bg-color3 {
|
|
74
|
+
position: absolute;
|
|
75
|
+
right: 115px;
|
|
76
|
+
top: 0;
|
|
77
|
+
width: 258px;
|
|
78
|
+
height: 216px;
|
|
79
|
+
background: linear-gradient(180deg, #00ffec 0%, #7eb2fe 100%);
|
|
80
|
+
box-shadow: inset 0px 8px 26px 0px rgba(0, 230, 255, 0.26), inset 0px -5px 17px 0px #ffffff;
|
|
81
|
+
opacity: 0.14;
|
|
82
|
+
filter: blur(45px);
|
|
76
83
|
}
|
|
77
84
|
|
|
78
|
-
.version-change-
|
|
79
|
-
|
|
80
|
-
|
|
85
|
+
.version-change-modal__list {
|
|
86
|
+
padding-top: 71px;
|
|
87
|
+
padding-bottom: 20px;
|
|
88
|
+
height: 498px;
|
|
81
89
|
display: flex;
|
|
82
90
|
align-items: center;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
font-weight: 600;
|
|
86
|
-
color: #ffffff;
|
|
87
|
-
margin-bottom: 8px;
|
|
88
|
-
flex-direction: column;
|
|
91
|
+
overflow-x: scroll;
|
|
92
|
+
scrollbar-width: none;
|
|
89
93
|
}
|
|
90
94
|
|
|
91
|
-
.version-change-
|
|
92
|
-
|
|
93
|
-
font-weight: 400;
|
|
94
|
-
color: #ffffff;
|
|
95
|
-
line-height: 18px;
|
|
95
|
+
.version-change-modal__list::-webkit-scrollbar {
|
|
96
|
+
display: none;
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
.version-change-
|
|
99
|
-
|
|
100
|
-
background-size: 100% 100%;
|
|
99
|
+
.version-change-modal__list-wrapper {
|
|
100
|
+
position: relative;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
.version-change-
|
|
104
|
-
|
|
103
|
+
.version-change-modal__list-item {
|
|
104
|
+
width: 258px;
|
|
105
|
+
height: 412px;
|
|
106
|
+
border-radius: 22px;
|
|
107
|
+
box-shadow: 0px 10px 12px 0px rgba(178, 178, 178, 0.12);
|
|
108
|
+
position: relative;
|
|
109
|
+
transition: all 0.5s;
|
|
110
|
+
flex-shrink: 0;
|
|
105
111
|
}
|
|
106
112
|
|
|
107
|
-
.version-change-
|
|
108
|
-
|
|
109
|
-
background-size: 100% 100%;
|
|
113
|
+
.version-change-modal__list-item:hover {
|
|
114
|
+
height: 498px;
|
|
110
115
|
}
|
|
111
116
|
|
|
112
|
-
.version-change-
|
|
113
|
-
|
|
117
|
+
.version-change-modal__list-item:hover .version-change-modal__list-item-content {
|
|
118
|
+
height: 374px;
|
|
114
119
|
}
|
|
115
120
|
|
|
116
|
-
.version-change-
|
|
117
|
-
|
|
121
|
+
.version-change-modal__list-item:hover .version-change-modal__btn {
|
|
122
|
+
visibility: visible;
|
|
123
|
+
opacity: 1;
|
|
118
124
|
}
|
|
119
125
|
|
|
120
|
-
.version-change-
|
|
121
|
-
|
|
122
|
-
background-size: 100% 100%;
|
|
126
|
+
.version-change-modal__list-item:not(:last-child) {
|
|
127
|
+
margin-right: 20px;
|
|
123
128
|
}
|
|
124
129
|
|
|
125
|
-
.version-change-
|
|
126
|
-
|
|
130
|
+
.version-change-modal__list-item-okr {
|
|
131
|
+
background: linear-gradient(288deg, #e5edff 0%, #87bafb 100%);
|
|
127
132
|
}
|
|
128
133
|
|
|
129
|
-
.version-change-
|
|
130
|
-
background: linear-gradient(
|
|
134
|
+
.version-change-modal__list-item-performance {
|
|
135
|
+
background: linear-gradient(287deg, #fef6c1 0%, #ffdf6a 100%);
|
|
131
136
|
}
|
|
132
137
|
|
|
133
|
-
.version-change-
|
|
134
|
-
background
|
|
135
|
-
background-size: 100% 100%;
|
|
138
|
+
.version-change-modal__list-item-senior-performance {
|
|
139
|
+
background: linear-gradient(288deg, #e5e9fd 0%, #bebbff 100%);
|
|
136
140
|
}
|
|
137
141
|
|
|
138
|
-
.version-change-
|
|
139
|
-
background: linear-gradient(
|
|
142
|
+
.version-change-modal__list-item-survey {
|
|
143
|
+
background: linear-gradient(289deg, #e7ffff 0%, #62f5ff 100%);
|
|
140
144
|
}
|
|
141
145
|
|
|
142
|
-
.version-change-
|
|
143
|
-
|
|
144
|
-
font-weight: 400;
|
|
145
|
-
color: #3f4755;
|
|
146
|
+
.version-change-modal__list-item-utimate {
|
|
147
|
+
background: linear-gradient(287deg, #fde3ce 0%, #ffcaa1 100%);
|
|
146
148
|
}
|
|
147
149
|
|
|
148
|
-
.version-change-
|
|
149
|
-
|
|
150
|
+
.version-change-modal__list-item-senior-utimate {
|
|
151
|
+
background: linear-gradient(287deg, #fff4d0 0%, #ffd87f 100%);
|
|
150
152
|
}
|
|
151
153
|
|
|
152
|
-
.version-change-
|
|
153
|
-
|
|
154
|
-
|
|
154
|
+
.version-change-modal__list-item-img {
|
|
155
|
+
position: absolute;
|
|
156
|
+
top: -57px;
|
|
157
|
+
left: 49px;
|
|
155
158
|
}
|
|
156
159
|
|
|
157
|
-
.
|
|
158
|
-
|
|
159
|
-
height:
|
|
160
|
+
.version-change-modal__list-item-title {
|
|
161
|
+
font-size: 26px;
|
|
162
|
+
line-height: 32px;
|
|
163
|
+
text-shadow: 0px 10px 12px rgba(178, 178, 178, 0.12);
|
|
160
164
|
text-align: center;
|
|
161
|
-
|
|
162
|
-
font-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
+
margin-top: 56px;
|
|
166
|
+
font-weight: 500;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.version-change-modal__list-item-title-okr {
|
|
170
|
+
color: #185dc8;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.version-change-modal__list-item-title-performance {
|
|
174
|
+
color: #8e6005;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.version-change-modal__list-item-title-survey {
|
|
178
|
+
color: #007c88;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.version-change-modal__list-item-title-senior-performance {
|
|
182
|
+
color: #152fa7;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.version-change-modal__list-item-title-utimate {
|
|
186
|
+
color: #a55517;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.version-change-modal__list-item-title-senior-utimate {
|
|
190
|
+
color: #a83f00;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.version-change-modal__list-item-content {
|
|
194
|
+
transition: all 0.5s;
|
|
195
|
+
box-sizing: border-box;
|
|
196
|
+
background: #fff;
|
|
197
|
+
border-radius: 22px;
|
|
198
|
+
height: 288px;
|
|
199
|
+
position: absolute;
|
|
200
|
+
bottom: 0;
|
|
201
|
+
left: 0;
|
|
202
|
+
right: 0;
|
|
203
|
+
padding: 34px 24px;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.version-change-modal__detail-item {
|
|
207
|
+
margin-bottom: 14px;
|
|
208
|
+
display: flex;
|
|
209
|
+
justify-content: space-between;
|
|
210
|
+
color: #3f4755;
|
|
211
|
+
font-size: 16px;
|
|
165
212
|
line-height: 24px;
|
|
166
213
|
}
|
|
167
214
|
|
|
168
|
-
.
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
215
|
+
.version-change-modal__detail-item .tu-icon-finished {
|
|
216
|
+
color: #22c534;
|
|
217
|
+
font-size: 20px;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.version-change-modal__app-item {
|
|
221
|
+
margin-bottom: 12px;
|
|
222
|
+
height: 46px;
|
|
223
|
+
width: 100%;
|
|
224
|
+
box-sizing: border-box;
|
|
225
|
+
background: rgba(240, 244, 250, 0.8);
|
|
226
|
+
border-radius: 12px;
|
|
227
|
+
display: flex;
|
|
228
|
+
align-items: center;
|
|
229
|
+
padding: 0 20px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.version-change-modal__app-item-title {
|
|
233
|
+
font-size: 16px;
|
|
178
234
|
line-height: 24px;
|
|
235
|
+
color: #3f4755;
|
|
236
|
+
margin-left: 6px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.version-change-modal__version-tag {
|
|
240
|
+
font-weight: 500;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.version-change-modal__close-icon {
|
|
244
|
+
position: absolute;
|
|
245
|
+
top: 26px;
|
|
246
|
+
right: 30px;
|
|
247
|
+
background: rgba(17, 47, 92, 0.3);
|
|
248
|
+
border-radius: 50%;
|
|
249
|
+
display: flex;
|
|
250
|
+
align-items: center;
|
|
251
|
+
justify-content: center;
|
|
252
|
+
font-size: 18px;
|
|
253
|
+
width: 34px;
|
|
254
|
+
height: 34px;
|
|
255
|
+
color: #fff;
|
|
256
|
+
cursor: pointer;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.version-change-modal__left-arrow, .version-change-modal__right-arrow {
|
|
260
|
+
width: 80px;
|
|
261
|
+
height: 80px;
|
|
262
|
+
border-radius: 50%;
|
|
263
|
+
background: rgba(255, 255, 255, 0.86);
|
|
264
|
+
box-shadow: 0px 16px 24px 0px rgba(127, 145, 180, 0.24);
|
|
265
|
+
display: flex;
|
|
266
|
+
align-items: center;
|
|
267
|
+
justify-content: center;
|
|
268
|
+
position: absolute;
|
|
269
|
+
top: 249px;
|
|
270
|
+
font-size: 34px;
|
|
271
|
+
cursor: pointer;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.version-change-modal__left-arrow {
|
|
275
|
+
left: -20px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.version-change-modal__right-arrow {
|
|
279
|
+
right: -20px;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.version-change-modal__left-lv {
|
|
283
|
+
transition: all 0.3s;
|
|
284
|
+
position: absolute;
|
|
285
|
+
left: 0;
|
|
286
|
+
top: 87px;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.version-change-modal__left-lv--hidden {
|
|
290
|
+
left: -108px;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.version-change-modal__right-lv {
|
|
294
|
+
transition: all 0.3s;
|
|
295
|
+
position: absolute;
|
|
296
|
+
right: 0;
|
|
297
|
+
top: 87px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.version-change-modal__right-lv--hidden {
|
|
301
|
+
right: -108px;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.version-change-modal__btn {
|
|
305
|
+
background: #0e69ff;
|
|
306
|
+
box-shadow: 0px 10px 12px 0px rgba(178, 178, 178, 0.12), 0px 8px 18px 0px rgba(14, 105, 255, 0.21);
|
|
307
|
+
border-radius: 31px;
|
|
308
|
+
color: #fff;
|
|
309
|
+
font-size: 22px;
|
|
310
|
+
line-height: 28px;
|
|
311
|
+
font-weight: 500;
|
|
312
|
+
text-align: center;
|
|
313
|
+
padding: 12px 0;
|
|
314
|
+
box-shadow: 0px 10px 12px 0px rgba(178, 178, 178, 0.12), 0px 8px 18px 0px rgba(14, 105, 255, 0.21);
|
|
315
|
+
visibility: hidden;
|
|
316
|
+
opacity: 0;
|
|
317
|
+
position: absolute;
|
|
318
|
+
bottom: 28px;
|
|
319
|
+
left: 24px;
|
|
320
|
+
right: 24px;
|
|
321
|
+
cursor: pointer;
|
|
322
|
+
transition: all 0.5s;
|
|
179
323
|
}
|
|
180
324
|
|
|
181
|
-
|
|
182
|
-
|
|
325
|
+
@media screen and (max-width: 1200px) {
|
|
326
|
+
.version-change-modal__list {
|
|
327
|
+
width: 814px;
|
|
328
|
+
}
|
|
183
329
|
}
|
|
184
330
|
|
|
185
|
-
|
|
186
|
-
|
|
331
|
+
@media screen and (min-width: 1200px) {
|
|
332
|
+
.version-change-modal__list {
|
|
333
|
+
width: 1092px;
|
|
334
|
+
}
|
|
187
335
|
}
|