@zgfe/business-lib 1.2.70-hxd.9 → 1.2.71-hxd.5
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/README.md +12 -12
- package/config.js +41 -41
- package/es/AUMFormulaTarget/components/formula/index.js +16 -14
- package/es/AUMFormulaTarget/components/formula/index.less +86 -86
- package/es/AUMFormulaTarget/components/formula/util.js +6 -6
- package/es/AUMFormulaTarget/components/formulaItem/index.js +23 -23
- package/es/AUMFormulaTarget/components/panel/cdpCshCondition.js +52 -52
- package/es/AUMFormulaTarget/components/panel/index.js +30 -30
- package/es/AUMFormulaTarget/components/panel/index.less +269 -269
- package/es/AUMFormulaTarget/components/panel/item.js +22 -22
- package/es/AUMFormulaTarget/components/symbol/index.js +5 -5
- package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
- package/es/AUMFormulaTarget/demo/group.js +13 -13
- package/es/AUMFormulaTarget/demo/index.js +1 -1
- package/es/AUMFormulaTarget/index.d.ts +4 -1
- package/es/AUMFormulaTarget/index.js +11 -11
- package/es/AUMFormulaTarget/styles/index.less +74 -74
- package/es/addToPanel/components/addPanel.js +5 -5
- package/es/addToPanel/components/numberChart.js +5 -5
- package/es/addToPanel/components/radioGroup.d.ts +4 -1
- package/es/addToPanel/components/styleList.d.ts +4 -1
- package/es/addToPanel/components/styleList.js +5 -5
- package/es/addToPanel/components/wholeChart.js +5 -5
- package/es/addToPanel/demo/edit.js +7 -7
- package/es/addToPanel/demo/index.js +7 -7
- package/es/addToPanel/index.d.ts +4 -1
- package/es/addToPanel/index.js +22 -22
- package/es/addToPanel/styles/addPanel.less +25 -25
- package/es/addToPanel/styles/index.less +17 -17
- package/es/addToPanel/styles/style.less +66 -66
- package/es/addToScene/demo/index.js +7 -7
- package/es/addToScene/index.js +11 -16
- package/es/addToScene/styles/index.less +30 -30
- package/es/amountSelector/demo/index.d.ts +3 -0
- package/es/amountSelector/demo/index.js +9 -0
- package/es/amountSelector/index.d.ts +10 -0
- package/es/amountSelector/index.js +21 -0
- package/es/amountSelector/styles/index.less +27 -0
- package/es/amountSelector/types.d.ts +4 -0
- package/es/amountSelector/types.js +1 -0
- package/es/amountSelector/util.d.ts +3 -0
- package/es/amountSelector/util.js +18 -0
- package/es/assets/colorIcon/demo.css +539 -539
- package/es/assets/colorIcon/demo_index.html +1985 -1454
- package/es/assets/colorIcon/iconfont.css +329 -236
- package/es/assets/colorIcon/iconfont.js +13 -14
- package/es/assets/colorIcon/iconfont.json +555 -394
- package/es/assets/colorIcon/iconfont.ttf +0 -0
- package/es/assets/colorIcon/iconfont.woff +0 -0
- package/es/assets/colorIcon/iconfont.woff2 +0 -0
- package/es/assets/demo/dropdown.js +5 -5
- package/es/assets/demo/input.js +5 -5
- package/es/assets/iconfont/demo.css +539 -539
- package/es/assets/iconfont/demo_index.html +5563 -5708
- package/es/assets/iconfont/iconfont.css +1015 -975
- package/es/assets/iconfont/iconfont.js +1 -1
- package/es/assets/iconfont/iconfont.json +1584 -1689
- package/es/assets/styles/chunks.less +183 -183
- package/es/assets/styles/inner.less +3 -3
- package/es/assets/styles/resetAntd.less +568 -564
- package/es/assets/styles/variable.less +21 -21
- package/es/assets/theme.js +2 -2
- package/es/attrCondition/demo/group.js +1 -1
- package/es/attrCondition/group.js +15 -10
- package/es/attrCondition/index.js +20 -15
- package/es/attrCondition/styles/index.less +101 -101
- package/es/attrCondition/useAttrCondition.js +14 -12
- package/es/attrCondition/useConditionGroup.js +8 -8
- package/es/attrConditions/components/operateList.js +16 -13
- package/es/attrConditions/components/stringList.js +26 -31
- package/es/attrConditions/components/valuesList.js +5 -5
- package/es/attrConditions/demo/group.js +7 -7
- package/es/attrConditions/demo/index.js +5 -5
- package/es/attrConditions/group.js +3 -3
- package/es/attrConditions/index.d.ts +4 -1
- package/es/attrConditions/index.js +4 -2
- package/es/attrConditions/styles/group.less +49 -49
- package/es/attrConditions/styles/index.less +151 -151
- package/es/attrConditions/types.d.ts +4 -0
- package/es/attrConditions/utils/operates.d.ts +4 -0
- package/es/attrConditions/utils/operates.js +37 -0
- package/es/attributeSelector/demo/disable.js +5 -5
- package/es/attributeSelector/demo/extra.js +5 -5
- package/es/attributeSelector/demo/funnel.js +5 -5
- package/es/attributeSelector/demo/index.js +5 -5
- package/es/attributeSelector/index.js +43 -37
- package/es/attributeSelector/listPanel.js +332 -125
- package/es/attributeSelector/styles/index.less +141 -141
- package/es/attributeSelector/types.d.ts +2 -0
- package/es/attributeSelector/util.js +3 -0
- package/es/chart/demo/data/data5 copy.js +2 -2
- package/es/chart/demo/index.js +6 -6
- package/es/chart/demo/line_bar_stack.js +25 -25
- package/es/chart/demo/stack.js +6 -6
- package/es/chart/index.js +21 -23
- package/es/chart/styles/index.less +113 -113
- package/es/chart/util/chartOptionConfig.js +6 -6
- package/es/chart/util/color.js +1 -1
- package/es/chart/util/data/china.js +18 -18
- package/es/chart/util/formatData.js +6 -6
- package/es/chart/util/mapUtil.js +11 -11
- package/es/colorIcon/index.js +2 -4
- package/es/constants/apis.d.ts +4 -0
- package/es/constants/apis.js +6 -2
- package/es/constants/common.d.ts +11 -0
- package/es/constants/common.js +31 -0
- package/es/context/index.d.ts +2 -0
- package/es/cycleTime/demo/hour.js +5 -5
- package/es/cycleTime/index.js +22 -24
- package/es/cycleTime/month.js +9 -12
- package/es/cycleTime/styles/index.less +24 -24
- package/es/cycleTime/styles/month.less +95 -95
- package/es/dataSetGroup/index.js +5 -6
- package/es/dataSetGroup/overlay.js +10 -10
- package/es/dataSetGroup/styles/index.less +146 -146
- package/es/datePicker/datePicker.js +8 -8
- package/es/datePicker/demo/customType.js +5 -5
- package/es/datePicker/demo/day.js +5 -5
- package/es/datePicker/demo/index.js +5 -5
- package/es/datePicker/index.d.ts +4 -1
- package/es/datePicker/index.js +19 -19
- package/es/datePicker/shortcut.js +5 -5
- package/es/datePicker/styles/index.less +53 -53
- package/es/datePickerV2/datePicker.d.ts +1 -1
- package/es/datePickerV2/datePicker.js +11 -8
- package/es/datePickerV2/demo/customType.js +5 -5
- package/es/datePickerV2/demo/day.js +5 -5
- package/es/datePickerV2/demo/index.js +6 -6
- package/es/datePickerV2/index.d.ts +4 -1
- package/es/datePickerV2/index.js +40 -26
- package/es/datePickerV2/popoverContent.d.ts +1 -1
- package/es/datePickerV2/popoverContent.js +9 -9
- package/es/datePickerV2/shortcut.js +8 -8
- package/es/datePickerV2/styles/index.less +194 -194
- package/es/datePickerV2/types.d.ts +3 -1
- package/es/datePickerV2/types.js +1 -0
- package/es/datePickerV2/utils.js +24 -2
- package/es/demoWrapper/content.js +46 -47
- package/es/demoWrapper/index.js +15 -15
- package/es/demoWrapper/index.less +3 -3
- package/es/demoWrapper/innerDemo.js +1 -1
- package/es/dialog/demo/index.js +5 -5
- package/es/dialog/index.d.ts +4 -1
- package/es/dialog/index.js +6 -6
- package/es/dialog/styles/index.less +22 -22
- package/es/dnd/demo/data.js +5 -5
- package/es/dnd/demo/handle.js +5 -5
- package/es/dnd/demo/index.js +5 -1
- package/es/dnd/demo/styles/index.less +34 -34
- package/es/dnd/index.d.ts +4 -1
- package/es/dnd/index.js +10 -11
- package/es/dnd/item.js +20 -6
- package/es/dnd/styles/index.less +19 -19
- package/es/empty/index.js +6 -6
- package/es/eventSelector/demo/index.js +5 -5
- package/es/eventSelector/demo/multiple.js +5 -5
- package/es/eventSelector/index.d.ts +4 -1
- package/es/eventSelector/index.js +10 -9
- package/es/eventSelector/listPanel.js +42 -46
- package/es/eventSelector/option.d.ts +1 -0
- package/es/eventSelector/option.js +15 -4
- package/es/eventSelector/styles/index.less +127 -123
- package/es/eventSelector/types.d.ts +1 -0
- package/es/formulaTarget/components/formula/index.js +9 -8
- package/es/formulaTarget/components/formula/index.less +76 -76
- package/es/formulaTarget/components/formula/types.d.ts +1 -0
- package/es/formulaTarget/components/formula/util.js +6 -6
- package/es/formulaTarget/components/formulaItem/index.js +27 -22
- package/es/formulaTarget/components/formulaItem/types.d.ts +1 -0
- package/es/formulaTarget/components/panel/index.js +34 -33
- package/es/formulaTarget/components/panel/index.less +139 -139
- package/es/formulaTarget/components/panel/item.js +17 -10
- package/es/formulaTarget/components/panel/types.d.ts +2 -0
- package/es/formulaTarget/components/symbol/index.js +5 -5
- package/es/formulaTarget/components/symbol/index.less +49 -49
- package/es/formulaTarget/demo/group.js +13 -13
- package/es/formulaTarget/index.d.ts +4 -1
- package/es/formulaTarget/index.js +27 -26
- package/es/formulaTarget/styles/index.less +74 -74
- package/es/formulaTarget/types.d.ts +1 -0
- package/es/hooks/types/subject.d.ts +14 -14
- package/es/hooks/useBizStore.js +38 -44
- package/es/hooks/useChanged.js +5 -5
- package/es/hooks/useSubject.js +5 -5
- package/es/icon/demo/list.less +32 -32
- package/es/icon/iconFont.d.ts +4 -1
- package/es/icon/iconFont.js +8 -8
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/layout/analysisLayout/demo/index.less +12 -12
- package/es/layout/analysisLayout/index.d.ts +4 -1
- package/es/layout/analysisLayout/index.js +8 -8
- package/es/layout/analysisLayout/index.less +118 -118
- package/es/layout/columnLayout/demo/data.js +9 -9
- package/es/layout/columnLayout/demo/index.js +5 -5
- package/es/layout/columnLayout/demo/index.less +15 -15
- package/es/layout/columnLayout/demo/panel.js +5 -5
- package/es/layout/columnLayout/index.d.ts +4 -1
- package/es/layout/columnLayout/index.js +10 -10
- package/es/layout/columnLayout/index.less +81 -81
- package/es/layout/detail/index.less +27 -27
- package/es/layout/optionTitle/components/btnMenu/demo.js +2 -2
- package/es/layout/optionTitle/components/btnMenu/index.js +6 -6
- package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
- package/es/layout/optionTitle/components/changePanelModal/index.js +14 -14
- package/es/layout/optionTitle/components/changePanelModal/panelItem.js +10 -10
- package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
- package/es/layout/optionTitle/components/title/demo.js +5 -5
- package/es/layout/optionTitle/components/title/index.d.ts +1 -2
- package/es/layout/optionTitle/components/title/index.js +19 -15
- package/es/layout/optionTitle/components/title/index.less +43 -43
- package/es/layout/optionTitle/demo/index.js +5 -5
- package/es/layout/optionTitle/demo/index.less +12 -12
- package/es/layout/optionTitle/demo/layout.js +5 -5
- package/es/layout/optionTitle/demo/panelCreate.js +5 -5
- package/es/layout/optionTitle/index.js +16 -16
- package/es/layout/optionTitle/layout.js +9 -9
- package/es/layout/optionTitle/styles/index.less +30 -30
- package/es/layout/optionTitle/styles/layout.less +90 -90
- package/es/layout/optionTitle/styles/search.less +27 -27
- package/es/loading/styles/index.less +20 -20
- package/es/loginForm/index.js +5 -5
- package/es/loginForm/index.less +7 -7
- package/es/platformSelector/index.js +5 -5
- package/es/platformSelector/styles/index.less +26 -26
- package/es/productCondition/conditionTypeList.d.ts +4 -1
- package/es/productCondition/conditionTypeList.js +2 -2
- package/es/productCondition/conditions/cdpCshCondition.js +54 -51
- package/es/productCondition/conditions/constants.d.ts +2 -0
- package/es/productCondition/conditions/constants.js +2 -0
- package/es/productCondition/conditions/eventCondition.js +8 -8
- package/es/productCondition/conditions/order/runPeriodCondition.js +8 -10
- package/es/productCondition/conditions/order/runTimesCondition.js +13 -13
- package/es/productCondition/conditions/periodCondition.d.ts +4 -1
- package/es/productCondition/conditions/periodCondition.js +8 -8
- package/es/productCondition/conditions/propCondition.d.ts +4 -1
- package/es/productCondition/conditions/propCondition.js +14 -14
- package/es/productCondition/conditions/runTimesCondition.js +6 -6
- package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
- package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
- package/es/productCondition/conditions/styles/eventCondition.less +51 -51
- package/es/productCondition/conditions/styles/periodCondition.less +26 -26
- package/es/productCondition/conditions/styles/propCondition.less +43 -43
- package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
- package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
- package/es/productCondition/conditions/styles/textDesc.less +17 -17
- package/es/productCondition/conditions/textDesc.js +6 -6
- package/es/productCondition/conditions/timeDimension.js +18 -18
- package/es/productCondition/demo/business.js +5 -5
- package/es/productCondition/demo/index.js +5 -5
- package/es/productCondition/index.d.ts +4 -1
- package/es/productCondition/index.js +17 -17
- package/es/productCondition/orConditions.js +8 -8
- package/es/productCondition/relationLabel.js +2 -2
- package/es/productCondition/styles/conditionTypeList.less +32 -30
- package/es/productCondition/styles/conditionWrap.less +18 -18
- package/es/productCondition/styles/index.less +33 -33
- package/es/productCondition/styles/orConditions.less +34 -34
- package/es/productCondition/styles/relationLabel.less +19 -19
- package/es/productCondition/types.d.ts +3 -1
- package/es/productCondition/util.d.ts +4 -0
- package/es/productCondition/util.js +10 -8
- package/es/quickDatePicker/demo/index.js +36 -16
- package/es/quickDatePicker/index.js +119 -22
- package/es/quickDatePicker/styles/index.less +141 -138
- package/es/quickDatePicker/types.d.ts +13 -0
- package/es/quickDatePicker/utils.d.ts +6 -0
- package/es/quickDatePicker/utils.js +54 -1
- package/es/select/demo/children.js +5 -5
- package/es/select/demo/group.js +5 -5
- package/es/select/demo/index.js +7 -6
- package/es/select/demo/loading.js +5 -5
- package/es/select/demo/multiple.js +5 -5
- package/es/select/handle.js +14 -21
- package/es/select/index.d.ts +4 -1
- package/es/select/index.js +16 -17
- package/es/select/option.js +14 -14
- package/es/select/overlay.js +17 -18
- package/es/select/styles/handle.less +206 -193
- package/es/select/styles/index.less +129 -129
- package/es/socket/demo/demo.js +10 -10
- package/es/socket/demo/index.less +27 -27
- package/es/socket/index.js +23 -26
- package/es/subjectWrapper/index.js +16 -14
- package/es/subjectWrapper/index.less +12 -12
- package/es/table/demo/data/color.js +1 -1
- package/es/table/demo/index.js +15 -15
- package/es/table/demo/index2.js +5 -5
- package/es/table/demo/index3.js +8 -8
- package/es/table/index.js +11 -38
- package/es/table/styles/index.less +5 -5
- package/es/targetConditionGroup/components/targetDimension.js +157 -64
- package/es/targetConditionGroup/demo/group.js +18 -31
- package/es/targetConditionGroup/demo/index.js +5 -5
- package/es/targetConditionGroup/demo/styles/index.less +29 -29
- package/es/targetConditionGroup/index.d.ts +4 -1
- package/es/targetConditionGroup/index.js +41 -39
- package/es/targetConditionGroup/styles/index.less +53 -53
- package/es/targetConditionGroup/types.d.ts +1 -0
- package/es/targetSelector/demo/index.js +5 -5
- package/es/targetSelector/editBox.d.ts +1 -0
- package/es/targetSelector/editBox.js +13 -8
- package/es/targetSelector/index.js +9 -8
- package/es/targetSelector/optionIcon.d.ts +4 -1
- package/es/targetSelector/optionIcon.js +3 -0
- package/es/targetSelector/styles/index.less +142 -110
- package/es/userCondition/conditionTypeList.d.ts +4 -1
- package/es/userCondition/conditionTypeList.js +13 -12
- package/es/userCondition/conditions/business/operatorCondition.js +15 -15
- package/es/userCondition/conditions/business/paramsCondition.js +10 -10
- package/es/userCondition/conditions/businessCondition.js +15 -15
- package/es/userCondition/conditions/cdpCondition.js +36 -33
- package/es/userCondition/conditions/cdpCshCondition.js +54 -51
- package/es/userCondition/conditions/constants.d.ts +2 -0
- package/es/userCondition/conditions/constants.js +2 -0
- package/es/userCondition/conditions/dataAttribute.js +22 -18
- package/es/userCondition/conditions/eventCondition.js +31 -39
- package/es/userCondition/conditions/order/runPeriodCondition.d.ts +4 -1
- package/es/userCondition/conditions/order/runPeriodCondition.js +6 -6
- package/es/userCondition/conditions/order/runTimesCondition.js +13 -13
- package/es/userCondition/conditions/periodCondition.d.ts +4 -1
- package/es/userCondition/conditions/periodCondition.js +26 -18
- package/es/userCondition/conditions/propCondition.js +23 -23
- package/es/userCondition/conditions/runTimesCondition.js +6 -6
- package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
- package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
- package/es/userCondition/conditions/styles/eventCondition.less +71 -57
- package/es/userCondition/conditions/styles/periodCondition.less +32 -26
- package/es/userCondition/conditions/styles/propCondition.less +43 -43
- package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
- package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
- package/es/userCondition/conditions/styles/textDesc.less +16 -17
- package/es/userCondition/conditions/tagsCondition.js +23 -16
- package/es/userCondition/conditions/textDesc.js +20 -16
- package/es/userCondition/conditions/timeDimension.js +18 -18
- package/es/userCondition/demo/business.js +5 -5
- package/es/userCondition/demo/index.js +25 -19
- package/es/userCondition/demo/mockData.d.ts +20 -94
- package/es/userCondition/demo/mockData.js +31 -76
- package/es/userCondition/index.d.ts +5 -1
- package/es/userCondition/index.js +91 -72
- package/es/userCondition/orConditions.js +8 -8
- package/es/userCondition/relationLabel.js +2 -2
- package/es/userCondition/styles/conditionTypeList.less +32 -30
- package/es/userCondition/styles/conditionWrap.less +18 -18
- package/es/userCondition/styles/index.less +33 -33
- package/es/userCondition/styles/orConditions.less +34 -34
- package/es/userCondition/styles/relationLabel.less +19 -19
- package/es/userCondition/types.d.ts +5 -2
- package/es/userCondition/util.d.ts +4 -0
- package/es/userCondition/util.js +10 -8
- package/es/userGroup/demo/group.js +13 -13
- package/es/userGroup/demo/index.js +8 -15
- package/es/userGroup/index.d.ts +4 -1
- package/es/userGroup/index.js +71 -24
- package/es/userGroup/overlay.js +32 -18
- package/es/userGroup/styles/index.less +199 -145
- package/es/userGroup/types.d.ts +2 -0
- package/es/userGroup/util.d.ts +2 -0
- package/es/userGroup/util.js +47 -0
- package/es/userGroupHeader/demo/index.js +1 -1
- package/es/userGroupHeader/index.d.ts +1 -0
- package/es/userGroupHeader/index.js +61 -14
- package/es/userGroupHeader/styles/index.less +50 -31
- package/es/userTagsSelector/cascaderOverlay.d.ts +4 -1
- package/es/userTagsSelector/cascaderOverlay.js +36 -29
- package/es/userTagsSelector/components/search/index.less +6 -6
- package/es/userTagsSelector/components/tagList/index.d.ts +4 -1
- package/es/userTagsSelector/components/tagList/index.js +5 -5
- package/es/userTagsSelector/components/tagList/index.less +13 -13
- package/es/userTagsSelector/demo/index.js +5 -5
- package/es/userTagsSelector/groups/index.d.ts +4 -1
- package/es/userTagsSelector/groups/index.js +5 -5
- package/es/userTagsSelector/groups/styles/option.less +55 -55
- package/es/userTagsSelector/index.d.ts +4 -1
- package/es/userTagsSelector/index.js +43 -13
- package/es/userTagsSelector/multipleCheckPanel/index.js +5 -5
- package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
- package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
- package/es/userTagsSelector/styles/index.less +20 -10
- package/es/userTagsSelector/types.d.ts +2 -0
- package/es/userTagsSelector/util.d.ts +1 -0
- package/es/userTagsSelector/util.js +20 -0
- package/es/utils/ajax.js +83 -49
- package/es/utils/demo/interruption.js +5 -5
- package/es/utils/eventApi.d.ts +14 -0
- package/es/utils/eventApi.js +120 -0
- package/es/utils/index.d.ts +2 -1
- package/es/utils/index.js +2 -1
- package/es/utils/type.d.ts +1 -0
- package/es/utils/type.js +6 -6
- package/es/utils/util.d.ts +1 -0
- package/es/utils/util.js +18 -0
- package/package.json +2 -2
- package/es/assets/colorIcon/iconfont.svg +0 -129
|
@@ -1,539 +1,539 @@
|
|
|
1
|
-
/* Logo 字体 */
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "iconfont logo";
|
|
4
|
-
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
|
|
5
|
-
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
|
|
6
|
-
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
|
|
7
|
-
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
|
|
8
|
-
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.logo {
|
|
12
|
-
font-family: "iconfont logo";
|
|
13
|
-
font-size: 160px;
|
|
14
|
-
font-style: normal;
|
|
15
|
-
-webkit-font-smoothing: antialiased;
|
|
16
|
-
-moz-osx-font-smoothing: grayscale;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/* tabs */
|
|
20
|
-
.nav-tabs {
|
|
21
|
-
position: relative;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.nav-tabs .nav-more {
|
|
25
|
-
position: absolute;
|
|
26
|
-
right: 0;
|
|
27
|
-
bottom: 0;
|
|
28
|
-
height: 42px;
|
|
29
|
-
line-height: 42px;
|
|
30
|
-
color: #666;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
#tabs {
|
|
34
|
-
border-bottom: 1px solid #eee;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
#tabs li {
|
|
38
|
-
cursor: pointer;
|
|
39
|
-
width: 100px;
|
|
40
|
-
height: 40px;
|
|
41
|
-
line-height: 40px;
|
|
42
|
-
text-align: center;
|
|
43
|
-
font-size: 16px;
|
|
44
|
-
border-bottom: 2px solid transparent;
|
|
45
|
-
position: relative;
|
|
46
|
-
z-index: 1;
|
|
47
|
-
margin-bottom: -1px;
|
|
48
|
-
color: #666;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
#tabs .active {
|
|
53
|
-
border-bottom-color: #f00;
|
|
54
|
-
color: #222;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.tab-container .content {
|
|
58
|
-
display: none;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/* 页面布局 */
|
|
62
|
-
.main {
|
|
63
|
-
padding: 30px 100px;
|
|
64
|
-
width: 960px;
|
|
65
|
-
margin: 0 auto;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.main .logo {
|
|
69
|
-
color: #333;
|
|
70
|
-
text-align: left;
|
|
71
|
-
margin-bottom: 30px;
|
|
72
|
-
line-height: 1;
|
|
73
|
-
height: 110px;
|
|
74
|
-
margin-top: -50px;
|
|
75
|
-
overflow: hidden;
|
|
76
|
-
*zoom: 1;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.main .logo a {
|
|
80
|
-
font-size: 160px;
|
|
81
|
-
color: #333;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.helps {
|
|
85
|
-
margin-top: 40px;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.helps pre {
|
|
89
|
-
padding: 20px;
|
|
90
|
-
margin: 10px 0;
|
|
91
|
-
border: solid 1px #e7e1cd;
|
|
92
|
-
background-color: #fffdef;
|
|
93
|
-
overflow: auto;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.icon_lists {
|
|
97
|
-
width: 100% !important;
|
|
98
|
-
overflow: hidden;
|
|
99
|
-
*zoom: 1;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.icon_lists li {
|
|
103
|
-
width: 100px;
|
|
104
|
-
margin-bottom: 10px;
|
|
105
|
-
margin-right: 20px;
|
|
106
|
-
text-align: center;
|
|
107
|
-
list-style: none !important;
|
|
108
|
-
cursor: default;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.icon_lists li .code-name {
|
|
112
|
-
line-height: 1.2;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.icon_lists .icon {
|
|
116
|
-
display: block;
|
|
117
|
-
height: 100px;
|
|
118
|
-
line-height: 100px;
|
|
119
|
-
font-size: 42px;
|
|
120
|
-
margin: 10px auto;
|
|
121
|
-
color: #333;
|
|
122
|
-
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
|
|
123
|
-
-moz-transition: font-size 0.25s linear, width 0.25s linear;
|
|
124
|
-
transition: font-size 0.25s linear, width 0.25s linear;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.icon_lists .icon:hover {
|
|
128
|
-
font-size: 100px;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.icon_lists .svg-icon {
|
|
132
|
-
/* 通过设置 font-size 来改变图标大小 */
|
|
133
|
-
width: 1em;
|
|
134
|
-
/* 图标和文字相邻时,垂直对齐 */
|
|
135
|
-
vertical-align: -0.15em;
|
|
136
|
-
/* 通过设置 color 来改变 SVG 的颜色/fill */
|
|
137
|
-
fill: currentColor;
|
|
138
|
-
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
|
|
139
|
-
normalize.css 中也包含这行 */
|
|
140
|
-
overflow: hidden;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.icon_lists li .name,
|
|
144
|
-
.icon_lists li .code-name {
|
|
145
|
-
color: #666;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
/* markdown 样式 */
|
|
149
|
-
.markdown {
|
|
150
|
-
color: #666;
|
|
151
|
-
font-size: 14px;
|
|
152
|
-
line-height: 1.8;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.highlight {
|
|
156
|
-
line-height: 1.5;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.markdown img {
|
|
160
|
-
vertical-align: middle;
|
|
161
|
-
max-width: 100%;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.markdown h1 {
|
|
165
|
-
color: #404040;
|
|
166
|
-
font-weight: 500;
|
|
167
|
-
line-height: 40px;
|
|
168
|
-
margin-bottom: 24px;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.markdown h2,
|
|
172
|
-
.markdown h3,
|
|
173
|
-
.markdown h4,
|
|
174
|
-
.markdown h5,
|
|
175
|
-
.markdown h6 {
|
|
176
|
-
color: #404040;
|
|
177
|
-
margin: 1.6em 0 0.6em 0;
|
|
178
|
-
font-weight: 500;
|
|
179
|
-
clear: both;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.markdown h1 {
|
|
183
|
-
font-size: 28px;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.markdown h2 {
|
|
187
|
-
font-size: 22px;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.markdown h3 {
|
|
191
|
-
font-size: 16px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.markdown h4 {
|
|
195
|
-
font-size: 14px;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.markdown h5 {
|
|
199
|
-
font-size: 12px;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.markdown h6 {
|
|
203
|
-
font-size: 12px;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.markdown hr {
|
|
207
|
-
height: 1px;
|
|
208
|
-
border: 0;
|
|
209
|
-
background: #e9e9e9;
|
|
210
|
-
margin: 16px 0;
|
|
211
|
-
clear: both;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.markdown p {
|
|
215
|
-
margin: 1em 0;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.markdown>p,
|
|
219
|
-
.markdown>blockquote,
|
|
220
|
-
.markdown>.highlight,
|
|
221
|
-
.markdown>ol,
|
|
222
|
-
.markdown>ul {
|
|
223
|
-
width: 80%;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.markdown ul>li {
|
|
227
|
-
list-style: circle;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.markdown>ul li,
|
|
231
|
-
.markdown blockquote ul>li {
|
|
232
|
-
margin-left: 20px;
|
|
233
|
-
padding-left: 4px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.markdown>ul li p,
|
|
237
|
-
.markdown>ol li p {
|
|
238
|
-
margin: 0.6em 0;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.markdown ol>li {
|
|
242
|
-
list-style: decimal;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.markdown>ol li,
|
|
246
|
-
.markdown blockquote ol>li {
|
|
247
|
-
margin-left: 20px;
|
|
248
|
-
padding-left: 4px;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.markdown code {
|
|
252
|
-
margin: 0 3px;
|
|
253
|
-
padding: 0 5px;
|
|
254
|
-
background: #eee;
|
|
255
|
-
border-radius: 3px;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.markdown strong,
|
|
259
|
-
.markdown b {
|
|
260
|
-
font-weight: 600;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.markdown>table {
|
|
264
|
-
border-collapse: collapse;
|
|
265
|
-
border-spacing: 0px;
|
|
266
|
-
empty-cells: show;
|
|
267
|
-
border: 1px solid #e9e9e9;
|
|
268
|
-
width: 95%;
|
|
269
|
-
margin-bottom: 24px;
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.markdown>table th {
|
|
273
|
-
white-space: nowrap;
|
|
274
|
-
color: #333;
|
|
275
|
-
font-weight: 600;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.markdown>table th,
|
|
279
|
-
.markdown>table td {
|
|
280
|
-
border: 1px solid #e9e9e9;
|
|
281
|
-
padding: 8px 16px;
|
|
282
|
-
text-align: left;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.markdown>table th {
|
|
286
|
-
background: #F7F7F7;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.markdown blockquote {
|
|
290
|
-
font-size: 90%;
|
|
291
|
-
color: #999;
|
|
292
|
-
border-left: 4px solid #e9e9e9;
|
|
293
|
-
padding-left: 0.8em;
|
|
294
|
-
margin: 1em 0;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.markdown blockquote p {
|
|
298
|
-
margin: 0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.markdown .anchor {
|
|
302
|
-
opacity: 0;
|
|
303
|
-
transition: opacity 0.3s ease;
|
|
304
|
-
margin-left: 8px;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.markdown .waiting {
|
|
308
|
-
color: #ccc;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
.markdown h1:hover .anchor,
|
|
312
|
-
.markdown h2:hover .anchor,
|
|
313
|
-
.markdown h3:hover .anchor,
|
|
314
|
-
.markdown h4:hover .anchor,
|
|
315
|
-
.markdown h5:hover .anchor,
|
|
316
|
-
.markdown h6:hover .anchor {
|
|
317
|
-
opacity: 1;
|
|
318
|
-
display: inline-block;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.markdown>br,
|
|
322
|
-
.markdown>p>br {
|
|
323
|
-
clear: both;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
.hljs {
|
|
328
|
-
display: block;
|
|
329
|
-
background: white;
|
|
330
|
-
padding: 0.5em;
|
|
331
|
-
color: #333333;
|
|
332
|
-
overflow-x: auto;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.hljs-comment,
|
|
336
|
-
.hljs-meta {
|
|
337
|
-
color: #969896;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.hljs-string,
|
|
341
|
-
.hljs-variable,
|
|
342
|
-
.hljs-template-variable,
|
|
343
|
-
.hljs-strong,
|
|
344
|
-
.hljs-emphasis,
|
|
345
|
-
.hljs-quote {
|
|
346
|
-
color: #df5000;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
.hljs-keyword,
|
|
350
|
-
.hljs-selector-tag,
|
|
351
|
-
.hljs-type {
|
|
352
|
-
color: #a71d5d;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.hljs-literal,
|
|
356
|
-
.hljs-symbol,
|
|
357
|
-
.hljs-bullet,
|
|
358
|
-
.hljs-attribute {
|
|
359
|
-
color: #0086b3;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.hljs-section,
|
|
363
|
-
.hljs-name {
|
|
364
|
-
color: #63a35c;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.hljs-tag {
|
|
368
|
-
color: #333333;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
.hljs-title,
|
|
372
|
-
.hljs-attr,
|
|
373
|
-
.hljs-selector-id,
|
|
374
|
-
.hljs-selector-class,
|
|
375
|
-
.hljs-selector-attr,
|
|
376
|
-
.hljs-selector-pseudo {
|
|
377
|
-
color: #795da3;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
.hljs-addition {
|
|
381
|
-
color: #55a532;
|
|
382
|
-
background-color: #eaffea;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
.hljs-deletion {
|
|
386
|
-
color: #bd2c00;
|
|
387
|
-
background-color: #ffecec;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.hljs-link {
|
|
391
|
-
text-decoration: underline;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
/* 代码高亮 */
|
|
395
|
-
/* PrismJS 1.15.0
|
|
396
|
-
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
|
|
397
|
-
/**
|
|
398
|
-
* prism.js default theme for JavaScript, CSS and HTML
|
|
399
|
-
* Based on dabblet (http://dabblet.com)
|
|
400
|
-
* @author Lea Verou
|
|
401
|
-
*/
|
|
402
|
-
code[class*="language-"],
|
|
403
|
-
pre[class*="language-"] {
|
|
404
|
-
color: black;
|
|
405
|
-
background: none;
|
|
406
|
-
text-shadow: 0 1px white;
|
|
407
|
-
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
408
|
-
text-align: left;
|
|
409
|
-
white-space: pre;
|
|
410
|
-
word-spacing: normal;
|
|
411
|
-
word-break: normal;
|
|
412
|
-
word-wrap: normal;
|
|
413
|
-
line-height: 1.5;
|
|
414
|
-
|
|
415
|
-
-moz-tab-size: 4;
|
|
416
|
-
-o-tab-size: 4;
|
|
417
|
-
tab-size: 4;
|
|
418
|
-
|
|
419
|
-
-webkit-hyphens: none;
|
|
420
|
-
-moz-hyphens: none;
|
|
421
|
-
-ms-hyphens: none;
|
|
422
|
-
hyphens: none;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
pre[class*="language-"]::-moz-selection,
|
|
426
|
-
pre[class*="language-"] ::-moz-selection,
|
|
427
|
-
code[class*="language-"]::-moz-selection,
|
|
428
|
-
code[class*="language-"] ::-moz-selection {
|
|
429
|
-
text-shadow: none;
|
|
430
|
-
background: #b3d4fc;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
pre[class*="language-"]::selection,
|
|
434
|
-
pre[class*="language-"] ::selection,
|
|
435
|
-
code[class*="language-"]::selection,
|
|
436
|
-
code[class*="language-"] ::selection {
|
|
437
|
-
text-shadow: none;
|
|
438
|
-
background: #b3d4fc;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
@media print {
|
|
442
|
-
|
|
443
|
-
code[class*="language-"],
|
|
444
|
-
pre[class*="language-"] {
|
|
445
|
-
text-shadow: none;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
/* Code blocks */
|
|
450
|
-
pre[class*="language-"] {
|
|
451
|
-
padding: 1em;
|
|
452
|
-
margin: .5em 0;
|
|
453
|
-
overflow: auto;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
:not(pre)>code[class*="language-"],
|
|
457
|
-
pre[class*="language-"] {
|
|
458
|
-
background: #f5f2f0;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
/* Inline code */
|
|
462
|
-
:not(pre)>code[class*="language-"] {
|
|
463
|
-
padding: .1em;
|
|
464
|
-
border-radius: .3em;
|
|
465
|
-
white-space: normal;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
.token.comment,
|
|
469
|
-
.token.prolog,
|
|
470
|
-
.token.doctype,
|
|
471
|
-
.token.cdata {
|
|
472
|
-
color: slategray;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.token.punctuation {
|
|
476
|
-
color: #999;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.namespace {
|
|
480
|
-
opacity: .7;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.token.property,
|
|
484
|
-
.token.tag,
|
|
485
|
-
.token.boolean,
|
|
486
|
-
.token.number,
|
|
487
|
-
.token.constant,
|
|
488
|
-
.token.symbol,
|
|
489
|
-
.token.deleted {
|
|
490
|
-
color: #905;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.token.selector,
|
|
494
|
-
.token.attr-name,
|
|
495
|
-
.token.string,
|
|
496
|
-
.token.char,
|
|
497
|
-
.token.builtin,
|
|
498
|
-
.token.inserted {
|
|
499
|
-
color: #690;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
.token.operator,
|
|
503
|
-
.token.entity,
|
|
504
|
-
.token.url,
|
|
505
|
-
.language-css .token.string,
|
|
506
|
-
.style .token.string {
|
|
507
|
-
color: #9a6e3a;
|
|
508
|
-
background: hsla(0, 0%, 100%, .5);
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.token.atrule,
|
|
512
|
-
.token.attr-value,
|
|
513
|
-
.token.keyword {
|
|
514
|
-
color: #07a;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.token.function,
|
|
518
|
-
.token.class-name {
|
|
519
|
-
color: #DD4A68;
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
.token.regex,
|
|
523
|
-
.token.important,
|
|
524
|
-
.token.variable {
|
|
525
|
-
color: #e90;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
.token.important,
|
|
529
|
-
.token.bold {
|
|
530
|
-
font-weight: bold;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
.token.italic {
|
|
534
|
-
font-style: italic;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.token.entity {
|
|
538
|
-
cursor: help;
|
|
539
|
-
}
|
|
1
|
+
/* Logo 字体 */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: "iconfont logo";
|
|
4
|
+
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
|
|
5
|
+
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
|
|
6
|
+
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
|
|
7
|
+
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
|
|
8
|
+
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.logo {
|
|
12
|
+
font-family: "iconfont logo";
|
|
13
|
+
font-size: 160px;
|
|
14
|
+
font-style: normal;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* tabs */
|
|
20
|
+
.nav-tabs {
|
|
21
|
+
position: relative;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.nav-tabs .nav-more {
|
|
25
|
+
position: absolute;
|
|
26
|
+
right: 0;
|
|
27
|
+
bottom: 0;
|
|
28
|
+
height: 42px;
|
|
29
|
+
line-height: 42px;
|
|
30
|
+
color: #666;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
#tabs {
|
|
34
|
+
border-bottom: 1px solid #eee;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
#tabs li {
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
width: 100px;
|
|
40
|
+
height: 40px;
|
|
41
|
+
line-height: 40px;
|
|
42
|
+
text-align: center;
|
|
43
|
+
font-size: 16px;
|
|
44
|
+
border-bottom: 2px solid transparent;
|
|
45
|
+
position: relative;
|
|
46
|
+
z-index: 1;
|
|
47
|
+
margin-bottom: -1px;
|
|
48
|
+
color: #666;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
#tabs .active {
|
|
53
|
+
border-bottom-color: #f00;
|
|
54
|
+
color: #222;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.tab-container .content {
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* 页面布局 */
|
|
62
|
+
.main {
|
|
63
|
+
padding: 30px 100px;
|
|
64
|
+
width: 960px;
|
|
65
|
+
margin: 0 auto;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.main .logo {
|
|
69
|
+
color: #333;
|
|
70
|
+
text-align: left;
|
|
71
|
+
margin-bottom: 30px;
|
|
72
|
+
line-height: 1;
|
|
73
|
+
height: 110px;
|
|
74
|
+
margin-top: -50px;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
*zoom: 1;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.main .logo a {
|
|
80
|
+
font-size: 160px;
|
|
81
|
+
color: #333;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.helps {
|
|
85
|
+
margin-top: 40px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.helps pre {
|
|
89
|
+
padding: 20px;
|
|
90
|
+
margin: 10px 0;
|
|
91
|
+
border: solid 1px #e7e1cd;
|
|
92
|
+
background-color: #fffdef;
|
|
93
|
+
overflow: auto;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.icon_lists {
|
|
97
|
+
width: 100% !important;
|
|
98
|
+
overflow: hidden;
|
|
99
|
+
*zoom: 1;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.icon_lists li {
|
|
103
|
+
width: 100px;
|
|
104
|
+
margin-bottom: 10px;
|
|
105
|
+
margin-right: 20px;
|
|
106
|
+
text-align: center;
|
|
107
|
+
list-style: none !important;
|
|
108
|
+
cursor: default;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.icon_lists li .code-name {
|
|
112
|
+
line-height: 1.2;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.icon_lists .icon {
|
|
116
|
+
display: block;
|
|
117
|
+
height: 100px;
|
|
118
|
+
line-height: 100px;
|
|
119
|
+
font-size: 42px;
|
|
120
|
+
margin: 10px auto;
|
|
121
|
+
color: #333;
|
|
122
|
+
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
|
|
123
|
+
-moz-transition: font-size 0.25s linear, width 0.25s linear;
|
|
124
|
+
transition: font-size 0.25s linear, width 0.25s linear;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.icon_lists .icon:hover {
|
|
128
|
+
font-size: 100px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.icon_lists .svg-icon {
|
|
132
|
+
/* 通过设置 font-size 来改变图标大小 */
|
|
133
|
+
width: 1em;
|
|
134
|
+
/* 图标和文字相邻时,垂直对齐 */
|
|
135
|
+
vertical-align: -0.15em;
|
|
136
|
+
/* 通过设置 color 来改变 SVG 的颜色/fill */
|
|
137
|
+
fill: currentColor;
|
|
138
|
+
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
|
|
139
|
+
normalize.css 中也包含这行 */
|
|
140
|
+
overflow: hidden;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.icon_lists li .name,
|
|
144
|
+
.icon_lists li .code-name {
|
|
145
|
+
color: #666;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/* markdown 样式 */
|
|
149
|
+
.markdown {
|
|
150
|
+
color: #666;
|
|
151
|
+
font-size: 14px;
|
|
152
|
+
line-height: 1.8;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.highlight {
|
|
156
|
+
line-height: 1.5;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.markdown img {
|
|
160
|
+
vertical-align: middle;
|
|
161
|
+
max-width: 100%;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.markdown h1 {
|
|
165
|
+
color: #404040;
|
|
166
|
+
font-weight: 500;
|
|
167
|
+
line-height: 40px;
|
|
168
|
+
margin-bottom: 24px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.markdown h2,
|
|
172
|
+
.markdown h3,
|
|
173
|
+
.markdown h4,
|
|
174
|
+
.markdown h5,
|
|
175
|
+
.markdown h6 {
|
|
176
|
+
color: #404040;
|
|
177
|
+
margin: 1.6em 0 0.6em 0;
|
|
178
|
+
font-weight: 500;
|
|
179
|
+
clear: both;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.markdown h1 {
|
|
183
|
+
font-size: 28px;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.markdown h2 {
|
|
187
|
+
font-size: 22px;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.markdown h3 {
|
|
191
|
+
font-size: 16px;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.markdown h4 {
|
|
195
|
+
font-size: 14px;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.markdown h5 {
|
|
199
|
+
font-size: 12px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.markdown h6 {
|
|
203
|
+
font-size: 12px;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.markdown hr {
|
|
207
|
+
height: 1px;
|
|
208
|
+
border: 0;
|
|
209
|
+
background: #e9e9e9;
|
|
210
|
+
margin: 16px 0;
|
|
211
|
+
clear: both;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.markdown p {
|
|
215
|
+
margin: 1em 0;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.markdown>p,
|
|
219
|
+
.markdown>blockquote,
|
|
220
|
+
.markdown>.highlight,
|
|
221
|
+
.markdown>ol,
|
|
222
|
+
.markdown>ul {
|
|
223
|
+
width: 80%;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.markdown ul>li {
|
|
227
|
+
list-style: circle;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.markdown>ul li,
|
|
231
|
+
.markdown blockquote ul>li {
|
|
232
|
+
margin-left: 20px;
|
|
233
|
+
padding-left: 4px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.markdown>ul li p,
|
|
237
|
+
.markdown>ol li p {
|
|
238
|
+
margin: 0.6em 0;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.markdown ol>li {
|
|
242
|
+
list-style: decimal;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.markdown>ol li,
|
|
246
|
+
.markdown blockquote ol>li {
|
|
247
|
+
margin-left: 20px;
|
|
248
|
+
padding-left: 4px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.markdown code {
|
|
252
|
+
margin: 0 3px;
|
|
253
|
+
padding: 0 5px;
|
|
254
|
+
background: #eee;
|
|
255
|
+
border-radius: 3px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.markdown strong,
|
|
259
|
+
.markdown b {
|
|
260
|
+
font-weight: 600;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.markdown>table {
|
|
264
|
+
border-collapse: collapse;
|
|
265
|
+
border-spacing: 0px;
|
|
266
|
+
empty-cells: show;
|
|
267
|
+
border: 1px solid #e9e9e9;
|
|
268
|
+
width: 95%;
|
|
269
|
+
margin-bottom: 24px;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.markdown>table th {
|
|
273
|
+
white-space: nowrap;
|
|
274
|
+
color: #333;
|
|
275
|
+
font-weight: 600;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.markdown>table th,
|
|
279
|
+
.markdown>table td {
|
|
280
|
+
border: 1px solid #e9e9e9;
|
|
281
|
+
padding: 8px 16px;
|
|
282
|
+
text-align: left;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
.markdown>table th {
|
|
286
|
+
background: #F7F7F7;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.markdown blockquote {
|
|
290
|
+
font-size: 90%;
|
|
291
|
+
color: #999;
|
|
292
|
+
border-left: 4px solid #e9e9e9;
|
|
293
|
+
padding-left: 0.8em;
|
|
294
|
+
margin: 1em 0;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.markdown blockquote p {
|
|
298
|
+
margin: 0;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.markdown .anchor {
|
|
302
|
+
opacity: 0;
|
|
303
|
+
transition: opacity 0.3s ease;
|
|
304
|
+
margin-left: 8px;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.markdown .waiting {
|
|
308
|
+
color: #ccc;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.markdown h1:hover .anchor,
|
|
312
|
+
.markdown h2:hover .anchor,
|
|
313
|
+
.markdown h3:hover .anchor,
|
|
314
|
+
.markdown h4:hover .anchor,
|
|
315
|
+
.markdown h5:hover .anchor,
|
|
316
|
+
.markdown h6:hover .anchor {
|
|
317
|
+
opacity: 1;
|
|
318
|
+
display: inline-block;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.markdown>br,
|
|
322
|
+
.markdown>p>br {
|
|
323
|
+
clear: both;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
.hljs {
|
|
328
|
+
display: block;
|
|
329
|
+
background: white;
|
|
330
|
+
padding: 0.5em;
|
|
331
|
+
color: #333333;
|
|
332
|
+
overflow-x: auto;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.hljs-comment,
|
|
336
|
+
.hljs-meta {
|
|
337
|
+
color: #969896;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.hljs-string,
|
|
341
|
+
.hljs-variable,
|
|
342
|
+
.hljs-template-variable,
|
|
343
|
+
.hljs-strong,
|
|
344
|
+
.hljs-emphasis,
|
|
345
|
+
.hljs-quote {
|
|
346
|
+
color: #df5000;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.hljs-keyword,
|
|
350
|
+
.hljs-selector-tag,
|
|
351
|
+
.hljs-type {
|
|
352
|
+
color: #a71d5d;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.hljs-literal,
|
|
356
|
+
.hljs-symbol,
|
|
357
|
+
.hljs-bullet,
|
|
358
|
+
.hljs-attribute {
|
|
359
|
+
color: #0086b3;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.hljs-section,
|
|
363
|
+
.hljs-name {
|
|
364
|
+
color: #63a35c;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.hljs-tag {
|
|
368
|
+
color: #333333;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.hljs-title,
|
|
372
|
+
.hljs-attr,
|
|
373
|
+
.hljs-selector-id,
|
|
374
|
+
.hljs-selector-class,
|
|
375
|
+
.hljs-selector-attr,
|
|
376
|
+
.hljs-selector-pseudo {
|
|
377
|
+
color: #795da3;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.hljs-addition {
|
|
381
|
+
color: #55a532;
|
|
382
|
+
background-color: #eaffea;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.hljs-deletion {
|
|
386
|
+
color: #bd2c00;
|
|
387
|
+
background-color: #ffecec;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.hljs-link {
|
|
391
|
+
text-decoration: underline;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
/* 代码高亮 */
|
|
395
|
+
/* PrismJS 1.15.0
|
|
396
|
+
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
|
|
397
|
+
/**
|
|
398
|
+
* prism.js default theme for JavaScript, CSS and HTML
|
|
399
|
+
* Based on dabblet (http://dabblet.com)
|
|
400
|
+
* @author Lea Verou
|
|
401
|
+
*/
|
|
402
|
+
code[class*="language-"],
|
|
403
|
+
pre[class*="language-"] {
|
|
404
|
+
color: black;
|
|
405
|
+
background: none;
|
|
406
|
+
text-shadow: 0 1px white;
|
|
407
|
+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
408
|
+
text-align: left;
|
|
409
|
+
white-space: pre;
|
|
410
|
+
word-spacing: normal;
|
|
411
|
+
word-break: normal;
|
|
412
|
+
word-wrap: normal;
|
|
413
|
+
line-height: 1.5;
|
|
414
|
+
|
|
415
|
+
-moz-tab-size: 4;
|
|
416
|
+
-o-tab-size: 4;
|
|
417
|
+
tab-size: 4;
|
|
418
|
+
|
|
419
|
+
-webkit-hyphens: none;
|
|
420
|
+
-moz-hyphens: none;
|
|
421
|
+
-ms-hyphens: none;
|
|
422
|
+
hyphens: none;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
pre[class*="language-"]::-moz-selection,
|
|
426
|
+
pre[class*="language-"] ::-moz-selection,
|
|
427
|
+
code[class*="language-"]::-moz-selection,
|
|
428
|
+
code[class*="language-"] ::-moz-selection {
|
|
429
|
+
text-shadow: none;
|
|
430
|
+
background: #b3d4fc;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
pre[class*="language-"]::selection,
|
|
434
|
+
pre[class*="language-"] ::selection,
|
|
435
|
+
code[class*="language-"]::selection,
|
|
436
|
+
code[class*="language-"] ::selection {
|
|
437
|
+
text-shadow: none;
|
|
438
|
+
background: #b3d4fc;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
@media print {
|
|
442
|
+
|
|
443
|
+
code[class*="language-"],
|
|
444
|
+
pre[class*="language-"] {
|
|
445
|
+
text-shadow: none;
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
/* Code blocks */
|
|
450
|
+
pre[class*="language-"] {
|
|
451
|
+
padding: 1em;
|
|
452
|
+
margin: .5em 0;
|
|
453
|
+
overflow: auto;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
:not(pre)>code[class*="language-"],
|
|
457
|
+
pre[class*="language-"] {
|
|
458
|
+
background: #f5f2f0;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
/* Inline code */
|
|
462
|
+
:not(pre)>code[class*="language-"] {
|
|
463
|
+
padding: .1em;
|
|
464
|
+
border-radius: .3em;
|
|
465
|
+
white-space: normal;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.token.comment,
|
|
469
|
+
.token.prolog,
|
|
470
|
+
.token.doctype,
|
|
471
|
+
.token.cdata {
|
|
472
|
+
color: slategray;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.token.punctuation {
|
|
476
|
+
color: #999;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.namespace {
|
|
480
|
+
opacity: .7;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.token.property,
|
|
484
|
+
.token.tag,
|
|
485
|
+
.token.boolean,
|
|
486
|
+
.token.number,
|
|
487
|
+
.token.constant,
|
|
488
|
+
.token.symbol,
|
|
489
|
+
.token.deleted {
|
|
490
|
+
color: #905;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
.token.selector,
|
|
494
|
+
.token.attr-name,
|
|
495
|
+
.token.string,
|
|
496
|
+
.token.char,
|
|
497
|
+
.token.builtin,
|
|
498
|
+
.token.inserted {
|
|
499
|
+
color: #690;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.token.operator,
|
|
503
|
+
.token.entity,
|
|
504
|
+
.token.url,
|
|
505
|
+
.language-css .token.string,
|
|
506
|
+
.style .token.string {
|
|
507
|
+
color: #9a6e3a;
|
|
508
|
+
background: hsla(0, 0%, 100%, .5);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.token.atrule,
|
|
512
|
+
.token.attr-value,
|
|
513
|
+
.token.keyword {
|
|
514
|
+
color: #07a;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.token.function,
|
|
518
|
+
.token.class-name {
|
|
519
|
+
color: #DD4A68;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.token.regex,
|
|
523
|
+
.token.important,
|
|
524
|
+
.token.variable {
|
|
525
|
+
color: #e90;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.token.important,
|
|
529
|
+
.token.bold {
|
|
530
|
+
font-weight: bold;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.token.italic {
|
|
534
|
+
font-style: italic;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.token.entity {
|
|
538
|
+
cursor: help;
|
|
539
|
+
}
|