@cloudbase/weda-ui 0.2.15 → 0.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/package.json +10 -7
  2. package/src/configs/components/calendar.json +75 -0
  3. package/src/configs/components/carousel.json +273 -0
  4. package/src/configs/components/chart/statisticsCard.json +331 -0
  5. package/src/configs/components/dataView.json +139 -0
  6. package/src/configs/components/form/location.json +152 -0
  7. package/src/configs/components/form/uploaderFile.json +2 -1
  8. package/src/configs/components/graphicCard.json +399 -0
  9. package/src/configs/components/link.json +2 -2
  10. package/src/configs/components/listView.json +230 -0
  11. package/src/configs/components/navLayout.json +350 -0
  12. package/src/configs/components/swiper.json +3 -3
  13. package/src/configs/index.js +16 -0
  14. package/src/mp/components/button/index.js +12 -13
  15. package/src/mp/components/button/index.wxml +1 -1
  16. package/src/mp/components/calendar/arrowright--line.svg +11 -0
  17. package/src/mp/components/calendar/index.js +238 -0
  18. package/src/mp/components/calendar/index.json +4 -0
  19. package/src/mp/components/calendar/index.wxml +37 -0
  20. package/src/mp/components/calendar/index.wxss +178 -0
  21. package/src/mp/components/carousel/index.js +88 -0
  22. package/src/mp/components/carousel/index.json +7 -0
  23. package/src/mp/components/carousel/index.wxml +6 -0
  24. package/src/mp/components/chart/statisticsCard/index.js +226 -0
  25. package/src/mp/components/chart/statisticsCard/index.json +4 -0
  26. package/src/mp/components/chart/statisticsCard/index.wxml +9 -0
  27. package/src/mp/components/chart/statisticsCard/index.wxss +45 -0
  28. package/src/mp/components/dataView/index.js +34 -0
  29. package/src/mp/components/dataView/index.json +7 -0
  30. package/src/mp/components/dataView/index.wxml +15 -0
  31. package/src/mp/components/dataView/index.wxss +0 -0
  32. package/src/mp/components/form/location/components/mapChoose/index.js +201 -0
  33. package/src/mp/components/form/location/components/mapChoose/index.json +4 -0
  34. package/src/mp/components/form/location/components/mapChoose/index.wxml +42 -0
  35. package/src/mp/components/form/location/components/mapChoose/index.wxss +188 -0
  36. package/src/mp/components/form/location/index.js +341 -0
  37. package/src/mp/components/form/location/index.json +6 -0
  38. package/src/mp/components/form/location/index.wxml +25 -0
  39. package/src/mp/components/form/location/index.wxss +91 -0
  40. package/src/mp/components/form/uploader/index.js +39 -35
  41. package/src/mp/components/form/uploaderFile/index.js +61 -14
  42. package/src/mp/components/graphicCard/chevron-right.svg +3 -0
  43. package/src/mp/components/graphicCard/index.js +205 -0
  44. package/src/mp/components/graphicCard/index.json +4 -0
  45. package/src/mp/components/graphicCard/index.wxml +29 -0
  46. package/src/mp/components/graphicCard/index.wxss +157 -0
  47. package/src/mp/components/image/index.js +0 -1
  48. package/src/mp/components/listView/arrow-right-line.svg +3 -0
  49. package/src/mp/components/listView/index.js +286 -0
  50. package/src/mp/components/listView/index.json +4 -0
  51. package/src/mp/components/listView/index.wxml +40 -0
  52. package/src/mp/components/listView/index.wxss +150 -0
  53. package/src/mp/components/listView/more-line.svg +3 -0
  54. package/src/mp/components/navLayout/index.js +123 -0
  55. package/src/mp/components/navLayout/index.json +7 -0
  56. package/src/mp/components/navLayout/index.wxml +25 -0
  57. package/src/mp/components/navLayout/index.wxss +1193 -0
  58. package/src/mp/components/swiper/index.wxml +2 -0
  59. package/src/mp/index.json +9 -1
  60. package/src/mp/utils/debounce.js +133 -0
  61. package/src/mp/utils/dr_square_point.js +25 -0
  62. package/src/mp/utils/qqmap-wx-jssdk1.2/qqmap-wx-jssdk.js +1336 -0
  63. package/src/mp/utils/spark-md5.js +776 -0
  64. package/src/mp/utils/tcb.js +18 -0
  65. package/src/web/components/calendar/index.css +382 -0
  66. package/src/web/components/calendar/index.jsx +312 -0
  67. package/src/web/components/calendar/util.js +90 -0
  68. package/src/web/components/carousel/index.css +119 -0
  69. package/src/web/components/carousel/index.tsx +417 -0
  70. package/src/web/components/chart/statisticsCard/index.css +62 -0
  71. package/src/web/components/chart/statisticsCard/index.tsx +286 -0
  72. package/src/web/components/chart/statisticsCard/interface.ts +14 -0
  73. package/src/web/components/dataView/index.tsx +20 -0
  74. package/src/web/components/dataView/interface.ts +6 -0
  75. package/src/web/components/form/location/common/mapChoose.css +178 -0
  76. package/src/web/components/form/location/common/mapChoose.jsx +343 -0
  77. package/src/web/components/form/location/common/mapView.jsx +190 -0
  78. package/src/web/components/form/location/common/propsConfig.js +54 -0
  79. package/src/web/components/form/location/common/selectModal.css +44 -0
  80. package/src/web/components/form/location/common/selectModal.jsx +82 -0
  81. package/src/web/components/form/location/common/useLocationInfo.js +100 -0
  82. package/src/web/components/form/location/components/LocationH5/index.css +243 -0
  83. package/src/web/components/form/location/components/LocationH5/location.h5.jsx +403 -0
  84. package/src/web/components/form/location/components/LocationPC/Header.jsx +109 -0
  85. package/src/web/components/form/location/components/LocationPC/index.css +44 -0
  86. package/src/web/components/form/location/components/LocationPC/location.PC.jsx +323 -0
  87. package/src/web/components/form/location/constants.js +4 -0
  88. package/src/web/components/form/location/index.css +0 -0
  89. package/src/web/components/form/location/index.jsx +25 -0
  90. package/src/web/components/form/uploader/uploader.h5.tsx +16 -10
  91. package/src/web/components/form/uploader/uploader.pc.tsx +15 -11
  92. package/src/web/components/form/uploaderFile/uploadFile.h5.tsx +122 -107
  93. package/src/web/components/form/uploaderFile/uploadFile.pc.tsx +22 -19
  94. package/src/web/components/graphicCard/index.css +163 -0
  95. package/src/web/components/graphicCard/index.tsx +309 -0
  96. package/src/web/components/image/image.tsx +0 -1
  97. package/src/web/components/index.js +12 -0
  98. package/src/web/components/listView/arrow-right-line.svg +3 -0
  99. package/src/web/components/listView/index.css +139 -0
  100. package/src/web/components/listView/index.tsx +354 -0
  101. package/src/web/components/listView/interface.ts +98 -0
  102. package/src/web/components/navLayout/index.css +332 -0
  103. package/src/web/components/navLayout/index.tsx +247 -0
  104. package/src/web/components/tabs/index.tsx +2 -2
  105. package/src/web/components/tabs/tabs.h5.tsx +7 -4
  106. package/src/web/components/uploaderFileView/index.css +9 -9
  107. package/src/web/components/uploaderFileView/index.jsx +32 -23
  108. package/src/web/types.d.ts +15 -14
  109. package/src/web/utils/debounce.js +98 -0
  110. package/src/web/utils/platform.js +31 -0
  111. package/src/web/utils/tcb.js +35 -0
  112. package/src/web/utils/tmap.js +4 -0
