@alu008/test_yuanqikaixiang 1.0.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/App.vue +294 -0
- package/Local/en.json +3 -0
- package/Local/indian.json +3 -0
- package/Local/zh-Hans.json +3 -0
- package/Local/zh-Hant.json +3 -0
- package/README.md +1 -0
- package/androidPrivacy.json +28 -0
- package/components/ball/ball.vue +230 -0
- package/components/cardDetails/cardDetails.vue +273 -0
- package/components/confirmModal/confirmModal.vue +125 -0
- package/components/fillInfo/fillInfo.vue +255 -0
- package/components/header/header.vue +92 -0
- package/components/selectAddress/selectAddress.vue +156 -0
- package/components/signDetail/signDetail.vue +33 -0
- package/components/skeleton/skeleton.vue +62 -0
- package/index.html +20 -0
- package/index.template.html +35 -0
- package/jsconfig.json +9 -0
- package/main.js +48 -0
- package/manifest.json +159 -0
- package/package.json +14 -0
- package/pages/index/index.vue +5421 -0
- package/pages.json +173 -0
- package/project.config.json +25 -0
- package/project.private.config.json +14 -0
- package/static/fonts/Alibaba-PuHuiTi-Bold.ttf +0 -0
- package/static/fonts/Alibaba-PuHuiTi-Medium.ttf +0 -0
- package/static/fonts/Alibaba-PuHuiTi-Regular.ttf +0 -0
- package/static/fonts/fxlh.ttf +0 -0
- package/static/img/R.png +0 -0
- package/static/img/SR.png +0 -0
- package/static/img/SSR.png +0 -0
- package/static/img/bottomBgc1.png +0 -0
- package/static/img/centerBgc.png +0 -0
- package/static/img/goldBgc.png +0 -0
- package/static/img/goldText.png +0 -0
- package/static/img/home/calendar/bgc0.png +0 -0
- package/static/img/home/calendar/bgc1.png +0 -0
- package/static/img/home/calendar/bgc2.png +0 -0
- package/static/img/home/calendar/bgc3.png +0 -0
- package/static/img/home/calendar/progress0.png +0 -0
- package/static/img/home/calendar/progress1.png +0 -0
- package/static/img/home/calendar/progress2.png +0 -0
- package/static/img/home/calendar/progress3.png +0 -0
- package/static/img/kuang.gif +0 -0
- package/static/img/luckyBgc.png +0 -0
- package/static/img/lucyText.png +0 -0
- package/static/img/top_Bgc.png +0 -0
- package/subpackages/article/article.vue +64 -0
- package/subpackages/confirmSendLogistics/confirmSendLogistics.vue +1035 -0
- package/subpackages/coupon/coupon.vue +276 -0
- package/subpackages/fragment/fragment.vue +1592 -0
- package/subpackages/myAddress/myAddress.vue +656 -0
- package/subpackages/myCards/myCards.vue +1250 -0
- package/subpackages/myOrder/myOrder.vue +779 -0
- package/subpackages/myOrderDetail/myOrderDetail.vue +659 -0
- package/subpackages/poster/poster.vue +130 -0
- package/subpackages/selectCoupon/selectCoupon.vue +251 -0
- package/subpackages/sendLogistics/sendLogistics.vue +1097 -0
- package/subpackages/vote/vote.vue +877 -0
- package/uni.promisify.adaptor.js +10 -0
- package/uni.scss +114 -0
- package/uni_modules/qf-image-cropper/changelog.md +72 -0
- package/uni_modules/qf-image-cropper/components/qf-image-cropper/qf-image-cropper.render.js +855 -0
- package/uni_modules/qf-image-cropper/components/qf-image-cropper/qf-image-cropper.vue +749 -0
- package/uni_modules/qf-image-cropper/components/qf-image-cropper/qf-image-cropper.wxs +727 -0
- package/uni_modules/qf-image-cropper/package.json +81 -0
- package/uni_modules/qf-image-cropper/readme.md +97 -0
- package/uni_modules/uni-data-select/changelog.md +51 -0
- package/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue +837 -0
- package/uni_modules/uni-data-select/package.json +106 -0
- package/uni_modules/uni-data-select/readme.md +8 -0
- package/uni_modules/uni-icons/changelog.md +44 -0
- package/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue +91 -0
- package/uni_modules/uni-icons/components/uni-icons/uni-icons.vue +110 -0
- package/uni_modules/uni-icons/components/uni-icons/uniicons.css +664 -0
- package/uni_modules/uni-icons/components/uni-icons/uniicons.ttf +0 -0
- package/uni_modules/uni-icons/components/uni-icons/uniicons_file.ts +664 -0
- package/uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js +649 -0
- package/uni_modules/uni-icons/package.json +111 -0
- package/uni_modules/uni-icons/readme.md +8 -0
- package/uni_modules/uni-load-more/changelog.md +23 -0
- package/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json +5 -0
- package/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js +8 -0
- package/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json +5 -0
- package/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json +5 -0
- package/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue +404 -0
- package/uni_modules/uni-load-more/package.json +105 -0
- package/uni_modules/uni-load-more/readme.md +14 -0
- package/uni_modules/uni-scss/changelog.md +8 -0
- package/uni_modules/uni-scss/index.scss +1 -0
- package/uni_modules/uni-scss/package.json +82 -0
- package/uni_modules/uni-scss/readme.md +4 -0
- package/uni_modules/uni-scss/styles/index.scss +7 -0
- package/uni_modules/uni-scss/styles/setting/_border.scss +3 -0
- package/uni_modules/uni-scss/styles/setting/_color.scss +66 -0
- package/uni_modules/uni-scss/styles/setting/_radius.scss +55 -0
- package/uni_modules/uni-scss/styles/setting/_space.scss +56 -0
- package/uni_modules/uni-scss/styles/setting/_styles.scss +167 -0
- package/uni_modules/uni-scss/styles/setting/_text.scss +24 -0
- package/uni_modules/uni-scss/styles/setting/_variables.scss +146 -0
- package/uni_modules/uni-scss/styles/tools/functions.scss +19 -0
- package/uni_modules/uni-scss/theme.scss +31 -0
- package/uni_modules/uni-scss/variables.scss +62 -0
- package/utils/addressData.js +6042 -0
- package/utils/api.js +160 -0
- package/utils/fetch.js +548 -0
- package/utils/index.js +994 -0
- package/utils/navigator.js +17 -0
- package/utils/request.js +162 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
@import './styles/setting/_variables.scss';
|
|
2
|
+
// 间距基础倍数
|
|
3
|
+
$uni-space-root: 2;
|
|
4
|
+
// 边框半径默认值
|
|
5
|
+
$uni-radius-root:5px;
|
|
6
|
+
|
|
7
|
+
// 主色
|
|
8
|
+
$uni-primary: #2979ff;
|
|
9
|
+
$uni-primary-disable:mix(#fff,$uni-primary,50%);
|
|
10
|
+
$uni-primary-light: mix(#fff,$uni-primary,80%);
|
|
11
|
+
|
|
12
|
+
// 辅助色
|
|
13
|
+
// 除了主色外的场景色,需要在不同的场景中使用(例如危险色表示危险的操作)。
|
|
14
|
+
$uni-success: #18bc37;
|
|
15
|
+
$uni-success-disable:mix(#fff,$uni-success,50%);
|
|
16
|
+
$uni-success-light: mix(#fff,$uni-success,80%);
|
|
17
|
+
|
|
18
|
+
$uni-warning: #f3a73f;
|
|
19
|
+
$uni-warning-disable:mix(#fff,$uni-warning,50%);
|
|
20
|
+
$uni-warning-light: mix(#fff,$uni-warning,80%);
|
|
21
|
+
|
|
22
|
+
$uni-error: #e43d33;
|
|
23
|
+
$uni-error-disable:mix(#fff,$uni-error,50%);
|
|
24
|
+
$uni-error-light: mix(#fff,$uni-error,80%);
|
|
25
|
+
|
|
26
|
+
$uni-info: #8f939c;
|
|
27
|
+
$uni-info-disable:mix(#fff,$uni-info,50%);
|
|
28
|
+
$uni-info-light: mix(#fff,$uni-info,80%);
|
|
29
|
+
|
|
30
|
+
// 中性色
|
|
31
|
+
// 中性色用于文本、背景和边框颜色。通过运用不同的中性色,来表现层次结构。
|
|
32
|
+
$uni-main-color: #3a3a3a; // 主要文字
|
|
33
|
+
$uni-base-color: #6a6a6a; // 常规文字
|
|
34
|
+
$uni-secondary-color: #909399; // 次要文字
|
|
35
|
+
$uni-extra-color: #c7c7c7; // 辅助说明
|
|
36
|
+
|
|
37
|
+
// 边框颜色
|
|
38
|
+
$uni-border-1: #F0F0F0;
|
|
39
|
+
$uni-border-2: #EDEDED;
|
|
40
|
+
$uni-border-3: #DCDCDC;
|
|
41
|
+
$uni-border-4: #B9B9B9;
|
|
42
|
+
|
|
43
|
+
// 常规色
|
|
44
|
+
$uni-black: #000000;
|
|
45
|
+
$uni-white: #ffffff;
|
|
46
|
+
$uni-transparent: rgba($color: #000000, $alpha: 0);
|
|
47
|
+
|
|
48
|
+
// 背景色
|
|
49
|
+
$uni-bg-color: #f7f7f7;
|
|
50
|
+
|
|
51
|
+
/* 水平间距 */
|
|
52
|
+
$uni-spacing-sm: 8px;
|
|
53
|
+
$uni-spacing-base: 15px;
|
|
54
|
+
$uni-spacing-lg: 30px;
|
|
55
|
+
|
|
56
|
+
// 阴影
|
|
57
|
+
$uni-shadow-sm:0 0 5px rgba($color: #d8d8d8, $alpha: 0.5);
|
|
58
|
+
$uni-shadow-base:0 1px 8px 1px rgba($color: #a5a5a5, $alpha: 0.2);
|
|
59
|
+
$uni-shadow-lg:0px 1px 10px 2px rgba($color: #a5a4a4, $alpha: 0.5);
|
|
60
|
+
|
|
61
|
+
// 蒙版
|
|
62
|
+
$uni-mask: rgba($color: #000000, $alpha: 0.4);
|