@cloudbase/weda-ui 2.0.26 → 3.1.0
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/package.json +12 -13
- package/src/configs/actions/showModal.json +0 -48
- package/src/configs/actions/showToast.json +0 -41
- package/src/configs/components/auth.json +0 -16
- package/src/configs/components/button.json +0 -239
- package/src/configs/components/calendar.json +0 -81
- package/src/configs/components/carousel.json +0 -292
- package/src/configs/components/chart/bar.json +0 -721
- package/src/configs/components/chart/line.json +0 -674
- package/src/configs/components/chart/pie.json +0 -494
- package/src/configs/components/chart/statisticsCard.json +0 -376
- package/src/configs/components/container.json +0 -50
- package/src/configs/components/dataView.json +0 -151
- package/src/configs/components/drawer.json +0 -115
- package/src/configs/components/form/checkbox.json +0 -173
- package/src/configs/components/form/form.json +0 -45
- package/src/configs/components/form/input.json +0 -154
- package/src/configs/components/form/label.json +0 -22
- package/src/configs/components/form/location.json +0 -155
- package/src/configs/components/form/radio.json +0 -203
- package/src/configs/components/form/richText.json +0 -125
- package/src/configs/components/form/select.json +0 -411
- package/src/configs/components/form/switch.json +0 -58
- package/src/configs/components/form/textarea.json +0 -116
- package/src/configs/components/form/tips.json +0 -34
- package/src/configs/components/form/uploader.json +0 -169
- package/src/configs/components/form/uploaderFile.json +0 -158
- package/src/configs/components/graphicCard.json +0 -413
- package/src/configs/components/image.json +0 -179
- package/src/configs/components/link.json +0 -79
- package/src/configs/components/listView.json +0 -281
- package/src/configs/components/lottery.json +0 -157
- package/src/configs/components/modal.json +0 -83
- package/src/configs/components/navLayout.json +0 -368
- package/src/configs/components/navigationBar.json +0 -62
- package/src/configs/components/picker/datePicker.json +0 -33
- package/src/configs/components/picker/picker.json +0 -18
- package/src/configs/components/picker/timePicker.json +0 -23
- package/src/configs/components/richtextview.json +0 -26
- package/src/configs/components/scrollVeiw.json +0 -253
- package/src/configs/components/slot.json +0 -17
- package/src/configs/components/swiper.json +0 -90
- package/src/configs/components/tabs.json +0 -121
- package/src/configs/components/text.json +0 -95
- package/src/configs/components/wedaVideo.json +0 -89
- package/src/configs/components/wxOpenApi/phone.json +0 -127
- package/src/configs/components/wxOpenApi/phoneCode.json +0 -109
- package/src/configs/components/wxOpenApi/share.json +0 -157
- package/src/configs/components/wxOpenApi/userInfo.json +0 -156
- package/src/configs/index.js +0 -111
- package/src/index.js +0 -4
- package/src/mp/README.md +0 -1
- package/src/mp/actions/showModal/index.js +0 -3
- package/src/mp/actions/showToast/index.js +0 -3
- package/src/mp/components/button/index.js +0 -91
- package/src/mp/components/button/index.json +0 -4
- package/src/mp/components/button/index.wxml +0 -22
- package/src/mp/components/button/index.wxss +0 -13
- package/src/mp/components/calendar/arrowright--line.svg +0 -11
- package/src/mp/components/calendar/index.js +0 -268
- package/src/mp/components/calendar/index.json +0 -5
- package/src/mp/components/calendar/index.wxml +0 -35
- package/src/mp/components/calendar/index.wxss +0 -179
- package/src/mp/components/carousel/index.js +0 -88
- package/src/mp/components/carousel/index.json +0 -7
- package/src/mp/components/carousel/index.wxml +0 -6
- package/src/mp/components/chart/bar/index.js +0 -257
- package/src/mp/components/chart/bar/index.json +0 -6
- package/src/mp/components/chart/bar/index.wxml +0 -3
- package/src/mp/components/chart/bar/index.wxss +0 -9
- package/src/mp/components/chart/common/config/bar.js +0 -50
- package/src/mp/components/chart/common/config/global.js +0 -16
- package/src/mp/components/chart/common/config/line.js +0 -48
- package/src/mp/components/chart/common/config/pie.js +0 -36
- package/src/mp/components/chart/common/core/eChartBar.js +0 -258
- package/src/mp/components/chart/common/core/eChartBase.js +0 -389
- package/src/mp/components/chart/common/core/eChartLine.js +0 -223
- package/src/mp/components/chart/common/core/eChartPie.js +0 -169
- package/src/mp/components/chart/common/lib/echarts.min.js +0 -18
- package/src/mp/components/chart/ec-canvas/ec-canvas.js +0 -277
- package/src/mp/components/chart/ec-canvas/ec-canvas.json +0 -4
- package/src/mp/components/chart/ec-canvas/ec-canvas.wxml +0 -4
- package/src/mp/components/chart/ec-canvas/ec-canvas.wxss +0 -4
- package/src/mp/components/chart/ec-canvas/wx-canvas.js +0 -109
- package/src/mp/components/chart/line/index.js +0 -247
- package/src/mp/components/chart/line/index.json +0 -6
- package/src/mp/components/chart/line/index.wxml +0 -3
- package/src/mp/components/chart/line/index.wxss +0 -9
- package/src/mp/components/chart/pie/index.js +0 -182
- package/src/mp/components/chart/pie/index.json +0 -6
- package/src/mp/components/chart/pie/index.wxml +0 -3
- package/src/mp/components/chart/pie/index.wxss +0 -9
- package/src/mp/components/chart/statisticsCard/index.js +0 -253
- package/src/mp/components/chart/statisticsCard/index.json +0 -4
- package/src/mp/components/chart/statisticsCard/index.wxml +0 -9
- package/src/mp/components/chart/statisticsCard/index.wxss +0 -42
- package/src/mp/components/container/index.js +0 -20
- package/src/mp/components/container/index.json +0 -4
- package/src/mp/components/container/index.wxml +0 -3
- package/src/mp/components/dataView/index.js +0 -34
- package/src/mp/components/dataView/index.json +0 -7
- package/src/mp/components/dataView/index.wxml +0 -3
- package/src/mp/components/dataView/index.wxss +0 -0
- package/src/mp/components/form/checkbox/index.js +0 -124
- package/src/mp/components/form/checkbox/index.json +0 -7
- package/src/mp/components/form/checkbox/index.wxml +0 -13
- package/src/mp/components/form/checkbox/index.wxss +0 -1
- package/src/mp/components/form/form/index.js +0 -18
- package/src/mp/components/form/form/index.json +0 -4
- package/src/mp/components/form/form/index.wxml +0 -5
- package/src/mp/components/form/form/index.wxss +0 -1
- package/src/mp/components/form/formcell/index.js +0 -54
- package/src/mp/components/form/formcell/index.json +0 -4
- package/src/mp/components/form/formcell/index.wxml +0 -11
- package/src/mp/components/form/formcell/index.wxss +0 -31
- package/src/mp/components/form/input/index.js +0 -110
- package/src/mp/components/form/input/index.json +0 -7
- package/src/mp/components/form/input/index.wxml +0 -24
- package/src/mp/components/form/input/index.wxss +0 -22
- package/src/mp/components/form/location/components/mapChoose/index.js +0 -201
- package/src/mp/components/form/location/components/mapChoose/index.json +0 -4
- package/src/mp/components/form/location/components/mapChoose/index.wxml +0 -42
- package/src/mp/components/form/location/components/mapChoose/index.wxss +0 -188
- package/src/mp/components/form/location/index.js +0 -388
- package/src/mp/components/form/location/index.json +0 -6
- package/src/mp/components/form/location/index.wxml +0 -21
- package/src/mp/components/form/location/index.wxss +0 -89
- package/src/mp/components/form/radio/index.js +0 -124
- package/src/mp/components/form/radio/index.json +0 -7
- package/src/mp/components/form/radio/index.wxml +0 -13
- package/src/mp/components/form/radio/index.wxss +0 -1
- package/src/mp/components/form/select/index.js +0 -677
- package/src/mp/components/form/select/index.json +0 -7
- package/src/mp/components/form/select/index.wxml +0 -12
- package/src/mp/components/form/select/index.wxss +0 -16
- package/src/mp/components/form/select/region/index.js +0 -107
- package/src/mp/components/form/switch/index.js +0 -75
- package/src/mp/components/form/switch/index.json +0 -7
- package/src/mp/components/form/switch/index.wxml +0 -11
- package/src/mp/components/form/switch/index.wxss +0 -1
- package/src/mp/components/form/textarea/index.js +0 -90
- package/src/mp/components/form/textarea/index.json +0 -7
- package/src/mp/components/form/textarea/index.wxml +0 -8
- package/src/mp/components/form/textarea/index.wxss +0 -10
- package/src/mp/components/form/tips/index.js +0 -41
- package/src/mp/components/form/tips/index.json +0 -4
- package/src/mp/components/form/tips/index.wxml +0 -1
- package/src/mp/components/form/tips/index.wxss +0 -1
- package/src/mp/components/form/uploader/index.js +0 -158
- package/src/mp/components/form/uploader/index.json +0 -10
- package/src/mp/components/form/uploader/index.wxml +0 -14
- package/src/mp/components/form/uploader/index.wxss +0 -36
- package/src/mp/components/form/uploader/weui-uploader.js +0 -219
- package/src/mp/components/form/uploader/weui-uploader.json +0 -7
- package/src/mp/components/form/uploader/weui-uploader.wxml +0 -45
- package/src/mp/components/form/uploader/weui-uploader.wxss +0 -1
- package/src/mp/components/form/uploaderFile/index.js +0 -313
- package/src/mp/components/form/uploaderFile/index.json +0 -9
- package/src/mp/components/form/uploaderFile/index.wxml +0 -45
- package/src/mp/components/form/uploaderFile/index.wxss +0 -105
- package/src/mp/components/graphicCard/chevron-right.svg +0 -3
- package/src/mp/components/graphicCard/index.js +0 -203
- package/src/mp/components/graphicCard/index.json +0 -4
- package/src/mp/components/graphicCard/index.wxml +0 -25
- package/src/mp/components/graphicCard/index.wxss +0 -157
- package/src/mp/components/image/index.js +0 -182
- package/src/mp/components/image/index.json +0 -7
- package/src/mp/components/image/index.wxml +0 -9
- package/src/mp/components/image/index.wxss +0 -49
- package/src/mp/components/listView/arrow-right-line.svg +0 -3
- package/src/mp/components/listView/index.js +0 -274
- package/src/mp/components/listView/index.json +0 -4
- package/src/mp/components/listView/index.wxml +0 -38
- package/src/mp/components/listView/index.wxss +0 -155
- package/src/mp/components/listView/more-line.svg +0 -3
- package/src/mp/components/lottery/index.js +0 -270
- package/src/mp/components/lottery/index.json +0 -4
- package/src/mp/components/lottery/index.wxml +0 -41
- package/src/mp/components/lottery/index.wxss +0 -323
- package/src/mp/components/modal/index.js +0 -39
- package/src/mp/components/modal/index.json +0 -4
- package/src/mp/components/modal/index.wxml +0 -1
- package/src/mp/components/navLayout/index.js +0 -120
- package/src/mp/components/navLayout/index.json +0 -7
- package/src/mp/components/navLayout/index.wxml +0 -23
- package/src/mp/components/navLayout/index.wxss +0 -1193
- package/src/mp/components/navigationBar/index.js +0 -193
- package/src/mp/components/navigationBar/index.json +0 -5
- package/src/mp/components/navigationBar/index.wxml +0 -80
- package/src/mp/components/navigationBar/index.wxss +0 -1257
- package/src/mp/components/richText/index.js +0 -67
- package/src/mp/components/richText/index.json +0 -4
- package/src/mp/components/richText/index.wxml +0 -3
- package/src/mp/components/richText/index.wxss +0 -27
- package/src/mp/components/scrollView/index.js +0 -119
- package/src/mp/components/scrollView/index.json +0 -4
- package/src/mp/components/scrollView/index.wxml +0 -38
- package/src/mp/components/slot/index.js +0 -20
- package/src/mp/components/slot/index.json +0 -4
- package/src/mp/components/slot/index.wxml +0 -3
- package/src/mp/components/swiper/index.js +0 -65
- package/src/mp/components/swiper/index.json +0 -4
- package/src/mp/components/swiper/index.wxml +0 -3
- package/src/mp/components/tabs/index.js +0 -59
- package/src/mp/components/tabs/index.json +0 -4
- package/src/mp/components/tabs/index.wxml +0 -12
- package/src/mp/components/tabs/index.wxss +0 -57
- package/src/mp/components/text/index.js +0 -40
- package/src/mp/components/text/index.json +0 -4
- package/src/mp/components/text/index.wxml +0 -1
- package/src/mp/components/text/index.wxss +0 -26
- package/src/mp/components/wedaVideo/index.js +0 -86
- package/src/mp/components/wedaVideo/index.json +0 -4
- package/src/mp/components/wedaVideo/index.wxml +0 -4
- package/src/mp/components/wedaVideo/index.wxss +0 -20
- package/src/mp/components/wxOpenApi/phone/index.js +0 -109
- package/src/mp/components/wxOpenApi/phone/index.json +0 -4
- package/src/mp/components/wxOpenApi/phone/index.wxml +0 -4
- package/src/mp/components/wxOpenApi/phone/index.wxss +0 -22
- package/src/mp/components/wxOpenApi/phoneCode/index.js +0 -89
- package/src/mp/components/wxOpenApi/phoneCode/index.json +0 -4
- package/src/mp/components/wxOpenApi/phoneCode/index.wxml +0 -4
- package/src/mp/components/wxOpenApi/phoneCode/index.wxss +0 -22
- package/src/mp/components/wxOpenApi/share/index.js +0 -117
- package/src/mp/components/wxOpenApi/share/index.json +0 -4
- package/src/mp/components/wxOpenApi/share/index.wxml +0 -4
- package/src/mp/components/wxOpenApi/share/index.wxss +0 -22
- package/src/mp/components/wxOpenApi/userInfo/index.js +0 -88
- package/src/mp/components/wxOpenApi/userInfo/index.json +0 -4
- package/src/mp/components/wxOpenApi/userInfo/index.wxml +0 -4
- package/src/mp/components/wxOpenApi/userInfo/index.wxss +0 -22
- package/src/mp/index.json +0 -52
- package/src/mp/package.json +0 -6
- package/src/mp/style/weda-ui.wxss +0 -71
- package/src/mp/utils/classnames.js +0 -39
- package/src/mp/utils/constant.js +0 -20
- package/src/mp/utils/dayjs.min.js +0 -1
- package/src/mp/utils/debounce.js +0 -133
- package/src/mp/utils/deepEqual.js +0 -42
- package/src/mp/utils/destr.js +0 -49
- package/src/mp/utils/dr_square_point.js +0 -29
- package/src/mp/utils/handleEvents.js +0 -32
- package/src/mp/utils/lodash.js +0 -2
- package/src/mp/utils/platform.js +0 -45
- package/src/mp/utils/qqmap-wx-jssdk1.2/qqmap-wx-jssdk.js +0 -1336
- package/src/mp/utils/spark-md5.js +0 -776
- package/src/mp/utils/tcb.js +0 -76
- package/src/setupTests.js +0 -14
- package/src/web/actions/index.js +0 -2
- package/src/web/actions/showModal/index.tsx +0 -118
- package/src/web/actions/showToast/index.js +0 -3
- package/src/web/components/auth/index.css +0 -0
- package/src/web/components/auth/index.js +0 -66
- package/src/web/components/button/index.css +0 -27
- package/src/web/components/button/index.tsx +0 -119
- package/src/web/components/calendar/index.css +0 -416
- package/src/web/components/calendar/index.jsx +0 -312
- package/src/web/components/calendar/util.js +0 -90
- package/src/web/components/carousel/index.css +0 -119
- package/src/web/components/carousel/index.tsx +0 -417
- package/src/web/components/chart/bar/index.tsx +0 -140
- package/src/web/components/chart/common/config/bar.js +0 -49
- package/src/web/components/chart/common/config/global.js +0 -16
- package/src/web/components/chart/common/config/line.js +0 -50
- package/src/web/components/chart/common/config/pie.js +0 -37
- package/src/web/components/chart/common/core/eChartBar.js +0 -259
- package/src/web/components/chart/common/core/eChartBase.ts +0 -396
- package/src/web/components/chart/common/core/eChartLine.js +0 -225
- package/src/web/components/chart/common/core/eChartPie.js +0 -173
- package/src/web/components/chart/common/core/type.ts +0 -34
- package/src/web/components/chart/common/echart.css +0 -106
- package/src/web/components/chart/common/echarts.ts +0 -31
- package/src/web/components/chart/common/useChart.tsx +0 -87
- package/src/web/components/chart/line/index.tsx +0 -136
- package/src/web/components/chart/pie/index.tsx +0 -99
- package/src/web/components/chart/statisticsCard/index.css +0 -63
- package/src/web/components/chart/statisticsCard/index.tsx +0 -307
- package/src/web/components/chart/statisticsCard/interface.ts +0 -14
- package/src/web/components/container/index.tsx +0 -34
- package/src/web/components/dataView/index.tsx +0 -20
- package/src/web/components/dataView/interface.ts +0 -6
- package/src/web/components/drawer/index.tsx +0 -68
- package/src/web/components/form/checkbox/index.tsx +0 -210
- package/src/web/components/form/enumSelect/MultipleSelect.jsx +0 -89
- package/src/web/components/form/enumSelect/NormalSelect.tsx +0 -92
- package/src/web/components/form/enumSelect/SelectContainer.jsx +0 -43
- package/src/web/components/form/enumSelect/index.jsx +0 -9
- package/src/web/components/form/enumSelect/props/defaultProps.js +0 -39
- package/src/web/components/form/enumSelect/props/propsTypes.js +0 -50
- package/src/web/components/form/form/index.css +0 -9
- package/src/web/components/form/form/index.tsx +0 -51
- package/src/web/components/form/formcell/index.css +0 -85
- package/src/web/components/form/formcell/index.tsx +0 -85
- package/src/web/components/form/input/index.css +0 -40
- package/src/web/components/form/input/index.tsx +0 -166
- package/src/web/components/form/location/common/mapChoose.css +0 -180
- package/src/web/components/form/location/common/mapChoose.jsx +0 -343
- package/src/web/components/form/location/common/mapView.jsx +0 -190
- package/src/web/components/form/location/common/propsConfig.js +0 -54
- package/src/web/components/form/location/common/selectModal.css +0 -44
- package/src/web/components/form/location/common/selectModal.jsx +0 -73
- package/src/web/components/form/location/common/useLocationInfo.js +0 -104
- package/src/web/components/form/location/components/LocationH5/index.css +0 -239
- package/src/web/components/form/location/components/LocationH5/location.h5.jsx +0 -413
- package/src/web/components/form/location/components/LocationPC/Header.jsx +0 -96
- package/src/web/components/form/location/components/LocationPC/index.css +0 -44
- package/src/web/components/form/location/components/LocationPC/location.PC.jsx +0 -332
- package/src/web/components/form/location/constants.js +0 -4
- package/src/web/components/form/location/index.css +0 -0
- package/src/web/components/form/location/index.jsx +0 -25
- package/src/web/components/form/radio/index.css +0 -12
- package/src/web/components/form/radio/index.tsx +0 -179
- package/src/web/components/form/renderDecorator.tsx +0 -28
- package/src/web/components/form/select/h5.tsx +0 -602
- package/src/web/components/form/select/index.css +0 -27
- package/src/web/components/form/select/index.tsx +0 -510
- package/src/web/components/form/select/region/index.ts +0 -152
- package/src/web/components/form/select/time.jsx +0 -145
- package/src/web/components/form/select/year.tsx +0 -172
- package/src/web/components/form/switch/index.tsx +0 -100
- package/src/web/components/form/textarea/index.css +0 -11
- package/src/web/components/form/textarea/index.tsx +0 -127
- package/src/web/components/form/tips/index.css +0 -4
- package/src/web/components/form/tips/index.tsx +0 -34
- package/src/web/components/form/types.d.ts +0 -12
- package/src/web/components/form/uploader/index.css +0 -118
- package/src/web/components/form/uploader/index.tsx +0 -65
- package/src/web/components/form/uploader/uploader.h5.tsx +0 -290
- package/src/web/components/form/uploader/uploader.pc.tsx +0 -287
- package/src/web/components/form/uploaderFile/fail.svg +0 -12
- package/src/web/components/form/uploaderFile/index.css +0 -422
- package/src/web/components/form/uploaderFile/index.jsx +0 -25
- package/src/web/components/form/uploaderFile/pending.svg +0 -18
- package/src/web/components/form/uploaderFile/success.svg +0 -12
- package/src/web/components/form/uploaderFile/uploadFile.h5.tsx +0 -606
- package/src/web/components/form/uploaderFile/uploadFile.pc.tsx +0 -520
- package/src/web/components/graphicCard/index.css +0 -159
- package/src/web/components/graphicCard/index.tsx +0 -310
- package/src/web/components/image/image.tsx +0 -187
- package/src/web/components/image/index.css +0 -54
- package/src/web/components/image/index.tsx +0 -121
- package/src/web/components/index.js +0 -95
- package/src/web/components/link/index.css +0 -8
- package/src/web/components/link/index.tsx +0 -119
- package/src/web/components/listView/arrow-right-line.svg +0 -3
- package/src/web/components/listView/index.css +0 -143
- package/src/web/components/listView/index.tsx +0 -346
- package/src/web/components/listView/interface.ts +0 -98
- package/src/web/components/lottery/index.css +0 -333
- package/src/web/components/lottery/index.tsx +0 -567
- package/src/web/components/lottery/lotteryUtil.ts +0 -130
- package/src/web/components/modal/index.tsx +0 -60
- package/src/web/components/navLayout/index.css +0 -332
- package/src/web/components/navLayout/index.tsx +0 -247
- package/src/web/components/navigationBar/chevron-right--double.svg +0 -3
- package/src/web/components/navigationBar/common.tsx +0 -198
- package/src/web/components/navigationBar/h5Menu.tsx +0 -179
- package/src/web/components/navigationBar/horizontalMenu.tsx +0 -200
- package/src/web/components/navigationBar/index.css +0 -762
- package/src/web/components/navigationBar/index.tsx +0 -230
- package/src/web/components/navigationBar/type.d.ts +0 -111
- package/src/web/components/navigationBar/verticalMenu.tsx +0 -81
- package/src/web/components/phone/index.css +0 -0
- package/src/web/components/phone/index.tsx +0 -22
- package/src/web/components/phoneCode/index.css +0 -0
- package/src/web/components/phoneCode/index.tsx +0 -22
- package/src/web/components/picker/datePicker.tsx +0 -48
- package/src/web/components/picker/picker.tsx +0 -59
- package/src/web/components/picker/timePicker.tsx +0 -56
- package/src/web/components/richText/const.ts +0 -3
- package/src/web/components/richText/index.css +0 -93
- package/src/web/components/richText/index.jsx +0 -473
- package/src/web/components/richTextView/index.css +0 -63
- package/src/web/components/richTextView/index.tsx +0 -63
- package/src/web/components/scrollView/index.tsx +0 -148
- package/src/web/components/share/index.css +0 -0
- package/src/web/components/share/index.tsx +0 -38
- package/src/web/components/slot/index.tsx +0 -19
- package/src/web/components/swiper/index.css +0 -106
- package/src/web/components/swiper/index.tsx +0 -291
- package/src/web/components/tabs/index.css +0 -64
- package/src/web/components/tabs/index.tsx +0 -35
- package/src/web/components/tabs/tabs.h5.tsx +0 -84
- package/src/web/components/tabs/tabs.pc.tsx +0 -74
- package/src/web/components/text/index.css +0 -26
- package/src/web/components/text/index.tsx +0 -60
- package/src/web/components/uploaderFileView/index.css +0 -11
- package/src/web/components/uploaderFileView/index.jsx +0 -84
- package/src/web/components/uploaderView/index.css +0 -31
- package/src/web/components/uploaderView/index.tsx +0 -92
- package/src/web/components/userInfo/index.css +0 -0
- package/src/web/components/userInfo/index.tsx +0 -30
- package/src/web/components/wedaVideo/index.css +0 -42
- package/src/web/components/wedaVideo/index.tsx +0 -208
- package/src/web/index.js +0 -4
- package/src/web/types.d.ts +0 -21
- package/src/web/utils/classnames.js +0 -39
- package/src/web/utils/constant.ts +0 -23
- package/src/web/utils/debounce.js +0 -98
- package/src/web/utils/events.js +0 -2
- package/src/web/utils/getLocalCounter.js +0 -5
- package/src/web/utils/isObjectEqual.js +0 -15
- package/src/web/utils/loading-fallback.tsx +0 -2
- package/src/web/utils/lodash.ts +0 -2
- package/src/web/utils/platform.js +0 -156
- package/src/web/utils/tcb.js +0 -86
- package/src/web/utils/tmap.js +0 -4
- package/src/web/utils/useSetState.ts +0 -18
- package/src/web/utils/useSyncValue.ts +0 -17
- package/src/web/utils/weui.js +0 -3
- package/src/web/weda-ui.css +0 -86
|
@@ -1,762 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--weda-navigation-menu-hover-color: #f3f3f3;
|
|
3
|
-
--weda-navigation-menu-selected-color: #eaeaea;
|
|
4
|
-
--weda-navigation-menu-background-color: #fff;
|
|
5
|
-
}
|
|
6
|
-
/** PC 端左侧菜单 start*/
|
|
7
|
-
.weda-menu {
|
|
8
|
-
display: inline-block;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.weda-menu .weda-menu__wrapper {
|
|
12
|
-
box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.05);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.weda-menu .weda-menu__wrapper .weda-menu__menu-content {
|
|
16
|
-
width: 232px;
|
|
17
|
-
border-right: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.weda-menu
|
|
21
|
-
.wedatea2td-menu--light
|
|
22
|
-
.wedatea2td-menu__fold:hover
|
|
23
|
-
.wedatea2td-menu__fold-icon,
|
|
24
|
-
.weda-menu
|
|
25
|
-
.wedatea2td-menu--light
|
|
26
|
-
.wedatea2td-menu__list
|
|
27
|
-
li.wedatea2td-menu__submenu.is-expanded:hover,
|
|
28
|
-
.weda-menu
|
|
29
|
-
.wedatea2td-menu--light
|
|
30
|
-
.wedatea2td-menu__list
|
|
31
|
-
li.wedatea2td-menu__submenu.is-expanded
|
|
32
|
-
> .wedatea2td-menu__item,
|
|
33
|
-
.weda-menu .wedatea2td-menu--light .wedatea2td-menu__submenu.is-expanded {
|
|
34
|
-
background-color: transparent;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.weda-menu
|
|
38
|
-
.weda-menu__wrapper
|
|
39
|
-
.weda-menu__menu-content
|
|
40
|
-
.wedatea2td-menu__title {
|
|
41
|
-
width: 100%;
|
|
42
|
-
display: flex;
|
|
43
|
-
padding: 20px;
|
|
44
|
-
height: auto;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.weda-menu
|
|
48
|
-
.weda-menu__wrapper
|
|
49
|
-
.weda-menu__menu-content
|
|
50
|
-
.wedatea2td-menu__title
|
|
51
|
-
.wedatea2td-menu__title-icon {
|
|
52
|
-
display: block;
|
|
53
|
-
width: 2.28571em;
|
|
54
|
-
height: 2.28571em;
|
|
55
|
-
margin-right: 12px;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.weda-menu
|
|
59
|
-
.weda-menu__wrapper
|
|
60
|
-
.weda-menu__menu-content
|
|
61
|
-
.wedatea2td-menu__title
|
|
62
|
-
.wedatea2td-h2 {
|
|
63
|
-
font-size: 1.1428571em;
|
|
64
|
-
line-height: 1.28571em;
|
|
65
|
-
color: #000000;
|
|
66
|
-
margin-top: 0;
|
|
67
|
-
font-weight: normal;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.weda-menu .weda-menu__wrapper .weda-menu__menu-content .wedatea2td-menu__body {
|
|
71
|
-
width: 100%;
|
|
72
|
-
padding: 0 8px 30px 8px;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.weda-menu
|
|
76
|
-
.weda-menu__menu-content
|
|
77
|
-
.wedatea2td-menu__body
|
|
78
|
-
.wedatea2td-menu__item {
|
|
79
|
-
padding: 7px 0 7px 12px;
|
|
80
|
-
align-items: center;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.weda-menu
|
|
84
|
-
.weda-menu__menu-content
|
|
85
|
-
.wedatea2td-menu__body
|
|
86
|
-
.wedatea2td-menu__item
|
|
87
|
-
.wedatea2td-menu__list-icon {
|
|
88
|
-
width: 1.42857em;
|
|
89
|
-
height: 1.42857em;
|
|
90
|
-
margin-top: 0;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.weda-menu
|
|
94
|
-
.weda-menu__menu-content
|
|
95
|
-
.wedatea2td-menu__body
|
|
96
|
-
.wedatea2td-menu__item
|
|
97
|
-
.wedatea2td-menu__text {
|
|
98
|
-
font-weight: normal;
|
|
99
|
-
font-size: 1em;
|
|
100
|
-
line-height: 1.5714em;
|
|
101
|
-
color: rgba(0, 0, 0, 0.9);
|
|
102
|
-
padding: 0;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.weda-menu .weda-menu__menu-content .wedatea2td-icon-arrowdown,
|
|
106
|
-
.weda-menu
|
|
107
|
-
.weda-menu__menu-content
|
|
108
|
-
.wedatea2td-menu__submenu.is-expanded
|
|
109
|
-
.wedatea2td-icon-arrowdown {
|
|
110
|
-
background-image: url('https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/4d3251a2-2fcd-4810-99a6-c8f69a258e09.svg');
|
|
111
|
-
}
|
|
112
|
-
.weda-menu
|
|
113
|
-
.weda-menu__menu-content
|
|
114
|
-
.wedatea2td-menu__body
|
|
115
|
-
.wedatea2td-menu__submenu
|
|
116
|
-
.wedatea2td-menu__list {
|
|
117
|
-
padding: 0;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.weda-menu
|
|
121
|
-
.weda-menu__menu-content
|
|
122
|
-
.wedatea2td-menu__body
|
|
123
|
-
.wedatea2td-menu__submenu
|
|
124
|
-
.wedatea2td-menu__item::before {
|
|
125
|
-
display: none;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.weda-menu
|
|
129
|
-
.weda-menu__menu-content
|
|
130
|
-
.wedatea2td-menu__body
|
|
131
|
-
.wedatea2td-menu__list
|
|
132
|
-
.is-selected
|
|
133
|
-
.wedatea2td-menu__item {
|
|
134
|
-
background: var(--weda-navigation-menu-selected-color);
|
|
135
|
-
border-radius: 3px;
|
|
136
|
-
}
|
|
137
|
-
.wedatea2td-drawer
|
|
138
|
-
.wedatea2td-menu--light
|
|
139
|
-
.wedatea2td-menu__list
|
|
140
|
-
.is-selected
|
|
141
|
-
.wedatea2td-menu__item {
|
|
142
|
-
background: var(--weda-navigation-menu-selected-color);
|
|
143
|
-
}
|
|
144
|
-
.weda-menu
|
|
145
|
-
.wedatea2td-menu--light
|
|
146
|
-
.wedatea2td-menu__list
|
|
147
|
-
li
|
|
148
|
-
.wedatea2td-menu__item:hover {
|
|
149
|
-
background-color: var(--weda-navigation-menu-hover-color);
|
|
150
|
-
border-radius: 3px;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.weda-menu
|
|
154
|
-
.wedatea2td-menu--light
|
|
155
|
-
.wedatea2td-menu__list
|
|
156
|
-
li.is-selected
|
|
157
|
-
> .wedatea2td-menu__item:hover {
|
|
158
|
-
background-color: var(--weda-navigation-menu-hover-color);
|
|
159
|
-
}
|
|
160
|
-
.wedatea2td-drawer
|
|
161
|
-
.wedatea2td-menu--light
|
|
162
|
-
.wedatea2td-menu__list
|
|
163
|
-
li
|
|
164
|
-
.wedatea2td-menu__item:hover {
|
|
165
|
-
background-color: var(--weda-navigation-menu-hover-color);
|
|
166
|
-
}
|
|
167
|
-
.weda-menu
|
|
168
|
-
.weda-menu__menu-content
|
|
169
|
-
.wedatea2td-menu__body
|
|
170
|
-
.wedatea2td-menu__submenu
|
|
171
|
-
.wedatea2td-menu__list
|
|
172
|
-
.wedatea2td-menu__item {
|
|
173
|
-
padding-left: 40px;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.weda-menu
|
|
177
|
-
.weda-menu__menu-content
|
|
178
|
-
.wedatea2td-menu__body
|
|
179
|
-
.weda-menu__submenu
|
|
180
|
-
.wedatea2td-menu__list
|
|
181
|
-
.wedatea2td-menu__item {
|
|
182
|
-
padding-left: 56px;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.weda-menu
|
|
186
|
-
.weda-menu__menu-content
|
|
187
|
-
.wedatea2td-menu__submenu
|
|
188
|
-
.wedatea2td-menu__list
|
|
189
|
-
.wedatea2td-menu__item
|
|
190
|
-
.wedatea2td-menu__text,
|
|
191
|
-
.weda-menu
|
|
192
|
-
.weda-menu__menu-content
|
|
193
|
-
.wedatea2td-menu__submenu
|
|
194
|
-
.weda-menu__submenu
|
|
195
|
-
.wedatea2td-menu__list
|
|
196
|
-
.wedatea2td-menu__item
|
|
197
|
-
.wedatea2td-menu__text {
|
|
198
|
-
color: rgba(0, 0, 0, 0.6);
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.weda-menu
|
|
202
|
-
.weda-menu__menu-content
|
|
203
|
-
.wedatea2td-menu__submenu
|
|
204
|
-
.weda-menu__submenu
|
|
205
|
-
.wedatea2td-menu__item
|
|
206
|
-
.wedatea2td-menu__text {
|
|
207
|
-
color: rgba(0, 0, 0, 0.9);
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.weda-menu
|
|
211
|
-
.wedatea2td-menu
|
|
212
|
-
.wedatea2td-menu__body
|
|
213
|
-
.wedatea2td-menu__submenu
|
|
214
|
-
.wedatea2td-menu__list
|
|
215
|
-
.is-selected
|
|
216
|
-
.wedatea2td-menu__item
|
|
217
|
-
.wedatea2td-menu__text,
|
|
218
|
-
.weda-menu
|
|
219
|
-
.wedatea2td-menu
|
|
220
|
-
.wedatea2td-menu__body
|
|
221
|
-
.is-selected
|
|
222
|
-
.wedatea2td-menu__item
|
|
223
|
-
.wedatea2td-menu__text {
|
|
224
|
-
font-weight: normal;
|
|
225
|
-
color: rgba(0, 0, 0, 0.9);
|
|
226
|
-
}
|
|
227
|
-
.weda-menu .wedatea2td-menu__submenu.is-expanded .wedatea2td-menu__list {
|
|
228
|
-
display: none;
|
|
229
|
-
}
|
|
230
|
-
.weda-menu__drawer
|
|
231
|
-
.wedatea2td-menu__submenu.is-expanded
|
|
232
|
-
.wedatea2td-menu__list {
|
|
233
|
-
display: none;
|
|
234
|
-
}
|
|
235
|
-
.weda-menu__drawer .wedatea2td-menu__submenu .wedatea2td-menu__list {
|
|
236
|
-
display: none;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.weda-menu .weda-menu__submenu .wedatea2td-menu__list {
|
|
240
|
-
display: none;
|
|
241
|
-
}
|
|
242
|
-
.weda-menu__drawer
|
|
243
|
-
.wedatea2td-menu__submenu.is-expanded
|
|
244
|
-
.wedatea2td-icon-arrowdown {
|
|
245
|
-
transform: none;
|
|
246
|
-
}
|
|
247
|
-
.weda-menu .wedatea2td-menu__submenu.is-expanded .wedatea2td-icon-arrowdown {
|
|
248
|
-
transform: none;
|
|
249
|
-
}
|
|
250
|
-
.weda-menu__drawer
|
|
251
|
-
.wedatea2td-menu__submenu.is-expanded
|
|
252
|
-
> .wedatea2td-menu__item
|
|
253
|
-
.wedatea2td-icon-arrowdown {
|
|
254
|
-
transform: scaleY(-1);
|
|
255
|
-
}
|
|
256
|
-
.weda-menu
|
|
257
|
-
.wedatea2td-menu__submenu.is-expanded
|
|
258
|
-
> .wedatea2td-menu__item
|
|
259
|
-
.wedatea2td-icon-arrowdown {
|
|
260
|
-
transform: scaleY(-1);
|
|
261
|
-
}
|
|
262
|
-
.weda-menu .wedatea2td-menu__submenu.is-expanded > .wedatea2td-menu__list {
|
|
263
|
-
display: block;
|
|
264
|
-
}
|
|
265
|
-
.weda-menu__drawer
|
|
266
|
-
.wedatea2td-menu__submenu.is-expanded
|
|
267
|
-
> .wedatea2td-menu__list {
|
|
268
|
-
display: block;
|
|
269
|
-
}
|
|
270
|
-
/** PC 端左侧菜单 end*/
|
|
271
|
-
/** PC 端顶部导航菜单 start*/
|
|
272
|
-
.weda-menu-horizontal {
|
|
273
|
-
display: block;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.weda-menu-horizontal .weda-menu__nav {
|
|
277
|
-
background: #ffffff;
|
|
278
|
-
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
|
|
279
|
-
height: 64px;
|
|
280
|
-
padding: 0 16px 0 16px;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-logo {
|
|
284
|
-
padding: 0;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.weda-menu-horizontal
|
|
288
|
-
.weda-menu__nav
|
|
289
|
-
.weda-menu__nav-logo
|
|
290
|
-
.weda-menu__nav-logo--img {
|
|
291
|
-
width: 100%;
|
|
292
|
-
height: 100%;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-logo::before {
|
|
296
|
-
display: none;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-title .weda-menu__title {
|
|
300
|
-
font-weight: normal;
|
|
301
|
-
font-size: 1.14285em;
|
|
302
|
-
line-height: 18px;
|
|
303
|
-
color: #000000;
|
|
304
|
-
margin-left: 12px;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.weda-menu-horizontal .weda-menu__nav .wedatea2td-nav__flex-end {
|
|
308
|
-
margin-left: 20px;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-wrap {
|
|
312
|
-
position: relative;
|
|
313
|
-
height: 100%;
|
|
314
|
-
display: flex;
|
|
315
|
-
align-items: center;
|
|
316
|
-
width: calc(100vw - 300px);
|
|
317
|
-
margin: 0 40px;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-shadow {
|
|
321
|
-
position: absolute;
|
|
322
|
-
height: 100%;
|
|
323
|
-
right: -36px;
|
|
324
|
-
width: 36px;
|
|
325
|
-
background: unset;
|
|
326
|
-
cursor: pointer;
|
|
327
|
-
}
|
|
328
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-shadow.leftButton {
|
|
329
|
-
left: -12px;
|
|
330
|
-
}
|
|
331
|
-
.weda-menu-horizontal
|
|
332
|
-
.weda-menu__nav
|
|
333
|
-
.weda-menu__nav-shadow.leftButton
|
|
334
|
-
.weda-menu__shadow--icon {
|
|
335
|
-
transform: rotate(180deg);
|
|
336
|
-
}
|
|
337
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__shadow {
|
|
338
|
-
position: absolute;
|
|
339
|
-
width: 31px;
|
|
340
|
-
height: 52px;
|
|
341
|
-
left: 0;
|
|
342
|
-
top: 6px;
|
|
343
|
-
background: radial-gradient(
|
|
344
|
-
50% 50% at 50% 50%,
|
|
345
|
-
rgba(0, 0, 0, 0.05) 0%,
|
|
346
|
-
rgba(0, 0, 0, 0) 100%
|
|
347
|
-
);
|
|
348
|
-
}
|
|
349
|
-
.weda-menu-horizontal .weda-menu__nav .leftButton .weda-menu__shadow--white {
|
|
350
|
-
left: 14px;
|
|
351
|
-
}
|
|
352
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__shadow--white {
|
|
353
|
-
position: absolute;
|
|
354
|
-
width: 17px;
|
|
355
|
-
left: 14px;
|
|
356
|
-
height: 100%;
|
|
357
|
-
background-color: unset;
|
|
358
|
-
}
|
|
359
|
-
.weda-menu-horizontal .weda-menu__nav .leftButton .weda-menu__shadow--icon {
|
|
360
|
-
left: -4px;
|
|
361
|
-
}
|
|
362
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__shadow--icon {
|
|
363
|
-
position: absolute;
|
|
364
|
-
background-image: url('./chevron-right--double.svg');
|
|
365
|
-
width: 16px;
|
|
366
|
-
height: 16px;
|
|
367
|
-
right: 0;
|
|
368
|
-
top: calc((100% - 16px) / 2);
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-content {
|
|
372
|
-
display: flex;
|
|
373
|
-
flex-direction: row;
|
|
374
|
-
align-items: center;
|
|
375
|
-
}
|
|
376
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-content.box {
|
|
377
|
-
overflow: hidden;
|
|
378
|
-
}
|
|
379
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-item {
|
|
380
|
-
margin: 0 4px;
|
|
381
|
-
padding: 7px 12px;
|
|
382
|
-
height: 40px;
|
|
383
|
-
display: flex;
|
|
384
|
-
align-items: center;
|
|
385
|
-
cursor: pointer;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__nav-item:hover,
|
|
389
|
-
.weda-menu-horizontal .weda-menu__nav .weda-menu__item-open {
|
|
390
|
-
background-color: var(--weda-navigation-menu-selected-color);
|
|
391
|
-
border-radius: 3px;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.weda-menu-horizontal .weda-menu__nav-item .weda-menu__item-icon {
|
|
395
|
-
width: 20px;
|
|
396
|
-
height: 20px;
|
|
397
|
-
margin-right: 4px;
|
|
398
|
-
}
|
|
399
|
-
.weda-menu-horizontal .weda-menu__item-val.wedatea2td-nav__dropdown {
|
|
400
|
-
height: auto;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.weda-menu-horizontal .weda-menu__item-val .wedatea2td-dropdown {
|
|
404
|
-
padding: 0;
|
|
405
|
-
}
|
|
406
|
-
.weda-menu-horizontal .wedatea2td-dropdown__header.wedatea2td-dropdown-default {
|
|
407
|
-
padding: 0 23px 0 0;
|
|
408
|
-
height: auto;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.weda-menu-horizontal .wedatea2td-dropdown .wedatea2td-dropdown__value {
|
|
412
|
-
font-weight: 400;
|
|
413
|
-
font-size: 1em;
|
|
414
|
-
line-height: 1.5714em;
|
|
415
|
-
color: #000000;
|
|
416
|
-
white-space: nowrap;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
.weda-menu-horizontal
|
|
420
|
-
.wedatea2td-dropdown__header.wedatea2td-dropdown-default
|
|
421
|
-
.wedatea2td-icon,
|
|
422
|
-
.weda-menu-horizontal
|
|
423
|
-
.wedatea2td-nav__dropdown
|
|
424
|
-
.wedatea2td-dropdown__header:hover
|
|
425
|
-
.wedatea2td-icon-arrowdown {
|
|
426
|
-
right: 0;
|
|
427
|
-
top: calc((100% - 16px) / 2);
|
|
428
|
-
background-image: url('https://imgcache.qq.com/qcloud/tcloud_dtc/static/static_source_business/4d3251a2-2fcd-4810-99a6-c8f69a258e09.svg');
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.weda-menu-horizontal .weda-menu__item-val.wedatea2td-nav__service span {
|
|
432
|
-
white-space: nowrap;
|
|
433
|
-
}
|
|
434
|
-
.weda-menu-horizontal .weda-menu__nav-item .weda-menu__item-val a,
|
|
435
|
-
.weda-menu-horizontal
|
|
436
|
-
.weda-menu__nav-item
|
|
437
|
-
.weda-menu__dropdown
|
|
438
|
-
.wedatea2td-dropdown__value {
|
|
439
|
-
font-weight: normal;
|
|
440
|
-
font-size: 1em;
|
|
441
|
-
line-height: 1.5714em;
|
|
442
|
-
color: #000000;
|
|
443
|
-
padding: 0;
|
|
444
|
-
white-space: nowrap;
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
.weda-menu-horizontal
|
|
448
|
-
.weda-menu__nav-item
|
|
449
|
-
.weda-menu__dropdown
|
|
450
|
-
.wedatea2td-dropdown__header {
|
|
451
|
-
padding-left: 0;
|
|
452
|
-
padding-right: 23px;
|
|
453
|
-
height: 21.5714em;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
.weda-menu-horizontal
|
|
457
|
-
.weda-menu__nav-item
|
|
458
|
-
.weda-menu__dropdown
|
|
459
|
-
.wedatea2td-dropdown__header.wedatea2td-dropdown__header:hover {
|
|
460
|
-
background-color: transparent;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
.weda-menu-horizontal
|
|
464
|
-
.weda-menu__nav-item
|
|
465
|
-
.weda-menu__dropdown
|
|
466
|
-
.wedatea2td-icon {
|
|
467
|
-
right: 0;
|
|
468
|
-
top: calc((100% - 16px) / 2);
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.weda-menu__nav-content::-webkit-scrollbar {
|
|
472
|
-
display: none;
|
|
473
|
-
scrollbar-width: none;
|
|
474
|
-
-ms-overflow-style: none;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
/* 横向导航栏dropdown */
|
|
478
|
-
.weda-menu__dropdown .wedatea2td-dropdown-box {
|
|
479
|
-
padding: 0;
|
|
480
|
-
min-width: 200px;
|
|
481
|
-
background-color: var(--weda-navigation-menu-background-color);
|
|
482
|
-
}
|
|
483
|
-
.weda-menu__dropdown
|
|
484
|
-
.wedatea2td-dropdown-box
|
|
485
|
-
.wedatea2td-list--option
|
|
486
|
-
> li.is-selected {
|
|
487
|
-
background: var(--weda-navigation-menu-selected-color);
|
|
488
|
-
}
|
|
489
|
-
.weda-menu__dropdown .weda-menu__dropdown-menu-list {
|
|
490
|
-
background: #ffffff;
|
|
491
|
-
border-radius: 3px;
|
|
492
|
-
padding: 8px;
|
|
493
|
-
border: 0.5px solid var(--weda-navigation-menu-background-color);
|
|
494
|
-
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.wedatea2td-nav__dropdown-box
|
|
498
|
-
.weda-menu__dropdown-menu-list.wedatea2td-list--option
|
|
499
|
-
> li {
|
|
500
|
-
display: flex;
|
|
501
|
-
align-items: center;
|
|
502
|
-
}
|
|
503
|
-
.weda-menu__dropdown .weda-menu__dropdown-list-item:hover,
|
|
504
|
-
.weda-menu__dropdown .wedatea2td-list__submenu:hover {
|
|
505
|
-
background: var(--weda-navigation-menu-hover-color);
|
|
506
|
-
border-radius: 3px;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
.weda-menu__dropdown .weda-menu__dropdown-list-item,
|
|
510
|
-
.weda-menu__dropdown .wedatea2td-list__submenu {
|
|
511
|
-
padding: 9px 32px 9px 16px;
|
|
512
|
-
}
|
|
513
|
-
|
|
514
|
-
.weda-menu__dropdown-menu-list .weda-menu__dropdown-list-item {
|
|
515
|
-
margin-bottom: 4px;
|
|
516
|
-
color: rgba(0, 0, 0, 0.9);
|
|
517
|
-
font-weight: 400;
|
|
518
|
-
font-size: 1em;
|
|
519
|
-
line-height: 1.5714em;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.weda-menu__dropdown-menu-list .weda-menu__dropdown-list-item:last-child {
|
|
523
|
-
margin-bottom: 0;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
.weda-menu__dropdown .weda-menu__dropdown-list-item::after,
|
|
527
|
-
.weda-menu__dropdown .wedatea2td-list__submenu::after {
|
|
528
|
-
right: 24px;
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
/** PC 端顶部导航菜单 end*/
|
|
532
|
-
|
|
533
|
-
/** mobile 端顶部导航菜单 start*/
|
|
534
|
-
.weda-menu-mobile {
|
|
535
|
-
display: block;
|
|
536
|
-
position: relative;
|
|
537
|
-
z-index: 100;
|
|
538
|
-
width: 100%;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
.weda-menu-mobile .weda-menu__wrapper {
|
|
542
|
-
display: flex;
|
|
543
|
-
align-items: center;
|
|
544
|
-
justify-content: space-between;
|
|
545
|
-
padding: 0 20px 0 16px;
|
|
546
|
-
height: 4.5714em;
|
|
547
|
-
background-color: #fff;
|
|
548
|
-
position: relative;
|
|
549
|
-
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
.weda-menu-mobile .weda-menu__bar-main {
|
|
553
|
-
flex: 1;
|
|
554
|
-
display: flex;
|
|
555
|
-
align-items: center;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
.weda-menu-mobile .weda-menu__bar-main .weda-menu__main-logo {
|
|
559
|
-
font-weight: normal;
|
|
560
|
-
font-size: 1.28571em;
|
|
561
|
-
line-height: 1.28571em;
|
|
562
|
-
color: #000000;
|
|
563
|
-
text-decoration: none;
|
|
564
|
-
display: flex;
|
|
565
|
-
align-items: center;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.weda-menu-mobile .weda-menu__bar-main .weda-menu__main-icon {
|
|
569
|
-
width: 2.2857em;
|
|
570
|
-
height: 2.2857em;
|
|
571
|
-
margin-right: 12px;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.weda-menu-mobile .weda-menu__bar-extra {
|
|
575
|
-
display: flex;
|
|
576
|
-
align-items: center;
|
|
577
|
-
cursor: pointer;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.weda-menu-mobile .weda-menu__bar-extra .weda-menu__bar-btn,
|
|
581
|
-
.weda-menu-mobile .weda-menu__bar-extra .weda-menu__bar-btn--close {
|
|
582
|
-
width: 1.71428em;
|
|
583
|
-
height: 1.71428em;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
.weda-menu__drawer {
|
|
587
|
-
top: 0 !important;
|
|
588
|
-
width: 100% !important;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.weda-menu__drawer .wedatea2td-drawer__header {
|
|
592
|
-
display: none;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
.weda-menu__drawer .wedatea2td-drawer__body {
|
|
596
|
-
padding: 0;
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.weda-menu__drawer .weda-menu__drawer-menu,
|
|
600
|
-
.weda-menu__drawer .weda-menu__drawer-menu .wedatea2td-menu__body {
|
|
601
|
-
width: 100%;
|
|
602
|
-
border: none;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.weda-menu__drawer
|
|
606
|
-
.wedatea2td-menu--light
|
|
607
|
-
.wedatea2td-menu__fold:hover
|
|
608
|
-
.wedatea2td-menu__fold-icon,
|
|
609
|
-
.weda-menu__drawer
|
|
610
|
-
.wedatea2td-menu--light
|
|
611
|
-
.wedatea2td-menu__list
|
|
612
|
-
li.wedatea2td-menu__submenu.is-expanded:hover,
|
|
613
|
-
.weda-menu__drawer
|
|
614
|
-
.wedatea2td-menu--light
|
|
615
|
-
.wedatea2td-menu__list
|
|
616
|
-
li.wedatea2td-menu__submenu.is-expanded
|
|
617
|
-
> .wedatea2td-menu__item,
|
|
618
|
-
.weda-menu__drawer
|
|
619
|
-
.wedatea2td-menu--light
|
|
620
|
-
.wedatea2td-menu__submenu.is-expanded {
|
|
621
|
-
background-color: transparent;
|
|
622
|
-
}
|
|
623
|
-
.weda-menu__drawer .weda-menu__drawer-menu .wedatea2td-menu__item {
|
|
624
|
-
padding: 14px 16px 16px 16px;
|
|
625
|
-
border-bottom: 1px solid;
|
|
626
|
-
border-color: rgba(160, 160, 160, 0.2);
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
.weda-menu__drawer .weda-menu__drawer-menu .wedatea2td-menu__list {
|
|
630
|
-
padding-bottom: 0;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
.weda-menu__drawer .weda-menu__drawer-menu .wedatea2td-menu__item::before {
|
|
634
|
-
display: none;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
.weda-menu__drawer
|
|
638
|
-
.weda-menu__drawer-menu
|
|
639
|
-
.wedatea2td-menu__submenu
|
|
640
|
-
.wedatea2td-menu__list
|
|
641
|
-
.wedatea2td-menu__item {
|
|
642
|
-
padding-left: 50px;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
.weda-menu__drawer
|
|
646
|
-
.weda-menu__drawer-menu
|
|
647
|
-
.weda-menu__submenu
|
|
648
|
-
.wedatea2td-menu__list
|
|
649
|
-
.wedatea2td-menu__item {
|
|
650
|
-
padding-left: 70px;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
.weda-menu__drawer .weda-menu__drawer-menu .wedatea2td-menu__list-icon {
|
|
654
|
-
width: 20px;
|
|
655
|
-
height: 20px;
|
|
656
|
-
margin-right: 4px;
|
|
657
|
-
margin-top: 0;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
.weda-menu__drawer
|
|
661
|
-
.wedatea2td-menu__submenu
|
|
662
|
-
.wedatea2td-menu__list
|
|
663
|
-
.wedatea2td-menu__item:before {
|
|
664
|
-
display: none;
|
|
665
|
-
}
|
|
666
|
-
.weda-menu__drawer .weda-menu__drawer-menu .wedatea2td-menu__text,
|
|
667
|
-
.weda-menu__drawer .weda-menu__drawer-menu .wedatea2td-menu__submenu,
|
|
668
|
-
.wedatea2td-menu__item .wedatea2td-menu__text,
|
|
669
|
-
.weda-menu__drawer
|
|
670
|
-
.wedatea2td-menu--light
|
|
671
|
-
.wedatea2td-menu__submenu.is-expanded
|
|
672
|
-
> .wedatea2td-menu__item
|
|
673
|
-
> .wedatea2td-menu__text,
|
|
674
|
-
.weda-menu__drawer
|
|
675
|
-
.wedatea2td-menu--light
|
|
676
|
-
.wedatea2td-menu__submenu
|
|
677
|
-
.wedatea2td-menu__list
|
|
678
|
-
.wedatea2td-menu__text {
|
|
679
|
-
font-size: 1.14285em;
|
|
680
|
-
line-height: 1.142857em;
|
|
681
|
-
color: rgba(0, 0, 0, 0.9);
|
|
682
|
-
padding: 0;
|
|
683
|
-
max-width: 100%;
|
|
684
|
-
font-weight: normal;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
.weda-menu__drawer
|
|
688
|
-
.weda-menu__drawer-menu
|
|
689
|
-
.wedatea2td-menu__submenu
|
|
690
|
-
.wedatea2td-menu__list
|
|
691
|
-
.wedatea2td-menu__text {
|
|
692
|
-
font-weight: normal;
|
|
693
|
-
}
|
|
694
|
-
.weda-menu__drawer .wedatea2td-menu .wedatea2td-icon-arrowdown {
|
|
695
|
-
top: 15px;
|
|
696
|
-
}
|
|
697
|
-
/** mobile 端顶部导航菜单 end*/
|
|
698
|
-
|
|
699
|
-
.wedatea2td-menu__title .weda-menu__main-icon {
|
|
700
|
-
margin-right: 10px;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.weda-menu .menu-solt {
|
|
704
|
-
flex: 1;
|
|
705
|
-
}
|
|
706
|
-
.weda-menu .menu-solt ._wa-comp-slot-wrapper {
|
|
707
|
-
height: 100%;
|
|
708
|
-
}
|
|
709
|
-
|
|
710
|
-
.wedatea2td-drawer {
|
|
711
|
-
z-index: 1000;
|
|
712
|
-
}
|
|
713
|
-
.weda-menu {
|
|
714
|
-
overflow-y: auto;
|
|
715
|
-
}
|
|
716
|
-
.weda-menu .menu-solt {
|
|
717
|
-
overflow-y: auto;
|
|
718
|
-
}
|
|
719
|
-
.weda-menu__fonticon.lcap-icon,
|
|
720
|
-
.weda-menu__fonticon.t-icon {
|
|
721
|
-
margin: 0 4px 0 0;
|
|
722
|
-
font-size: 1em;
|
|
723
|
-
}
|
|
724
|
-
.weda-menu__fonticon.lcap-icon:hover {
|
|
725
|
-
background-color: unset;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
.weda-menu .wedatea2td-menu__text .menu-text {
|
|
729
|
-
display: flex;
|
|
730
|
-
justify-content: center;
|
|
731
|
-
align-items: center;
|
|
732
|
-
}
|
|
733
|
-
.weda-menu__drawer .wedatea2td-menu__text .menu-text {
|
|
734
|
-
display: flex;
|
|
735
|
-
justify-content: center;
|
|
736
|
-
align-items: center;
|
|
737
|
-
}
|
|
738
|
-
.weda-menu-mobile .weda-menu__wrapper .weda-menu__bar-main {
|
|
739
|
-
height: 64px;
|
|
740
|
-
}
|
|
741
|
-
.weda-menu__wrapper {
|
|
742
|
-
z-index: 1000;
|
|
743
|
-
}
|
|
744
|
-
.weda-menu-mobile .weda-menu__wrapper {
|
|
745
|
-
width: 100%;
|
|
746
|
-
z-index: 1000;
|
|
747
|
-
}
|
|
748
|
-
.wedatea2td-drawer.weda-menu__drawer {
|
|
749
|
-
z-index: 1000;
|
|
750
|
-
background-color: var(--weda-navigation-menu-background-color);
|
|
751
|
-
}
|
|
752
|
-
.weda-menu__drawer .wedatea2td-menu--light.wedatea2td-menu {
|
|
753
|
-
width: 100%;
|
|
754
|
-
}
|
|
755
|
-
.weda-menu__wrapper
|
|
756
|
-
.wedatea2td-dropdown__header.wedatea2td-dropdown-default:hover {
|
|
757
|
-
background-color: unset;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
.weda-menu {
|
|
761
|
-
font-family: -apple-system-font, 'Helvetica Neue', sans-serif;
|
|
762
|
-
}
|