@vtx/modals2 2.11.1 → 2.11.2
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/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +19 -16
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +42 -28
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +14 -7
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +8 -5
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +109 -55
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +2 -2
- package/lib/vtx-wr-modal/components/Score/index.css +31 -16
- package/lib/vtx-wr-modal/components/Score/index.js +8 -2
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.less +2 -2
- package/lib/vtx-wr-modal/imgs/address.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dww.png +0 -0
- package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/man.png +0 -0
- package/lib/vtx-wr-modal/imgs/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/point.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/time.png +0 -0
- package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/woman.png +0 -0
- package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zww.png +0 -0
- package/lib/vtx-wr-modal/style/css.js +1 -0
- package/lib/vtx-wr-modal/style/css.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.js +1 -0
- package/lib/vtx-wr-modal/style/index.js.map +1 -1
- package/package.json +122 -122
|
@@ -7,23 +7,26 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
9
9
|
require("../index.less");
|
|
10
|
+
var _dswsj = _interopRequireDefault(require("../../../imgs/dswsj.png"));
|
|
11
|
+
var _mys = _interopRequireDefault(require("../../../imgs/mys.png"));
|
|
12
|
+
var _zsp = _interopRequireDefault(require("../../../imgs/zsp.png"));
|
|
10
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
14
|
var Other = function Other(props) {
|
|
12
15
|
var detail = props.detail;
|
|
13
16
|
var otherList = [{
|
|
14
17
|
key: 'dswsj',
|
|
15
18
|
name: '第三卫生间',
|
|
16
|
-
img:
|
|
19
|
+
img: _dswsj["default"],
|
|
17
20
|
value: 'hasThird'
|
|
18
21
|
}, {
|
|
19
22
|
key: 'mys',
|
|
20
23
|
name: /*#__PURE__*/_react["default"].createElement("span", null, "\u6BCD\u2003\u5A74\u2003\u5BA4"),
|
|
21
|
-
img:
|
|
24
|
+
img: _mys["default"],
|
|
22
25
|
value: 'hasNursery'
|
|
23
26
|
}, {
|
|
24
27
|
key: 'zsp',
|
|
25
28
|
name: /*#__PURE__*/_react["default"].createElement("span", null, "\u6307\u2003\u793A\u2003\u724C"),
|
|
26
|
-
img:
|
|
29
|
+
img: _zsp["default"],
|
|
27
30
|
value: 'hasSign'
|
|
28
31
|
}];
|
|
29
32
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -33,8 +36,8 @@ var Other = function Other(props) {
|
|
|
33
36
|
key: item.key,
|
|
34
37
|
className: "otherItem"
|
|
35
38
|
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
36
|
-
src:
|
|
37
|
-
alt: item.
|
|
39
|
+
src: item.img,
|
|
40
|
+
alt: item.key
|
|
38
41
|
}), "\u2003", item.name, "\u2003", /*#__PURE__*/_react["default"].createElement("span", {
|
|
39
42
|
className: (0, _classnames["default"])('exist', {
|
|
40
43
|
'existN': !detail[item.value]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Other.js","names":["_react","_interopRequireDefault","require","_classnames","obj","__esModule","Other","props","detail","otherList","key","name","img","value","React","createElement","className","map","item","src","
|
|
1
|
+
{"version":3,"file":"Other.js","names":["_react","_interopRequireDefault","require","_classnames","_dswsj","_mys","_zsp","obj","__esModule","Other","props","detail","otherList","key","name","img","dswsj","value","React","createElement","mys","zsp","className","map","item","src","alt","classNames","_default","exports"],"sources":["vtx-wr-modal/components/BaseInfoNew/components/Other.js"],"sourcesContent":["import React from 'react';\nimport classNames from 'classnames';\nimport '../index.less';\nimport dswsj from '../../../imgs/dswsj.png';\nimport mys from '../../../imgs/mys.png';\nimport zsp from '../../../imgs/zsp.png';\nconst Other = (props) => {\n const { detail } = props;\n const otherList = [\n { key: 'dswsj', name: '第三卫生间', img: dswsj, value: 'hasThird' },\n { key: 'mys', name: React.createElement(\"span\", null, \"\\u6BCD\\u2003\\u5A74\\u2003\\u5BA4\"), img: mys, value: 'hasNursery' },\n { key: 'zsp', name: React.createElement(\"span\", null, \"\\u6307\\u2003\\u793A\\u2003\\u724C\"), img: zsp, value: 'hasSign' },\n ];\n return (React.createElement(\"div\", { className: \"otherContent\" }, otherList.map(item => (React.createElement(\"span\", { key: item.key, className: \"otherItem\" },\n React.createElement(\"img\", { src: item.img, alt: item.key }),\n \"\\u2003\",\n item.name,\n \"\\u2003\",\n React.createElement(\"span\", { className: classNames('exist', {\n 'existN': !detail[item.value]\n }) }, detail[item.value] ? '有' : '无'))))));\n};\nexport default Other;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,WAAA,GAAAF,sBAAA,CAAAC,OAAA;AACAA,OAAA;AACA,IAAAE,MAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,IAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,IAAA,GAAAL,sBAAA,CAAAC,OAAA;AAAwC,SAAAD,uBAAAM,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,gBAAAA,GAAA;AACxC,IAAME,KAAK,GAAG,SAARA,KAAKA,CAAIC,KAAK,EAAK;EACrB,IAAQC,MAAM,GAAKD,KAAK,CAAhBC,MAAM;EACd,IAAMC,SAAS,GAAG,CACd;IAAEC,GAAG,EAAE,OAAO;IAAEC,IAAI,EAAE,OAAO;IAAEC,GAAG,EAAEC,iBAAK;IAAEC,KAAK,EAAE;EAAW,CAAC,EAC9D;IAAEJ,GAAG,EAAE,KAAK;IAAEC,IAAI,eAAEI,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE,IAAI,EAAE,gCAAgC,CAAC;IAAEJ,GAAG,EAAEK,eAAG;IAAEH,KAAK,EAAE;EAAa,CAAC,EACxH;IAAEJ,GAAG,EAAE,KAAK;IAAEC,IAAI,eAAEI,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE,IAAI,EAAE,gCAAgC,CAAC;IAAEJ,GAAG,EAAEM,eAAG;IAAEJ,KAAK,EAAE;EAAU,CAAC,CACxH;EACD,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEG,SAAS,EAAE;EAAe,CAAC,EAAEV,SAAS,CAACW,GAAG,CAAC,UAAAC,IAAI;IAAA,oBAAKN,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;MAAEN,GAAG,EAAEW,IAAI,CAACX,GAAG;MAAES,SAAS,EAAE;IAAY,CAAC,eAC1JJ,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;MAAEM,GAAG,EAAED,IAAI,CAACT,GAAG;MAAEW,GAAG,EAAEF,IAAI,CAACX;IAAI,CAAC,CAAC,EAC5D,QAAQ,EACRW,IAAI,CAACV,IAAI,EACT,QAAQ,eACRI,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;MAAEG,SAAS,EAAE,IAAAK,sBAAU,EAAC,OAAO,EAAE;QACrD,QAAQ,EAAE,CAAChB,MAAM,CAACa,IAAI,CAACP,KAAK;MAChC,CAAC;IAAE,CAAC,EAAEN,MAAM,CAACa,IAAI,CAACP,KAAK,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,CAAC;EAAA,CAAC,CAAC,CAAC;AACrD,CAAC;AAAC,IAAAW,QAAA,GACanB,KAAK;AAAAoB,OAAA,cAAAD,QAAA"}
|
|
@@ -26,12 +26,14 @@
|
|
|
26
26
|
.newWrdark .echarts-for-react span {
|
|
27
27
|
color: inherit !important;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.newWrlight,
|
|
30
|
+
.newWrdark {
|
|
30
31
|
height: 740px;
|
|
31
32
|
position: relative;
|
|
32
33
|
color: #fff;
|
|
33
34
|
}
|
|
34
|
-
.
|
|
35
|
+
.newWrlight .imgContent,
|
|
36
|
+
.newWrdark .imgContent {
|
|
35
37
|
width: 466px;
|
|
36
38
|
height: 280px;
|
|
37
39
|
padding: 20px;
|
|
@@ -42,11 +44,14 @@
|
|
|
42
44
|
-webkit-box-sizing: border-box;
|
|
43
45
|
box-sizing: border-box;
|
|
44
46
|
}
|
|
45
|
-
.
|
|
46
|
-
.
|
|
47
|
+
.newWrlight .imgContent div,
|
|
48
|
+
.newWrdark .imgContent div,
|
|
49
|
+
.newWrlight .imgContent span,
|
|
50
|
+
.newWrdark .imgContent span {
|
|
47
51
|
color: #fff !important;
|
|
48
52
|
}
|
|
49
|
-
.
|
|
53
|
+
.newWrlight .imgContent .imgTitle,
|
|
54
|
+
.newWrdark .imgContent .imgTitle {
|
|
50
55
|
position: absolute;
|
|
51
56
|
top: 20px;
|
|
52
57
|
left: 20px;
|
|
@@ -58,13 +63,15 @@
|
|
|
58
63
|
font-size: 16px;
|
|
59
64
|
z-index: 10;
|
|
60
65
|
}
|
|
61
|
-
.
|
|
66
|
+
.newWrlight .imgContent img,
|
|
67
|
+
.newWrdark .imgContent img {
|
|
62
68
|
width: 100%;
|
|
63
69
|
height: 100%;
|
|
64
70
|
background: rgba(255, 255, 255, 0.01);
|
|
65
71
|
cursor: pointer;
|
|
66
72
|
}
|
|
67
|
-
.
|
|
73
|
+
.newWrlight .imgContent .num,
|
|
74
|
+
.newWrdark .imgContent .num {
|
|
68
75
|
width: 110px;
|
|
69
76
|
height: 32px;
|
|
70
77
|
position: absolute;
|
|
@@ -79,26 +86,30 @@
|
|
|
79
86
|
text-align: center;
|
|
80
87
|
z-index: 10;
|
|
81
88
|
}
|
|
82
|
-
.
|
|
89
|
+
.newWrlight .imgContent .num .anticon,
|
|
90
|
+
.newWrdark .imgContent .num .anticon {
|
|
83
91
|
cursor: pointer;
|
|
84
92
|
}
|
|
85
|
-
.
|
|
93
|
+
.newWrlight .title,
|
|
94
|
+
.newWrdark .title {
|
|
86
95
|
height: 18px;
|
|
87
96
|
line-height: 18px;
|
|
88
|
-
background: url("
|
|
97
|
+
background: url("../../imgs/titleBg.png") no-repeat;
|
|
89
98
|
background-size: 238px 100%;
|
|
90
99
|
font-size: 16px;
|
|
91
100
|
padding-left: 18px;
|
|
92
101
|
margin-bottom: 16px;
|
|
93
102
|
}
|
|
94
|
-
.
|
|
103
|
+
.newWrlight .title .rank,
|
|
104
|
+
.newWrdark .title .rank {
|
|
95
105
|
float: right;
|
|
96
106
|
background: -webkit-gradient(linear, left top, left bottom, from(#ffe25d), to(#ff7f08));
|
|
97
107
|
background: linear-gradient(180deg, #ffe25d 0%, #ff7f08 100%);
|
|
98
108
|
-webkit-background-clip: text;
|
|
99
109
|
-webkit-text-fill-color: transparent;
|
|
100
110
|
}
|
|
101
|
-
.
|
|
111
|
+
.newWrlight .jbxx,
|
|
112
|
+
.newWrdark .jbxx {
|
|
102
113
|
width: 466px;
|
|
103
114
|
height: 426px;
|
|
104
115
|
padding: 20px;
|
|
@@ -109,7 +120,8 @@
|
|
|
109
120
|
-webkit-box-sizing: border-box;
|
|
110
121
|
box-sizing: border-box;
|
|
111
122
|
}
|
|
112
|
-
.
|
|
123
|
+
.newWrlight .jbxx .infoItem,
|
|
124
|
+
.newWrdark .jbxx .infoItem {
|
|
113
125
|
width: 100%;
|
|
114
126
|
height: 30px;
|
|
115
127
|
line-height: 30px;
|
|
@@ -118,21 +130,25 @@
|
|
|
118
130
|
text-overflow: ellipsis;
|
|
119
131
|
white-space: nowrap;
|
|
120
132
|
}
|
|
121
|
-
.
|
|
133
|
+
.newWrlight .jbxx .infoItem img,
|
|
134
|
+
.newWrdark .jbxx .infoItem img {
|
|
122
135
|
width: 18px;
|
|
123
136
|
height: 18px;
|
|
124
137
|
margin-right: 10px;
|
|
125
138
|
vertical-align: sub;
|
|
126
139
|
}
|
|
127
|
-
.
|
|
140
|
+
.newWrlight .jbxx .baseRow,
|
|
141
|
+
.newWrdark .jbxx .baseRow {
|
|
128
142
|
margin-top: 6px;
|
|
129
143
|
}
|
|
130
|
-
.
|
|
144
|
+
.newWrlight .jbxx .baseLine,
|
|
145
|
+
.newWrdark .jbxx .baseLine {
|
|
131
146
|
height: 32px;
|
|
132
147
|
line-height: 30px;
|
|
133
148
|
border: 1px solid #2d5a64;
|
|
134
149
|
}
|
|
135
|
-
.
|
|
150
|
+
.newWrlight .jbxx .baseLine .titleTip,
|
|
151
|
+
.newWrdark .jbxx .baseLine .titleTip {
|
|
136
152
|
display: inline-block;
|
|
137
153
|
width: 122px;
|
|
138
154
|
padding-left: 12px;
|
|
@@ -140,10 +156,12 @@
|
|
|
140
156
|
vertical-align: top;
|
|
141
157
|
color: #fff !important;
|
|
142
158
|
}
|
|
143
|
-
.
|
|
159
|
+
.newWrlight .jbxx .baseLine .tipShort,
|
|
160
|
+
.newWrdark .jbxx .baseLine .tipShort {
|
|
144
161
|
width: 82px;
|
|
145
162
|
}
|
|
146
|
-
.
|
|
163
|
+
.newWrlight .jbxx .baseLine .contentText,
|
|
164
|
+
.newWrdark .jbxx .baseLine .contentText {
|
|
147
165
|
display: inline-block;
|
|
148
166
|
width: calc(100% - 122px);
|
|
149
167
|
padding: 0 12px;
|
|
@@ -151,10 +169,12 @@
|
|
|
151
169
|
text-overflow: ellipsis;
|
|
152
170
|
white-space: nowrap;
|
|
153
171
|
}
|
|
154
|
-
.
|
|
172
|
+
.newWrlight .jbxx .baseLine .textShort,
|
|
173
|
+
.newWrdark .jbxx .baseLine .textShort {
|
|
155
174
|
width: calc(100% - 82px);
|
|
156
175
|
}
|
|
157
|
-
.
|
|
176
|
+
.newWrlight .ptss,
|
|
177
|
+
.newWrdark .ptss {
|
|
158
178
|
width: 704px;
|
|
159
179
|
height: 716px;
|
|
160
180
|
padding: 20px;
|
|
@@ -165,13 +185,15 @@
|
|
|
165
185
|
-webkit-box-sizing: border-box;
|
|
166
186
|
box-sizing: border-box;
|
|
167
187
|
}
|
|
168
|
-
.
|
|
188
|
+
.newWrlight .ptss .graph,
|
|
189
|
+
.newWrdark .ptss .graph {
|
|
169
190
|
margin: 16px 0 20px;
|
|
170
191
|
width: 100%;
|
|
171
192
|
height: 354px;
|
|
172
193
|
background: rgba(255, 255, 255, 0.05);
|
|
173
194
|
}
|
|
174
|
-
.
|
|
195
|
+
.newWrlight .otherContent,
|
|
196
|
+
.newWrdark .otherContent {
|
|
175
197
|
width: 100%;
|
|
176
198
|
display: -webkit-box;
|
|
177
199
|
display: -ms-flexbox;
|
|
@@ -180,7 +202,8 @@
|
|
|
180
202
|
-ms-flex-pack: justify;
|
|
181
203
|
justify-content: space-between;
|
|
182
204
|
}
|
|
183
|
-
.
|
|
205
|
+
.newWrlight .otherContent .otherItem,
|
|
206
|
+
.newWrdark .otherContent .otherItem {
|
|
184
207
|
width: 208px;
|
|
185
208
|
height: 42px;
|
|
186
209
|
line-height: 42px;
|
|
@@ -189,12 +212,14 @@
|
|
|
189
212
|
border-radius: 8px;
|
|
190
213
|
padding: 0 20px;
|
|
191
214
|
}
|
|
192
|
-
.
|
|
215
|
+
.newWrlight .otherContent .otherItem img,
|
|
216
|
+
.newWrdark .otherContent .otherItem img {
|
|
193
217
|
width: 28px;
|
|
194
218
|
height: 28px;
|
|
195
219
|
vertical-align: middle;
|
|
196
220
|
}
|
|
197
|
-
.
|
|
221
|
+
.newWrlight .otherContent .otherItem .exist,
|
|
222
|
+
.newWrdark .otherContent .otherItem .exist {
|
|
198
223
|
display: inline-block;
|
|
199
224
|
width: 42px;
|
|
200
225
|
height: 22px;
|
|
@@ -205,12 +230,14 @@
|
|
|
205
230
|
background: linear-gradient(180deg, #4ce09b 0%, #07b077 100%);
|
|
206
231
|
color: #fff !important;
|
|
207
232
|
}
|
|
208
|
-
.
|
|
233
|
+
.newWrlight .otherContent .otherItem .existN,
|
|
234
|
+
.newWrdark .otherContent .otherItem .existN {
|
|
209
235
|
background: -webkit-gradient(linear, left top, left bottom, from(#b2bcc8), to(#607087));
|
|
210
236
|
background: linear-gradient(180deg, #b2bcc8 0%, #607087 100%);
|
|
211
237
|
color: #fff !important;
|
|
212
238
|
}
|
|
213
|
-
.
|
|
239
|
+
.newWrlight .numContent,
|
|
240
|
+
.newWrdark .numContent {
|
|
214
241
|
height: 210px;
|
|
215
242
|
width: 100%;
|
|
216
243
|
display: -webkit-box;
|
|
@@ -221,7 +248,8 @@
|
|
|
221
248
|
justify-content: space-between;
|
|
222
249
|
margin-top: 16px;
|
|
223
250
|
}
|
|
224
|
-
.
|
|
251
|
+
.newWrlight .numContent .numItem,
|
|
252
|
+
.newWrdark .numContent .numItem {
|
|
225
253
|
width: calc(50% - 10px);
|
|
226
254
|
height: 100%;
|
|
227
255
|
padding: 16px 20px;
|
|
@@ -231,15 +259,18 @@
|
|
|
231
259
|
background: linear-gradient(180deg, rgba(22, 33, 35, 0) 0%, rgba(71, 208, 192, 0.12) 100%);
|
|
232
260
|
border-radius: 8px;
|
|
233
261
|
}
|
|
234
|
-
.
|
|
262
|
+
.newWrlight .numContent .numItem .topType,
|
|
263
|
+
.newWrdark .numContent .numItem .topType {
|
|
235
264
|
text-align: center;
|
|
236
265
|
}
|
|
237
|
-
.
|
|
266
|
+
.newWrlight .numContent .numItem .topType img,
|
|
267
|
+
.newWrdark .numContent .numItem .topType img {
|
|
238
268
|
width: 42px;
|
|
239
269
|
height: 42px;
|
|
240
270
|
margin-right: 12px;
|
|
241
271
|
}
|
|
242
|
-
.
|
|
272
|
+
.newWrlight .numContent .numItem .total,
|
|
273
|
+
.newWrdark .numContent .numItem .total {
|
|
243
274
|
width: 100%;
|
|
244
275
|
height: 42px;
|
|
245
276
|
line-height: 42px;
|
|
@@ -247,23 +278,28 @@
|
|
|
247
278
|
border-radius: 8px;
|
|
248
279
|
margin: 28px 0 20px;
|
|
249
280
|
}
|
|
250
|
-
.
|
|
281
|
+
.newWrlight .numContent .numItem .total .num,
|
|
282
|
+
.newWrdark .numContent .numItem .total .num {
|
|
251
283
|
color: #53c0ff;
|
|
252
284
|
font-size: 24px;
|
|
253
285
|
margin: 0 3px 0 24px;
|
|
254
286
|
}
|
|
255
|
-
.
|
|
287
|
+
.newWrlight .numContent .numItem .total .unit,
|
|
288
|
+
.newWrdark .numContent .numItem .total .unit {
|
|
256
289
|
color: #53c0ff;
|
|
257
290
|
}
|
|
258
|
-
.
|
|
291
|
+
.newWrlight .numContent .numItem .totalM,
|
|
292
|
+
.newWrdark .numContent .numItem .totalM {
|
|
259
293
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 212, 255, 0.1)), to(rgba(87, 147, 255, 0.1)));
|
|
260
294
|
background: linear-gradient(180deg, rgba(37, 212, 255, 0.1) 0%, rgba(87, 147, 255, 0.1) 100%);
|
|
261
295
|
}
|
|
262
|
-
.
|
|
296
|
+
.newWrlight .numContent .numItem .totalW,
|
|
297
|
+
.newWrdark .numContent .numItem .totalW {
|
|
263
298
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 204, 152, 0.1)), to(rgba(255, 119, 119, 0.1)));
|
|
264
299
|
background: linear-gradient(180deg, rgba(249, 204, 152, 0.1) 0%, rgba(255, 119, 119, 0.1) 100%);
|
|
265
300
|
}
|
|
266
|
-
.
|
|
301
|
+
.newWrlight .numContent .numItem .classNum,
|
|
302
|
+
.newWrdark .numContent .numItem .classNum {
|
|
267
303
|
width: 100%;
|
|
268
304
|
display: -webkit-box;
|
|
269
305
|
display: -ms-flexbox;
|
|
@@ -272,25 +308,30 @@
|
|
|
272
308
|
-ms-flex-pack: justify;
|
|
273
309
|
justify-content: space-between;
|
|
274
310
|
}
|
|
275
|
-
.
|
|
311
|
+
.newWrlight .numContent .numItem .classNum .classItem,
|
|
312
|
+
.newWrdark .numContent .numItem .classNum .classItem {
|
|
276
313
|
width: 33%;
|
|
277
314
|
display: -webkit-box;
|
|
278
315
|
display: -ms-flexbox;
|
|
279
316
|
display: flex;
|
|
280
317
|
}
|
|
281
|
-
.
|
|
318
|
+
.newWrlight .numContent .numItem .classNum .classItem img,
|
|
319
|
+
.newWrdark .numContent .numItem .classNum .classItem img {
|
|
282
320
|
width: 30px;
|
|
283
321
|
height: 30px;
|
|
284
322
|
margin: 12px 10px 0 0;
|
|
285
323
|
}
|
|
286
|
-
.
|
|
324
|
+
.newWrlight .numContent .numItem .classNum .classItem .num,
|
|
325
|
+
.newWrdark .numContent .numItem .classNum .classItem .num {
|
|
287
326
|
color: #53c0ff;
|
|
288
327
|
font-size: 20px;
|
|
289
328
|
}
|
|
290
|
-
.
|
|
329
|
+
.newWrlight .numContent .numItem .classNum .classItem .num .unit,
|
|
330
|
+
.newWrdark .numContent .numItem .classNum .classItem .num .unit {
|
|
291
331
|
font-size: 14px;
|
|
292
332
|
}
|
|
293
|
-
.
|
|
333
|
+
.newWrlight .ssjk,
|
|
334
|
+
.newWrdark .ssjk {
|
|
294
335
|
width: 704px;
|
|
295
336
|
height: 286px;
|
|
296
337
|
padding: 20px;
|
|
@@ -301,7 +342,8 @@
|
|
|
301
342
|
-webkit-box-sizing: border-box;
|
|
302
343
|
box-sizing: border-box;
|
|
303
344
|
}
|
|
304
|
-
.
|
|
345
|
+
.newWrlight .ssjk .video,
|
|
346
|
+
.newWrdark .ssjk .video {
|
|
305
347
|
width: 227px;
|
|
306
348
|
height: 170px;
|
|
307
349
|
background: rgba(255, 255, 255, 0.05);
|
|
@@ -309,7 +351,8 @@
|
|
|
309
351
|
top: 52px;
|
|
310
352
|
left: 20px;
|
|
311
353
|
}
|
|
312
|
-
.
|
|
354
|
+
.newWrlight .monitorContent,
|
|
355
|
+
.newWrdark .monitorContent {
|
|
313
356
|
height: 214px;
|
|
314
357
|
width: 420px;
|
|
315
358
|
display: -webkit-box;
|
|
@@ -322,13 +365,15 @@
|
|
|
322
365
|
top: 52px;
|
|
323
366
|
right: 20px;
|
|
324
367
|
}
|
|
325
|
-
.
|
|
368
|
+
.newWrlight .monitorContent .monitorItem,
|
|
369
|
+
.newWrdark .monitorContent .monitorItem {
|
|
326
370
|
width: calc(50% - 10px);
|
|
327
371
|
height: 100%;
|
|
328
372
|
-webkit-box-sizing: border-box;
|
|
329
373
|
box-sizing: border-box;
|
|
330
374
|
}
|
|
331
|
-
.
|
|
375
|
+
.newWrlight .monitorContent .monitorItem .topType,
|
|
376
|
+
.newWrdark .monitorContent .monitorItem .topType {
|
|
332
377
|
width: 100%;
|
|
333
378
|
height: 32px;
|
|
334
379
|
line-height: 32px;
|
|
@@ -337,20 +382,24 @@
|
|
|
337
382
|
border-radius: 16px;
|
|
338
383
|
margin-bottom: 10px;
|
|
339
384
|
}
|
|
340
|
-
.
|
|
385
|
+
.newWrlight .monitorContent .monitorItem .topType img,
|
|
386
|
+
.newWrdark .monitorContent .monitorItem .topType img {
|
|
341
387
|
width: 16px;
|
|
342
388
|
height: 16px;
|
|
343
389
|
margin-right: 12px;
|
|
344
390
|
}
|
|
345
|
-
.
|
|
391
|
+
.newWrlight .monitorContent .monitorItem .topTypeM,
|
|
392
|
+
.newWrdark .monitorContent .monitorItem .topTypeM {
|
|
346
393
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 212, 255, 0.1)), to(rgba(87, 147, 255, 0.1)));
|
|
347
394
|
background: linear-gradient(180deg, rgba(37, 212, 255, 0.1) 0%, rgba(87, 147, 255, 0.1) 100%);
|
|
348
395
|
}
|
|
349
|
-
.
|
|
396
|
+
.newWrlight .monitorContent .monitorItem .topTypeF,
|
|
397
|
+
.newWrdark .monitorContent .monitorItem .topTypeF {
|
|
350
398
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 204, 152, 0.1)), to(rgba(255, 119, 119, 0.1)));
|
|
351
399
|
background: linear-gradient(180deg, rgba(249, 204, 152, 0.1) 0%, rgba(255, 119, 119, 0.1) 100%);
|
|
352
400
|
}
|
|
353
|
-
.
|
|
401
|
+
.newWrlight .monitorContent .monitorItem .monitorRow,
|
|
402
|
+
.newWrdark .monitorContent .monitorItem .monitorRow {
|
|
354
403
|
width: 100%;
|
|
355
404
|
display: -webkit-box;
|
|
356
405
|
display: -ms-flexbox;
|
|
@@ -359,7 +408,8 @@
|
|
|
359
408
|
-ms-flex-pack: justify;
|
|
360
409
|
justify-content: space-between;
|
|
361
410
|
}
|
|
362
|
-
.
|
|
411
|
+
.newWrlight .monitorContent .monitorItem .monitorRow .monitor,
|
|
412
|
+
.newWrdark .monitorContent .monitorItem .monitorRow .monitor {
|
|
363
413
|
display: inline-block;
|
|
364
414
|
width: 94px;
|
|
365
415
|
height: 52px;
|
|
@@ -368,21 +418,25 @@
|
|
|
368
418
|
text-align: center;
|
|
369
419
|
margin-bottom: 8px;
|
|
370
420
|
}
|
|
371
|
-
.
|
|
421
|
+
.newWrlight .monitorContent .monitorItem .monitorRow .monitor .tip,
|
|
422
|
+
.newWrdark .monitorContent .monitorItem .monitorRow .monitor .tip {
|
|
372
423
|
height: 24px;
|
|
373
424
|
border-bottom: 1px solid rgba(83, 192, 255, 0.5);
|
|
374
425
|
line-height: 24px;
|
|
375
426
|
opacity: 0.85;
|
|
376
427
|
font-size: 12px;
|
|
377
428
|
}
|
|
378
|
-
.
|
|
429
|
+
.newWrlight .monitorContent .monitorItem .monitorRow .monitor .num,
|
|
430
|
+
.newWrdark .monitorContent .monitorItem .monitorRow .monitor .num {
|
|
379
431
|
line-height: 28px;
|
|
380
432
|
font-size: 16px;
|
|
381
433
|
}
|
|
382
|
-
.
|
|
434
|
+
.newWrlight .monitorContent .monitorItem .monitorRow .monitorF,
|
|
435
|
+
.newWrdark .monitorContent .monitorItem .monitorRow .monitorF {
|
|
383
436
|
border-color: rgba(255, 99, 99, 0.5);
|
|
384
437
|
}
|
|
385
|
-
.
|
|
438
|
+
.newWrlight .monitorContent .monitorItem .monitorRow .monitorF .tip,
|
|
439
|
+
.newWrdark .monitorContent .monitorItem .monitorRow .monitorF .tip {
|
|
386
440
|
border-color: rgba(255, 99, 99, 0.5);
|
|
387
441
|
}
|
|
388
442
|
.two .imgContent {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
.
|
|
34
|
+
.newWrlight, .newWrdark {
|
|
35
35
|
height: 740px;
|
|
36
36
|
position: relative;
|
|
37
37
|
color: #fff;
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
.title {
|
|
88
88
|
height: 18px;
|
|
89
89
|
line-height: 18px;
|
|
90
|
-
background: url("
|
|
90
|
+
background: url("../../imgs/titleBg.png") no-repeat;
|
|
91
91
|
background-size: 238px 100%;
|
|
92
92
|
font-size: 16px;
|
|
93
93
|
padding-left: 18px;
|
|
@@ -20,62 +20,73 @@
|
|
|
20
20
|
.newWrdark .rank .ant-rate-star-zero {
|
|
21
21
|
color: #f0f0f0 !important;
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.newWrlight,
|
|
24
|
+
.newWrdark {
|
|
24
25
|
height: 716px;
|
|
25
26
|
position: relative;
|
|
26
27
|
color: #fff;
|
|
27
28
|
}
|
|
28
|
-
.
|
|
29
|
+
.newWrlight .title,
|
|
30
|
+
.newWrdark .title {
|
|
29
31
|
height: 18px;
|
|
30
32
|
line-height: 18px;
|
|
31
|
-
background: url("
|
|
33
|
+
background: url("../../imgs/titleBg.png") no-repeat;
|
|
32
34
|
background-size: 238px 100%;
|
|
33
35
|
font-size: 16px;
|
|
34
36
|
padding-left: 18px;
|
|
35
37
|
margin-bottom: 16px;
|
|
36
38
|
}
|
|
37
|
-
.
|
|
39
|
+
.newWrlight .title .titleText,
|
|
40
|
+
.newWrdark .title .titleText {
|
|
38
41
|
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#95fff9));
|
|
39
42
|
background: linear-gradient(180deg, #fff 0%, #95fff9 100%);
|
|
40
43
|
-webkit-background-clip: text;
|
|
41
44
|
-webkit-text-fill-color: transparent;
|
|
42
45
|
}
|
|
43
|
-
.
|
|
46
|
+
.newWrlight .score,
|
|
47
|
+
.newWrdark .score {
|
|
44
48
|
width: 1180px;
|
|
45
49
|
height: 180px;
|
|
46
50
|
padding: 20px;
|
|
47
51
|
background: rgba(255, 255, 255, 0.05);
|
|
48
52
|
margin: 12px;
|
|
49
53
|
}
|
|
50
|
-
.
|
|
54
|
+
.newWrlight .score .rank,
|
|
55
|
+
.newWrdark .score .rank {
|
|
51
56
|
background: -webkit-gradient(linear, left top, left bottom, from(#ffe25d), to(#ff7f08));
|
|
52
57
|
background: linear-gradient(180deg, #ffe25d 0%, #ff7f08 100%);
|
|
53
58
|
-webkit-background-clip: text;
|
|
54
59
|
-webkit-text-fill-color: transparent;
|
|
55
60
|
}
|
|
56
|
-
.
|
|
61
|
+
.newWrlight .score .tagContent,
|
|
62
|
+
.newWrdark .score .tagContent {
|
|
57
63
|
margin-top: 10px;
|
|
58
64
|
}
|
|
59
|
-
.
|
|
65
|
+
.newWrlight .score .tagContent .tags,
|
|
66
|
+
.newWrdark .score .tagContent .tags {
|
|
60
67
|
margin-top: 10px;
|
|
61
68
|
}
|
|
62
|
-
.
|
|
69
|
+
.newWrlight .score .tagContent .tags .tagItem,
|
|
70
|
+
.newWrdark .score .tagContent .tags .tagItem {
|
|
63
71
|
display: inline-block;
|
|
64
72
|
padding: 8px 12px;
|
|
65
73
|
margin-right: 8px;
|
|
66
74
|
border-radius: 4px;
|
|
67
75
|
}
|
|
68
|
-
.
|
|
76
|
+
.newWrlight .score .tagContent .tags .tagItemY,
|
|
77
|
+
.newWrdark .score .tagContent .tags .tagItemY {
|
|
69
78
|
background: rgba(38, 216, 140, 0.1);
|
|
70
79
|
border: 1px solid #26d88c;
|
|
71
80
|
color: #26d88c !important;
|
|
72
81
|
}
|
|
73
|
-
.
|
|
82
|
+
.newWrlight .score .tagContent .tags .tagItemN,
|
|
83
|
+
.newWrdark .score .tagContent .tags .tagItemN {
|
|
74
84
|
background: rgba(178, 178, 178, 0.102);
|
|
75
85
|
border: 1px solid #b2b2b2;
|
|
76
86
|
color: #b2b2b2 !important;
|
|
77
87
|
}
|
|
78
|
-
.
|
|
88
|
+
.newWrlight .record,
|
|
89
|
+
.newWrdark .record {
|
|
79
90
|
width: 1180px;
|
|
80
91
|
height: 525px;
|
|
81
92
|
padding: 20px;
|
|
@@ -83,7 +94,8 @@
|
|
|
83
94
|
margin: 10px 12px 0;
|
|
84
95
|
position: relative;
|
|
85
96
|
}
|
|
86
|
-
.
|
|
97
|
+
.newWrlight .record .typeChange,
|
|
98
|
+
.newWrdark .record .typeChange {
|
|
87
99
|
width: 162.3px;
|
|
88
100
|
height: 30px;
|
|
89
101
|
line-height: 28px;
|
|
@@ -93,16 +105,19 @@
|
|
|
93
105
|
top: 20px;
|
|
94
106
|
right: 10px;
|
|
95
107
|
}
|
|
96
|
-
.
|
|
108
|
+
.newWrlight .record .typeChange .changeItem,
|
|
109
|
+
.newWrdark .record .typeChange .changeItem {
|
|
97
110
|
display: inline-block;
|
|
98
111
|
width: 80px;
|
|
99
112
|
text-align: center;
|
|
100
113
|
cursor: pointer;
|
|
101
114
|
}
|
|
102
|
-
.
|
|
115
|
+
.newWrlight .record .typeChange .changeItemA,
|
|
116
|
+
.newWrdark .record .typeChange .changeItemA {
|
|
103
117
|
background: #07b077;
|
|
104
118
|
color: #fff !important;
|
|
105
119
|
}
|
|
106
|
-
.
|
|
120
|
+
.newWrlight .record .timeContent,
|
|
121
|
+
.newWrdark .record .timeContent {
|
|
107
122
|
margin: 10px 0 20px;
|
|
108
123
|
}
|
|
@@ -15,6 +15,7 @@ var _vmFilter = require("../../../vm-filter");
|
|
|
15
15
|
var _dayjs = _interopRequireDefault(require("dayjs"));
|
|
16
16
|
var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
17
17
|
var _utils = require("@vtx/utils");
|
|
18
|
+
var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
|
|
18
19
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
20
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
20
21
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -40,7 +41,7 @@ var getList = function getList(params) {
|
|
|
40
41
|
});
|
|
41
42
|
};
|
|
42
43
|
var Score = function Score(props) {
|
|
43
|
-
var _a;
|
|
44
|
+
var _a, _b, _c;
|
|
44
45
|
var id = props.id,
|
|
45
46
|
theme = props.theme;
|
|
46
47
|
var _useSetState = (0, _ahooks.useSetState)({
|
|
@@ -231,7 +232,12 @@ var Score = function Score(props) {
|
|
|
231
232
|
endMonth: dateStr[1]
|
|
232
233
|
});
|
|
233
234
|
}
|
|
234
|
-
})), state.type === 'chart' && /*#__PURE__*/_react["default"].createElement(
|
|
235
|
+
})), state.type === 'chart' && ((_b = state.chartsData.names) === null || _b === void 0 ? void 0 : _b.length) === 0 && /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
|
|
236
|
+
style: {
|
|
237
|
+
height: '1180px',
|
|
238
|
+
width: '525px'
|
|
239
|
+
}
|
|
240
|
+
}), state.type === 'chart' && ((_c = state.chartsData.names) === null || _c === void 0 ? void 0 : _c.length) !== 0 && /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
|
|
235
241
|
style: {
|
|
236
242
|
width: '100%',
|
|
237
243
|
height: '385px'
|