@@ -0,0 +1,309 @@
1
+ import React, { useEffect, useState, useCallback } from 'react';
2
+ import './index.css';
3
+ import { CommonPropsType } from '../../types';
4
+ import classNames from '../../utils/classnames';
5
+ import { Row, Col, ConfigProvider, Button, Icon, Text } from 'tea-component';
6
+ import { usePlatform } from '../../utils/platform';
7
+
8
+ const CLASS_PREFIX = 'weda-graphic-card';
9
+
10
+ export interface IGraphicCardPropsType extends CommonPropsType {
11
+ /**
12
+ * 导航配置
13
+ */
14
+ navOption?: Array<any>;
15
+ titleVisible: boolean;
16
+ titleColor: string;
17
+ titleFontWeight: string;
18
+ titleFontSize: number;
19
+ titleLineHeight: string;
20
+ titleMaxLines: number;
21
+ desColor: string;
22
+ desFontWeight: string;
23
+ desVisible: boolean;
24
+ desFontSize: number;
25
+ desLineHeight: string;
26
+ desMaxLines: number;
27
+ buttonVisible: boolean;
28
+ buttonText: string;
29
+ ColMobile: number;
30
+ ColPC: number;
31
+ percentageVisible: boolean;
32
+ iconWidthSize: string;
33
+ iconHeightSize: string;
34
+ textAlign?: 'start' | 'end' | 'left' | 'right' | 'center' | 'justify';
35
+ imageStyle: any;
36
+ }
37
+
38
+ export default function GraphicCard({
39
+ navOption,
40
+ ColMobile,
41
+ ColPC,
42
+ percentageVisible,
43
+ iconWidthSize,
44
+ iconHeightSize,
45
+ titleVisible,
46
+ desVisible,
47
+ buttonVisible,
48
+ textAlign,
49
+ className,
50
+ titleColor,
51
+ titleFontWeight,
52
+ titleFontSize,
53
+ titleLineHeight,
54
+ titleMaxLines,
55
+ desColor,
56
+ desFontWeight,
57
+ desFontSize,
58
+ desLineHeight,
59
+ desMaxLines,
60
+ buttonText,
61
+ style,
62
+ }: IGraphicCardPropsType) {
63
+ const platform = usePlatform();
64
+ const isH5: boolean = platform === 'h5';
65
+ // 一个栅格的宽度
66
+ const [SingleGrid, setSingleGrid] = useState({ width: 10 });
67
+ const [colCount, setColCount] = React.useState(2);
68
+ const cls = classNames({
69
+ [CLASS_PREFIX]: true,
70
+ [className]: className,
71
+ [`${CLASS_PREFIX}-mobile`]: isH5,
72
+ });
73
+
74
+ const cardList = React.useMemo(() => {
75
+ let list = [];
76
+ const col = isH5 ? ColMobile : ColPC;
77
+ setColCount(col);
78
+ list.length = Math.floor(navOption.length / colCount);
79
+ list.forEach((item, index) => {
80
+ list[index] = [];
81
+ });
82
+ //debugger;
83
+ navOption.forEach((item, index) => {
84
+ const _index = Math.floor(index / colCount);
85
+ if (!list[_index] || list[_index].length <= 0) {
86
+ // 保证每个col 的数据都是有的,列入总共7个数据,那么第二行的3, 4,5数据是undefined, 占位
87
+ list[_index] = Array.apply(null, Array(colCount));
88
+ }
89
+ const paramObj = {};
90
+ if (item?.params) {
91
+ for (let info of item.params) {
92
+ paramObj[info.key] = info.value;
93
+ }
94
+ }
95
+ item.paramObj = paramObj;
96
+ list[_index][index - _index * colCount] = item;
97
+ list[_index][index - _index * colCount] = item;
98
+ });
99
+ return list;
100
+ }, [colCount, navOption, isH5]);
101
+ const elementStyle = document.createElement('body').style;
102
+ let vendor = (() => {
103
+ let transformNames = {
104
+ webkit: 'webkitTransform',
105
+ Moz: 'MozTransform',
106
+ O: 'OTransform',
107
+ ms: 'msTransform',
108
+ standard: 'transform',
109
+ };
110
+
111
+ for (let key in transformNames) {
112
+ if (elementStyle[transformNames[key]] !== undefined) {
113
+ return key;
114
+ }
115
+ }
116
+
117
+ return false;
118
+ })();
119
+ function prefixStyle(style) {
120
+ if (vendor === false) {
121
+ return false;
122
+ }
123
+
124
+ if (vendor === 'standard') {
125
+ return style;
126
+ }
127
+
128
+ return '-' + vendor + style.charAt(0).toUpperCase() + style.substr(1);
129
+ }
130
+ const boxStyle = prefixStyle('-box');
131
+ //标题样式
132
+ const titleStyle = {
133
+ display: `${boxStyle}`,
134
+ WebkitLineClamp: `${titleMaxLines ? titleMaxLines : 'inherit'}`,
135
+ overflow: 'hidden',
136
+ color: `${titleColor}`,
137
+ fontWeight: `${titleFontWeight}`,
138
+ fontSize: `${titleFontSize}` + 'px',
139
+ textAlign: `${textAlign}`,
140
+ lineHeight: `${titleLineHeight == 'auto' ? 'normal' : titleLineHeight}`,
141
+ } as React.CSSProperties;
142
+ const desStyle = {
143
+ display: `${boxStyle}`,
144
+ WebkitLineClamp: `${desMaxLines ? desMaxLines : 'inherit'}`,
145
+ overflow: 'hidden',
146
+ color: `${desColor}`,
147
+ fontWeight: `${desFontWeight}`,
148
+ fontSize: `${desFontSize}` + 'px',
149
+ textAlign: `${textAlign}`,
150
+ lineHeight: `${desLineHeight == 'auto' ? 'normal' : desLineHeight}`,
151
+ } as React.CSSProperties;
152
+
153
+ // 图片高度: 100% 基础下 H5: 1列 200px;2列 98px PC: 3列 220px 4列 162px
154
+ const imageStyle = React.useMemo(() => {
155
+ let width = '100%';
156
+ let height = platform === 'h5' ? '200' : '220';
157
+ if (platform === 'h5' && ColMobile === 2) {
158
+ height = '98';
159
+ }
160
+
161
+ if (platform !== 'h5' && ColPC === 4) {
162
+ height = '162';
163
+ }
164
+ const numReg = /^\d+$/;
165
+ width = numReg.test(iconWidthSize) ? iconWidthSize + 'px' : iconWidthSize;
166
+ height = numReg.test(iconHeightSize)
167
+ ? iconHeightSize + 'px' //纯数字
168
+ : iconHeightSize.indexOf('%') == -1
169
+ ? iconHeightSize
170
+ : (Number(height) * parseInt(iconHeightSize)) / 100 + 'px';
171
+ return { width, height };
172
+ }, [iconWidthSize, iconHeightSize, ColMobile, ColPC, isH5]);
173
+
174
+ const detailStyle = React.useMemo(() => {
175
+ let docWidth = (document.documentElement.clientWidth - 24 * 2) / 12;
176
+ setSingleGrid({ width: docWidth });
177
+ if (textAlign == 'left') {
178
+ return {
179
+ paddingRight: `${docWidth * 0.5 - docWidth * 0.1}px`,
180
+ paddingLeft: 0,
181
+ };
182
+ } else if (textAlign == 'right') {
183
+ return {
184
+ paddingLeft: `${docWidth * 0.5 - docWidth * 0.1}px`,
185
+ paddingRight: 0,
186
+ };
187
+ } else {
188
+ return {
189
+ paddingLeft: `${(docWidth * 0.5 - docWidth * 0.1) / 2}px`,
190
+ paddingRight: `${(docWidth * 0.5 - docWidth * 0.1) / 2}px`,
191
+ };
192
+ }
193
+ }, [textAlign, isH5]);
194
+
195
+ const tapTo = (colInfo = navOption[0]) => {
196
+ switch (colInfo?.tapStatus) {
197
+ case 'tap':
198
+ return null;
199
+ case 'inside':
200
+ if (colInfo.insideUrl) {
201
+ app.navigateTo({
202
+ mode: 'weDa',
203
+ pageId: colInfo.insideUrl,
204
+ params:
205
+ colInfo?.withParams && colInfo?.params.length > 0
206
+ ? colInfo.paramObj
207
+ : null,
208
+ });
209
+ }
210
+ break;
211
+ //return renderCancel();
212
+ case 'outer':
213
+ if (colInfo.newPage) {
214
+ colInfo.outerUrl ? window.open(colInfo.outerUrl) : false;
215
+ } else {
216
+ colInfo.outerUrl ? (window.location.href = colInfo.outerUrl) : false;
217
+ }
218
+ break;
219
+ default:
220
+ return null;
221
+ }
222
+ };
223
+
224
+ return (
225
+ <ConfigProvider classPrefix="wedatea2td">
226
+ <div className={cls} data-testid="graphicCard" style={style}>
227
+ <div className={`${CLASS_PREFIX}__wrapper`}>
228
+ {cardList.map((row, rowIndex) => {
229
+ return (
230
+ <Row className={`${CLASS_PREFIX}__row`} key={rowIndex}>
231
+ <>
232
+ {row &&
233
+ row.map((col, colIndex) => {
234
+ return (
235
+ // 每列内容左右间距为0.1栅格列宽
236
+ <Col
237
+ style={{
238
+ width: `${(1 / colCount) * 100}%`,
239
+ padding: `0 ${SingleGrid.width * 0.1}px`,
240
+ cursor:
241
+ col?.tapStatus != 'tap' ? 'pointer' : 'auto',
242
+ }}
243
+ className={`${CLASS_PREFIX}__col ${CLASS_PREFIX}__col--${textAlign}`}
244
+ key={colIndex}
245
+ >
246
+ <div
247
+ className="wedatea2td-grid__box"
248
+ data-testid={`${colIndex}_click`}
249
+ onClick={() => tapTo(col)}
250
+ >
251
+ <div className={`${CLASS_PREFIX}__col-body`}>
252
+ {col && (
253
+ <div
254
+ className={`${CLASS_PREFIX}__icon`}
255
+ style={imageStyle}
256
+ >
257
+ <img
258
+ src={col?.icon}
259
+ className={`${CLASS_PREFIX}__img`}
260
+ />
261
+ </div>
262
+ )}
263
+ {/* 详情右侧间距为0.5栅格列宽 */}
264
+ <div className={`${CLASS_PREFIX}__detail`}>
265
+ {titleVisible && col?.title && (
266
+ <div
267
+ className={`${CLASS_PREFIX}__title`}
268
+ style={titleStyle}
269
+ >
270
+ {col?.title}
271
+ </div>
272
+ )}
273
+ {desVisible && col?.des && (
274
+ <div
275
+ className={`${CLASS_PREFIX}__desc`}
276
+ style={desStyle}
277
+ >
278
+ {col?.des}
279
+ </div>
280
+ )}
281
+ </div>
282
+ </div>
283
+ {buttonVisible && col && (
284
+ <Button
285
+ type="link"
286
+ className={`${CLASS_PREFIX}__btn`}
287
+ >
288
+ <Text className={`${CLASS_PREFIX}__btn--text`}>
289
+ {buttonText}
290
+ </Text>
291
+ <Icon
292
+ type="btnback"
293
+ className={`${CLASS_PREFIX}__btn--icon`}
294
+ />
295
+ </Button>
296
+ )}
297
+ </div>
298
+ </Col>
299
+ );
300
+ })}
301
+ </>
302
+ </Row>
303
+ );
304
+ })}
305
+ </div>
306
+ </div>
307
+ </ConfigProvider>
308
+ );
309
+ }
@@ -1,5 +1,4 @@
1
1
  import * as React from 'react';
2
- import * as PropTypes from 'prop-types';
3
2
  import { ConfigProvider, ImagePreview } from 'tea-component';
4
3
  import { usePlatform } from '../../utils/platform';
5
4
  import { useGesture } from '@use-gesture/react';
@@ -39,6 +39,7 @@ export { default as Image } from './image';
39
39
  export { default as Slot } from './slot';
40
40
  export { default as ScrollView } from './scrollView';
41
41
  export { default as Swiper } from './swiper';
42
+ export { default as Carousel } from './carousel';
42
43
  export { default as Modal } from './modal';
43
44
  export { default as RichText } from './richText';
44
45
  export { default as RichTextView } from './richTextView';
@@ -62,8 +63,19 @@ export { default as Uploader } from './form/uploader';
62
63
  export { default as UploaderFile } from './form/uploaderFile';
63
64
  export { default as Tips } from './form/tips';
64
65
  export { default as Tabs } from './tabs';
66
+
67
+ export { default as Location } from './form/location';
68
+
65
69
  export { default as EnumSelect } from './form/enumSelect';
70
+ export { default as Calendar } from './calendar';
71
+ export { default as NavLayout } from './navLayout';
72
+
73
+ // Data Contaier
74
+ export { default as ListView } from './listView';
75
+ export { default as DataView } from './dataView';
66
76
 
77
+ export { default as StatisticsCard } from './chart/statisticsCard';
78
+ export { default as GraphicCard } from './graphicCard';
67
79
  // open
68
80
  // import Auth from './auth';
69
81
 
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.1719 12.0002L8.22192 7.05023L9.63592 5.63623L15.9999 12.0002L9.63592 18.3642L8.22192 16.9502L13.1719 12.0002Z" fill="#09121F"/>
3
+ </svg>
@@ -0,0 +1,139 @@
1
+ .weda-list-view__containor {
2
+ overflow-y: auto;
3
+ max-height: 100%;
4
+ overflow-x: hidden;
5
+ }
6
+
7
+ .weda-list-view-card {
8
+ display: flex;
9
+ flex-wrap: wrap;
10
+ margin-right: 3px;
11
+ }
12
+
13
+ /* 加载更多 */
14
+ .weda-list-view__containor .weda-list-view__more {
15
+ width: 100%;
16
+ }
17
+
18
+ .weda-list-view__containor .weda-list-view__more .weda-list-view__bottom-load {
19
+ padding-top: 1px;
20
+ }
21
+
22
+ .weda-list-view__containor .weda-list-view__more .weda-list-view__more-text {
23
+ padding-top: 10px;
24
+ padding-bottom: 14px;
25
+ font-size: 12px;
26
+ line-height: 22px;
27
+ color: rgba(0, 0, 0, 0.4);
28
+ text-align: center;
29
+ box-sizing: border-box;
30
+ cursor: pointer;
31
+ }
32
+
33
+ /* 加载更多 ... */
34
+ .weda-list-view__containor .weda-list-view__more .weda-list-view__more-symbol {
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: center;
38
+ padding-top: 20px;
39
+ padding-bottom: 18px;
40
+ box-sizing: border-box;
41
+ }
42
+
43
+ .weda-list-view__containor .weda-list-view__more .weda-list-view__symbol-item {
44
+ width: 8px;
45
+ height: 8px;
46
+ background: #c4c4c4;
47
+ margin-left: 6px;
48
+ border-radius: 50%;
49
+ }
50
+
51
+ .weda-list-view__containor
52
+ .weda-list-view__more
53
+ .weda-list-view__symbol-item:first-child {
54
+ width: 6px;
55
+ height: 6px;
56
+ margin-left: 0;
57
+ }
58
+
59
+ /* 加载更多 分页 */
60
+ .weda-list-view__containor .weda-list-view__more {
61
+ background-color: #fff;
62
+ }
63
+ .weda-list-view__containor
64
+ .weda-list-view__more
65
+ .weda-list-view__more-pagination {
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: space-between;
69
+ position: relative;
70
+ padding: 10px 18px 12px 16px;
71
+ box-sizing: border-box;
72
+ }
73
+
74
+ .weda-list-view__containor
75
+ .weda-list-view__more
76
+ .weda-list-view__pagination-pre,
77
+ .weda-list-view__containor
78
+ .weda-list-view__more
79
+ .weda-list-view__pagination-next {
80
+ font-size: 12px;
81
+ line-height: 24px;
82
+ color: rgba(0, 0, 0, 0.4);
83
+ padding: 0 24px;
84
+ cursor: pointer;
85
+ }
86
+
87
+ .weda-list-view__containor
88
+ .weda-list-view__more
89
+ .weda-list-view__pagination-pre.active,
90
+ .weda-list-view__containor
91
+ .weda-list-view__more
92
+ .weda-list-view__pagination-next.active {
93
+ color: rgba(0, 0, 0, 0.9);
94
+ }
95
+
96
+ .weda-list-view__containor
97
+ .weda-list-view__more
98
+ .weda-list-view__pagination-pre::before,
99
+ .weda-list-view__containor
100
+ .weda-list-view__more
101
+ .weda-list-view__pagination-next::after {
102
+ position: absolute;
103
+ content: '';
104
+ width: 24px;
105
+ height: 24px;
106
+ top: 10px;
107
+ opacity: 0.2;
108
+ background-image: url(arrow-right-line.svg);
109
+ }
110
+
111
+ .weda-list-view__containor
112
+ .weda-list-view__more
113
+ .active.weda-list-view__pagination-pre::before,
114
+ .weda-list-view__containor
115
+ .weda-list-view__more
116
+ .active.weda-list-view__pagination-next::after {
117
+ opacity: 1;
118
+ }
119
+
120
+ .weda-list-view__containor
121
+ .weda-list-view__more
122
+ .weda-list-view__pagination-pre::before {
123
+ left: 16px;
124
+ transform: rotate(180deg);
125
+ }
126
+
127
+ .weda-list-view__containor
128
+ .weda-list-view__more
129
+ .weda-list-view__pagination-next::after {
130
+ right: 18px;
131
+ }
132
+
133
+ .weda-list-view__containor
134
+ .weda-list-view__more
135
+ .weda-list-view__pagination-text {
136
+ font-size: 12px;
137
+ line-height: 22px;
138
+ color: rgba(0, 0, 0, 0.4);
139
+ }