Kaynağa Gözat

feat:添加我的页面

wangsisi 1 ay önce
ebeveyn
işleme
148134ab9c
27 değiştirilmiş dosya ile 4545 ekleme ve 2404 silme
  1. 7 1
      package-lock.json
  2. 1 1
      pages.json
  3. 81 17
      pages/tabBar/mine/mine.vue
  4. 0 42
      uni_modules/uni-icons/changelog.md
  5. 0 91
      uni_modules/uni-icons/components/uni-icons/uni-icons.uvue
  6. 0 110
      uni_modules/uni-icons/components/uni-icons/uni-icons.vue
  7. 0 664
      uni_modules/uni-icons/components/uni-icons/uniicons.css
  8. BIN
      uni_modules/uni-icons/components/uni-icons/uniicons.ttf
  9. 0 664
      uni_modules/uni-icons/components/uni-icons/uniicons_file.ts
  10. 0 649
      uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js
  11. 0 89
      uni_modules/uni-icons/package.json
  12. 0 8
      uni_modules/uni-icons/readme.md
  13. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/app.js.map
  14. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
  15. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/discover/discover.js.map
  16. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/home/home.js.map
  17. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/mine/mine.js.map
  18. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/shopping/shopping.js.map
  19. 1 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/tree/tree.js.map
  20. 2 0
      unpackage/dist/dev/mp-weixin/app.js
  21. 4176 0
      unpackage/dist/dev/mp-weixin/app.wxss
  22. 193 53
      unpackage/dist/dev/mp-weixin/common/vendor.js
  23. 0 0
      unpackage/dist/dev/mp-weixin/pages/tabBar/home/home.wxml
  24. 46 4
      unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.js
  25. 3 1
      unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.json
  26. 0 1
      unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.wxml
  27. 32 4
      unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.wxss

+ 7 - 1
package-lock.json

@@ -6,7 +6,8 @@
     "": {
       "dependencies": {
         "clipboard": "^2.0.11",
-        "dayjs": "^1.11.13"
+        "dayjs": "^1.11.13",
+        "qqmap-wx-jssdk": "^1.0.0"
       }
     },
     "node_modules/clipboard": {
@@ -37,6 +38,11 @@
         "delegate": "^3.1.2"
       }
     },
+    "node_modules/qqmap-wx-jssdk": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmmirror.com/qqmap-wx-jssdk/-/qqmap-wx-jssdk-1.0.0.tgz",
+      "integrity": "sha512-wuaNetsA9/OKEQGgK1CNPsX6pppWpY10cQwQu1OHJplGMyMIMzK2bliMkNXjtry99qXYCsvDAWPqw2DI+/foJg=="
+    },
     "node_modules/select": {
       "version": "1.1.2",
       "resolved": "https://registry.npmmirror.com/select/-/select-1.1.2.tgz",

+ 1 - 1
pages.json

@@ -14,7 +14,7 @@
 		},
 		{
 			"path": "pages/tabBar/mine/mine"
-		},
+		}
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

+ 81 - 17
pages/tabBar/mine/mine.vue

@@ -23,35 +23,53 @@
 			</view>
 		</view>
 		<view class="list-wrap">
-			<view class="list-item list-card">
-				<view class="card-head">
+			<view class="list-card">
+				<view class="card-head flex-center">
 					<text class="name">我的订单</text>
-					<text>></text>
+					<view class="all flex-center">
+						<text>全部</text>
+						<up-icon name="arrow-right"></up-icon>
+					</view>
 				</view>
-				<view class="card-cont">
-					<view class="list-item">
-						123
+				<view class="card-cont flex-center">
+					<view class="cont-item" v-for="(item,index) in orderList" :key="index">
+						<image class="icon" :src="`${config.BASIC_IMG}img/order-icon-${index+1}.png`"></image>
+						<view>{{item}}</view>
 					</view>
 				</view>
 			</view>
-			<view class="list-item list-card">
-				<text class="name">我的守护</text>
-				<text>></text>
+			<view class="list-card">
+				<view class="card-head flex-center">
+					<text class="name">我的守护</text>
+					<view class="all flex-center">
+						<text>全部</text>
+						<up-icon name="arrow-right"></up-icon>
+					</view>
+				</view>
+				<view class="card-cont flex-center">
+					<view class="cont-item image-item" v-for="(item,index) in 3" :key="index">
+						<image class="img" :src="`https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png`"></image>
+						<view class="name">从化荔博园</view>
+					</view>
+				</view>
 			</view>
-			<view class="list-item">
+			<view class="list-item flex-center">
 				<text class="name">联系客服</text>
 				<up-icon name="arrow-right"></up-icon>
 			</view>
-			<view class="list-item">
+			<view class="list-item flex-center">
 				<text class="name">意见反馈</text>
-				<text>></text>
+				<up-icon name="arrow-right"></up-icon>
 			</view>
 		</view>
 	</view>
 </template>
 
 <script setup>
-import config from "@/api/config.js"
+import config from "@/api/config.js"
+
+const orderList = ["待付款","待发货","待收货","待评价","退款/售后"]
+const imageList = []
 </script>
 
 <style lang="scss" scoped>
@@ -128,17 +146,63 @@ import config from "@/api/config.js"
 			}
 		}
 		.list-wrap{
-			.list-item{
+			.list-item,.list-card{
 				background: #fff;
 				border-radius: 10rpx;
 				margin-top: 20rpx;
 				padding: 26rpx 20rpx;
-				display: flex;
-				align-items: center;
-				justify-content: space-between;
 				.name{
 					font-weight: 500;
 				}
+				.all{
+					color: rgba(0, 0, 0, 0.6);
+					font-size: 26rpx;
+				}
+				.card-cont{
+					margin-top: 20rpx;
+					.cont-item{
+						flex: 1;
+						text-align: center;
+						font-size: 24rpx;
+						.icon{
+							width: 36rpx;
+							height: 32rpx;
+							margin-bottom: 4rpx;
+						}
+					}
+					.image-item{
+						border-radius: 16rpx;
+						border: 1px solid #E3E3E3;
+						padding: 10rpx;
+						position: relative;
+						.img{
+							width: 100%;
+							height: 180rpx;
+							border-radius: 8rpx;
+						}
+						.name{
+							position: absolute;
+							bottom: 0;
+							left: 0;
+							color: #fff;
+							padding: 6rpx;
+							width: 100%;
+							box-sizing: border-box;
+							border-radius: 0 0 16rpx 16rpx;
+							text-align: center;
+							background: rgba(0, 0, 0, 0.3);
+							backdrop-filter: blur(6rpx);
+						}
+					}
+					.image-item + .image-item{
+						margin-left: 20rpx;
+					}
+				}
+			}
+			.flex-center{
+				display: flex;
+				align-items: center;
+				justify-content: space-between;
 			}
 		}
 	}

+ 0 - 42
uni_modules/uni-icons/changelog.md

@@ -1,42 +0,0 @@
-## 2.0.10(2024-06-07)
-- 优化 uni-app x 中,size 属性的类型
-## 2.0.9(2024-01-12)
-fix: 修复图标大小默认值错误的问题
-## 2.0.8(2023-12-14)
-- 修复 项目未使用 ts 情况下,打包报错的bug
-## 2.0.7(2023-12-14)
-- 修复 size 属性为 string 时,不加单位导致尺寸异常的bug
-## 2.0.6(2023-12-11)
-- 优化 兼容老版本icon类型,如 top ,bottom 等
-## 2.0.5(2023-12-11)
-- 优化 兼容老版本icon类型,如 top ,bottom 等
-## 2.0.4(2023-12-06)
-- 优化 uni-app x 下示例项目图标排序
-## 2.0.3(2023-12-06)
-- 修复 nvue下引入组件报错的bug
-## 2.0.2(2023-12-05)
--优化 size 属性支持单位
-## 2.0.1(2023-12-05)
-- 新增 uni-app x 支持定义图标
-## 1.3.5(2022-01-24)
-- 优化 size 属性可以传入不带单位的字符串数值
-## 1.3.4(2022-01-24)
-- 优化 size 支持其他单位
-## 1.3.3(2022-01-17)
-- 修复 nvue 有些图标不显示的bug,兼容老版本图标
-## 1.3.2(2021-12-01)
-- 优化 示例可复制图标名称
-## 1.3.1(2021-11-23)
-- 优化 兼容旧组件 type 值
-## 1.3.0(2021-11-19)
-- 新增 更多图标
-- 优化 自定义图标使用方式
-- 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
-- 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-icons](https://uniapp.dcloud.io/component/uniui/uni-icons)
-## 1.1.7(2021-11-08)
-## 1.2.0(2021-07-30)
-- 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
-## 1.1.5(2021-05-12)
-- 新增 组件示例地址
-## 1.1.4(2021-02-05)
-- 调整为uni_modules目录规范

+ 0 - 91
uni_modules/uni-icons/components/uni-icons/uni-icons.uvue

@@ -1,91 +0,0 @@
-<template>
-  <text class="uni-icons" :style="styleObj">
-    <slot>{{unicode}}</slot>
-  </text>
-</template>
-
-<script>
-  import { fontData, IconsDataItem } from './uniicons_file'
-
-  /**
-   * Icons 图标
-   * @description 用于展示 icon 图标
-   * @tutorial https://ext.dcloud.net.cn/plugin?id=28
-   * @property {Number,String} size 图标大小
-   * @property {String} type 图标图案,参考示例
-   * @property {String} color 图标颜色
-   * @property {String} customPrefix 自定义图标
-   * @event {Function} click 点击 Icon 触发事件
-   */
-  export default {
-    name: "uni-icons",
-    props: {
-      type: {
-        type: String,
-        default: ''
-      },
-      color: {
-        type: String,
-        default: '#333333'
-      },
-      size: {
-        type: [Number, String],
-        default: 16
-      },
-      fontFamily: {
-        type: String,
-        default: ''
-      }
-    },
-    data() {
-      return {};
-    },
-    computed: {
-      unicode() : string {
-        let codes = fontData.find((item : IconsDataItem) : boolean => { return item.font_class == this.type })
-        if (codes !== null) {
-          return codes.unicode
-        }
-        return ''
-      },
-      iconSize() : string {
-        const size = this.size
-        if (typeof size == 'string') {
-          const reg = /^[0-9]*$/g
-          return reg.test(size as string) ? '' + size + 'px' : '' + size;
-          // return '' + this.size
-        }
-        return this.getFontSize(size as number)
-      },
-      styleObj() : UTSJSONObject {
-        if (this.fontFamily !== '') {
-          return { color: this.color, fontSize: this.iconSize, fontFamily: this.fontFamily }
-        }
-        return { color: this.color, fontSize: this.iconSize }
-      }
-    },
-    created() { },
-    methods: {
-      /**
-       * 字体大小
-       */
-      getFontSize(size : number) : string {
-        return size + 'px';
-      },
-    },
-  }
-</script>
-
-<style scoped>
-  @font-face {
-    font-family: UniIconsFontFamily;
-    src: url('./uniicons.ttf');
-  }
-
-  .uni-icons {
-    font-family: UniIconsFontFamily;
-    font-size: 18px;
-    font-style: normal;
-    color: #333;
-  }
-</style>

+ 0 - 110
uni_modules/uni-icons/components/uni-icons/uni-icons.vue

@@ -1,110 +0,0 @@
-<template>
-	<!-- #ifdef APP-NVUE -->
-	<text :style="styleObj" class="uni-icons" @click="_onClick">{{unicode}}</text>
-	<!-- #endif -->
-	<!-- #ifndef APP-NVUE -->
-	<text :style="styleObj" class="uni-icons" :class="['uniui-'+type,customPrefix,customPrefix?type:'']" @click="_onClick">
-		<slot></slot>
-	</text>
-	<!-- #endif -->
-</template>
-
-<script>
-	import { fontData } from './uniicons_file_vue.js';
-
-	const getVal = (val) => {
-		const reg = /^[0-9]*$/g
-		return (typeof val === 'number' || reg.test(val)) ? val + 'px' : val;
-	}
-
-	// #ifdef APP-NVUE
-	var domModule = weex.requireModule('dom');
-	import iconUrl from './uniicons.ttf'
-	domModule.addRule('fontFace', {
-		'fontFamily': "uniicons",
-		'src': "url('" + iconUrl + "')"
-	});
-	// #endif
-
-	/**
-	 * Icons 图标
-	 * @description 用于展示 icons 图标
-	 * @tutorial https://ext.dcloud.net.cn/plugin?id=28
-	 * @property {Number} size 图标大小
-	 * @property {String} type 图标图案,参考示例
-	 * @property {String} color 图标颜色
-	 * @property {String} customPrefix 自定义图标
-	 * @event {Function} click 点击 Icon 触发事件
-	 */
-	export default {
-		name: 'UniIcons',
-		emits: ['click'],
-		props: {
-			type: {
-				type: String,
-				default: ''
-			},
-			color: {
-				type: String,
-				default: '#333333'
-			},
-			size: {
-				type: [Number, String],
-				default: 16
-			},
-			customPrefix: {
-				type: String,
-				default: ''
-			},
-			fontFamily: {
-				type: String,
-				default: ''
-			}
-		},
-		data() {
-			return {
-				icons: fontData
-			}
-		},
-		computed: {
-			unicode() {
-				let code = this.icons.find(v => v.font_class === this.type)
-				if (code) {
-					return code.unicode
-				}
-				return ''
-			},
-			iconSize() {
-				return getVal(this.size)
-			},
-			styleObj() {
-				if (this.fontFamily !== '') {
-					return `color: ${this.color}; font-size: ${this.iconSize}; font-family: ${this.fontFamily};`
-				}
-				return `color: ${this.color}; font-size: ${this.iconSize};`
-			}
-		},
-		methods: {
-			_onClick() {
-				this.$emit('click')
-			}
-		}
-	}
-</script>
-
-<style lang="scss">
-	/* #ifndef APP-NVUE */
-	@import './uniicons.css';
-
-	@font-face {
-		font-family: uniicons;
-		src: url('./uniicons.ttf');
-	}
-
-	/* #endif */
-	.uni-icons {
-		font-family: uniicons;
-		text-decoration: none;
-		text-align: center;
-	}
-</style>

+ 0 - 664
uni_modules/uni-icons/components/uni-icons/uniicons.css

@@ -1,664 +0,0 @@
-
-.uniui-cart-filled:before {
-  content: "\e6d0";
-}
-
-.uniui-gift-filled:before {
-  content: "\e6c4";
-}
-
-.uniui-color:before {
-  content: "\e6cf";
-}
-
-.uniui-wallet:before {
-  content: "\e6b1";
-}
-
-.uniui-settings-filled:before {
-  content: "\e6ce";
-}
-
-.uniui-auth-filled:before {
-  content: "\e6cc";
-}
-
-.uniui-shop-filled:before {
-  content: "\e6cd";
-}
-
-.uniui-staff-filled:before {
-  content: "\e6cb";
-}
-
-.uniui-vip-filled:before {
-  content: "\e6c6";
-}
-
-.uniui-plus-filled:before {
-  content: "\e6c7";
-}
-
-.uniui-folder-add-filled:before {
-  content: "\e6c8";
-}
-
-.uniui-color-filled:before {
-  content: "\e6c9";
-}
-
-.uniui-tune-filled:before {
-  content: "\e6ca";
-}
-
-.uniui-calendar-filled:before {
-  content: "\e6c0";
-}
-
-.uniui-notification-filled:before {
-  content: "\e6c1";
-}
-
-.uniui-wallet-filled:before {
-  content: "\e6c2";
-}
-
-.uniui-medal-filled:before {
-  content: "\e6c3";
-}
-
-.uniui-fire-filled:before {
-  content: "\e6c5";
-}
-
-.uniui-refreshempty:before {
-  content: "\e6bf";
-}
-
-.uniui-location-filled:before {
-  content: "\e6af";
-}
-
-.uniui-person-filled:before {
-  content: "\e69d";
-}
-
-.uniui-personadd-filled:before {
-  content: "\e698";
-}
-
-.uniui-arrowthinleft:before {
-  content: "\e6d2";
-}
-
-.uniui-arrowthinup:before {
-  content: "\e6d3";
-}
-
-.uniui-arrowthindown:before {
-  content: "\e6d4";
-}
-
-.uniui-back:before {
-  content: "\e6b9";
-}
-
-.uniui-forward:before {
-  content: "\e6ba";
-}
-
-.uniui-arrow-right:before {
-  content: "\e6bb";
-}
-
-.uniui-arrow-left:before {
-  content: "\e6bc";
-}
-
-.uniui-arrow-up:before {
-  content: "\e6bd";
-}
-
-.uniui-arrow-down:before {
-  content: "\e6be";
-}
-
-.uniui-arrowthinright:before {
-  content: "\e6d1";
-}
-
-.uniui-down:before {
-  content: "\e6b8";
-}
-
-.uniui-bottom:before {
-  content: "\e6b8";
-}
-
-.uniui-arrowright:before {
-  content: "\e6d5";
-}
-
-.uniui-right:before {
-  content: "\e6b5";
-}
-
-.uniui-up:before {
-  content: "\e6b6";
-}
-
-.uniui-top:before {
-  content: "\e6b6";
-}
-
-.uniui-left:before {
-  content: "\e6b7";
-}
-
-.uniui-arrowup:before {
-  content: "\e6d6";
-}
-
-.uniui-eye:before {
-  content: "\e651";
-}
-
-.uniui-eye-filled:before {
-  content: "\e66a";
-}
-
-.uniui-eye-slash:before {
-  content: "\e6b3";
-}
-
-.uniui-eye-slash-filled:before {
-  content: "\e6b4";
-}
-
-.uniui-info-filled:before {
-  content: "\e649";
-}
-
-.uniui-reload:before {
-  content: "\e6b2";
-}
-
-.uniui-micoff-filled:before {
-  content: "\e6b0";
-}
-
-.uniui-map-pin-ellipse:before {
-  content: "\e6ac";
-}
-
-.uniui-map-pin:before {
-  content: "\e6ad";
-}
-
-.uniui-location:before {
-  content: "\e6ae";
-}
-
-.uniui-starhalf:before {
-  content: "\e683";
-}
-
-.uniui-star:before {
-  content: "\e688";
-}
-
-.uniui-star-filled:before {
-  content: "\e68f";
-}
-
-.uniui-calendar:before {
-  content: "\e6a0";
-}
-
-.uniui-fire:before {
-  content: "\e6a1";
-}
-
-.uniui-medal:before {
-  content: "\e6a2";
-}
-
-.uniui-font:before {
-  content: "\e6a3";
-}
-
-.uniui-gift:before {
-  content: "\e6a4";
-}
-
-.uniui-link:before {
-  content: "\e6a5";
-}
-
-.uniui-notification:before {
-  content: "\e6a6";
-}
-
-.uniui-staff:before {
-  content: "\e6a7";
-}
-
-.uniui-vip:before {
-  content: "\e6a8";
-}
-
-.uniui-folder-add:before {
-  content: "\e6a9";
-}
-
-.uniui-tune:before {
-  content: "\e6aa";
-}
-
-.uniui-auth:before {
-  content: "\e6ab";
-}
-
-.uniui-person:before {
-  content: "\e699";
-}
-
-.uniui-email-filled:before {
-  content: "\e69a";
-}
-
-.uniui-phone-filled:before {
-  content: "\e69b";
-}
-
-.uniui-phone:before {
-  content: "\e69c";
-}
-
-.uniui-email:before {
-  content: "\e69e";
-}
-
-.uniui-personadd:before {
-  content: "\e69f";
-}
-
-.uniui-chatboxes-filled:before {
-  content: "\e692";
-}
-
-.uniui-contact:before {
-  content: "\e693";
-}
-
-.uniui-chatbubble-filled:before {
-  content: "\e694";
-}
-
-.uniui-contact-filled:before {
-  content: "\e695";
-}
-
-.uniui-chatboxes:before {
-  content: "\e696";
-}
-
-.uniui-chatbubble:before {
-  content: "\e697";
-}
-
-.uniui-upload-filled:before {
-  content: "\e68e";
-}
-
-.uniui-upload:before {
-  content: "\e690";
-}
-
-.uniui-weixin:before {
-  content: "\e691";
-}
-
-.uniui-compose:before {
-  content: "\e67f";
-}
-
-.uniui-qq:before {
-  content: "\e680";
-}
-
-.uniui-download-filled:before {
-  content: "\e681";
-}
-
-.uniui-pyq:before {
-  content: "\e682";
-}
-
-.uniui-sound:before {
-  content: "\e684";
-}
-
-.uniui-trash-filled:before {
-  content: "\e685";
-}
-
-.uniui-sound-filled:before {
-  content: "\e686";
-}
-
-.uniui-trash:before {
-  content: "\e687";
-}
-
-.uniui-videocam-filled:before {
-  content: "\e689";
-}
-
-.uniui-spinner-cycle:before {
-  content: "\e68a";
-}
-
-.uniui-weibo:before {
-  content: "\e68b";
-}
-
-.uniui-videocam:before {
-  content: "\e68c";
-}
-
-.uniui-download:before {
-  content: "\e68d";
-}
-
-.uniui-help:before {
-  content: "\e679";
-}
-
-.uniui-navigate-filled:before {
-  content: "\e67a";
-}
-
-.uniui-plusempty:before {
-  content: "\e67b";
-}
-
-.uniui-smallcircle:before {
-  content: "\e67c";
-}
-
-.uniui-minus-filled:before {
-  content: "\e67d";
-}
-
-.uniui-micoff:before {
-  content: "\e67e";
-}
-
-.uniui-closeempty:before {
-  content: "\e66c";
-}
-
-.uniui-clear:before {
-  content: "\e66d";
-}
-
-.uniui-navigate:before {
-  content: "\e66e";
-}
-
-.uniui-minus:before {
-  content: "\e66f";
-}
-
-.uniui-image:before {
-  content: "\e670";
-}
-
-.uniui-mic:before {
-  content: "\e671";
-}
-
-.uniui-paperplane:before {
-  content: "\e672";
-}
-
-.uniui-close:before {
-  content: "\e673";
-}
-
-.uniui-help-filled:before {
-  content: "\e674";
-}
-
-.uniui-paperplane-filled:before {
-  content: "\e675";
-}
-
-.uniui-plus:before {
-  content: "\e676";
-}
-
-.uniui-mic-filled:before {
-  content: "\e677";
-}
-
-.uniui-image-filled:before {
-  content: "\e678";
-}
-
-.uniui-locked-filled:before {
-  content: "\e668";
-}
-
-.uniui-info:before {
-  content: "\e669";
-}
-
-.uniui-locked:before {
-  content: "\e66b";
-}
-
-.uniui-camera-filled:before {
-  content: "\e658";
-}
-
-.uniui-chat-filled:before {
-  content: "\e659";
-}
-
-.uniui-camera:before {
-  content: "\e65a";
-}
-
-.uniui-circle:before {
-  content: "\e65b";
-}
-
-.uniui-checkmarkempty:before {
-  content: "\e65c";
-}
-
-.uniui-chat:before {
-  content: "\e65d";
-}
-
-.uniui-circle-filled:before {
-  content: "\e65e";
-}
-
-.uniui-flag:before {
-  content: "\e65f";
-}
-
-.uniui-flag-filled:before {
-  content: "\e660";
-}
-
-.uniui-gear-filled:before {
-  content: "\e661";
-}
-
-.uniui-home:before {
-  content: "\e662";
-}
-
-.uniui-home-filled:before {
-  content: "\e663";
-}
-
-.uniui-gear:before {
-  content: "\e664";
-}
-
-.uniui-smallcircle-filled:before {
-  content: "\e665";
-}
-
-.uniui-map-filled:before {
-  content: "\e666";
-}
-
-.uniui-map:before {
-  content: "\e667";
-}
-
-.uniui-refresh-filled:before {
-  content: "\e656";
-}
-
-.uniui-refresh:before {
-  content: "\e657";
-}
-
-.uniui-cloud-upload:before {
-  content: "\e645";
-}
-
-.uniui-cloud-download-filled:before {
-  content: "\e646";
-}
-
-.uniui-cloud-download:before {
-  content: "\e647";
-}
-
-.uniui-cloud-upload-filled:before {
-  content: "\e648";
-}
-
-.uniui-redo:before {
-  content: "\e64a";
-}
-
-.uniui-images-filled:before {
-  content: "\e64b";
-}
-
-.uniui-undo-filled:before {
-  content: "\e64c";
-}
-
-.uniui-more:before {
-  content: "\e64d";
-}
-
-.uniui-more-filled:before {
-  content: "\e64e";
-}
-
-.uniui-undo:before {
-  content: "\e64f";
-}
-
-.uniui-images:before {
-  content: "\e650";
-}
-
-.uniui-paperclip:before {
-  content: "\e652";
-}
-
-.uniui-settings:before {
-  content: "\e653";
-}
-
-.uniui-search:before {
-  content: "\e654";
-}
-
-.uniui-redo-filled:before {
-  content: "\e655";
-}
-
-.uniui-list:before {
-  content: "\e644";
-}
-
-.uniui-mail-open-filled:before {
-  content: "\e63a";
-}
-
-.uniui-hand-down-filled:before {
-  content: "\e63c";
-}
-
-.uniui-hand-down:before {
-  content: "\e63d";
-}
-
-.uniui-hand-up-filled:before {
-  content: "\e63e";
-}
-
-.uniui-hand-up:before {
-  content: "\e63f";
-}
-
-.uniui-heart-filled:before {
-  content: "\e641";
-}
-
-.uniui-mail-open:before {
-  content: "\e643";
-}
-
-.uniui-heart:before {
-  content: "\e639";
-}
-
-.uniui-loop:before {
-  content: "\e633";
-}
-
-.uniui-pulldown:before {
-  content: "\e632";
-}
-
-.uniui-scan:before {
-  content: "\e62a";
-}
-
-.uniui-bars:before {
-  content: "\e627";
-}
-
-.uniui-checkbox:before {
-  content: "\e62b";
-}
-
-.uniui-checkbox-filled:before {
-  content: "\e62c";
-}
-
-.uniui-shop:before {
-  content: "\e62f";
-}
-
-.uniui-headphones:before {
-  content: "\e630";
-}
-
-.uniui-cart:before {
-  content: "\e631";
-}

BIN
uni_modules/uni-icons/components/uni-icons/uniicons.ttf


+ 0 - 664
uni_modules/uni-icons/components/uni-icons/uniicons_file.ts

@@ -1,664 +0,0 @@
-
-export type IconsData = {
-	id : string
-	name : string
-	font_family : string
-	css_prefix_text : string
-	description : string
-	glyphs : Array<IconsDataItem>
-}
-
-export type IconsDataItem = {
-	font_class : string
-	unicode : string
-}
-
-
-export const fontData = [
-  {
-    "font_class": "arrow-down",
-    "unicode": "\ue6be"
-  },
-  {
-    "font_class": "arrow-left",
-    "unicode": "\ue6bc"
-  },
-  {
-    "font_class": "arrow-right",
-    "unicode": "\ue6bb"
-  },
-  {
-    "font_class": "arrow-up",
-    "unicode": "\ue6bd"
-  },
-  {
-    "font_class": "auth",
-    "unicode": "\ue6ab"
-  },
-  {
-    "font_class": "auth-filled",
-    "unicode": "\ue6cc"
-  },
-  {
-    "font_class": "back",
-    "unicode": "\ue6b9"
-  },
-  {
-    "font_class": "bars",
-    "unicode": "\ue627"
-  },
-  {
-    "font_class": "calendar",
-    "unicode": "\ue6a0"
-  },
-  {
-    "font_class": "calendar-filled",
-    "unicode": "\ue6c0"
-  },
-  {
-    "font_class": "camera",
-    "unicode": "\ue65a"
-  },
-  {
-    "font_class": "camera-filled",
-    "unicode": "\ue658"
-  },
-  {
-    "font_class": "cart",
-    "unicode": "\ue631"
-  },
-  {
-    "font_class": "cart-filled",
-    "unicode": "\ue6d0"
-  },
-  {
-    "font_class": "chat",
-    "unicode": "\ue65d"
-  },
-  {
-    "font_class": "chat-filled",
-    "unicode": "\ue659"
-  },
-  {
-    "font_class": "chatboxes",
-    "unicode": "\ue696"
-  },
-  {
-    "font_class": "chatboxes-filled",
-    "unicode": "\ue692"
-  },
-  {
-    "font_class": "chatbubble",
-    "unicode": "\ue697"
-  },
-  {
-    "font_class": "chatbubble-filled",
-    "unicode": "\ue694"
-  },
-  {
-    "font_class": "checkbox",
-    "unicode": "\ue62b"
-  },
-  {
-    "font_class": "checkbox-filled",
-    "unicode": "\ue62c"
-  },
-  {
-    "font_class": "checkmarkempty",
-    "unicode": "\ue65c"
-  },
-  {
-    "font_class": "circle",
-    "unicode": "\ue65b"
-  },
-  {
-    "font_class": "circle-filled",
-    "unicode": "\ue65e"
-  },
-  {
-    "font_class": "clear",
-    "unicode": "\ue66d"
-  },
-  {
-    "font_class": "close",
-    "unicode": "\ue673"
-  },
-  {
-    "font_class": "closeempty",
-    "unicode": "\ue66c"
-  },
-  {
-    "font_class": "cloud-download",
-    "unicode": "\ue647"
-  },
-  {
-    "font_class": "cloud-download-filled",
-    "unicode": "\ue646"
-  },
-  {
-    "font_class": "cloud-upload",
-    "unicode": "\ue645"
-  },
-  {
-    "font_class": "cloud-upload-filled",
-    "unicode": "\ue648"
-  },
-  {
-    "font_class": "color",
-    "unicode": "\ue6cf"
-  },
-  {
-    "font_class": "color-filled",
-    "unicode": "\ue6c9"
-  },
-  {
-    "font_class": "compose",
-    "unicode": "\ue67f"
-  },
-  {
-    "font_class": "contact",
-    "unicode": "\ue693"
-  },
-  {
-    "font_class": "contact-filled",
-    "unicode": "\ue695"
-  },
-  {
-    "font_class": "down",
-    "unicode": "\ue6b8"
-  },
-	{
-	  "font_class": "bottom",
-	  "unicode": "\ue6b8"
-	},
-  {
-    "font_class": "download",
-    "unicode": "\ue68d"
-  },
-  {
-    "font_class": "download-filled",
-    "unicode": "\ue681"
-  },
-  {
-    "font_class": "email",
-    "unicode": "\ue69e"
-  },
-  {
-    "font_class": "email-filled",
-    "unicode": "\ue69a"
-  },
-  {
-    "font_class": "eye",
-    "unicode": "\ue651"
-  },
-  {
-    "font_class": "eye-filled",
-    "unicode": "\ue66a"
-  },
-  {
-    "font_class": "eye-slash",
-    "unicode": "\ue6b3"
-  },
-  {
-    "font_class": "eye-slash-filled",
-    "unicode": "\ue6b4"
-  },
-  {
-    "font_class": "fire",
-    "unicode": "\ue6a1"
-  },
-  {
-    "font_class": "fire-filled",
-    "unicode": "\ue6c5"
-  },
-  {
-    "font_class": "flag",
-    "unicode": "\ue65f"
-  },
-  {
-    "font_class": "flag-filled",
-    "unicode": "\ue660"
-  },
-  {
-    "font_class": "folder-add",
-    "unicode": "\ue6a9"
-  },
-  {
-    "font_class": "folder-add-filled",
-    "unicode": "\ue6c8"
-  },
-  {
-    "font_class": "font",
-    "unicode": "\ue6a3"
-  },
-  {
-    "font_class": "forward",
-    "unicode": "\ue6ba"
-  },
-  {
-    "font_class": "gear",
-    "unicode": "\ue664"
-  },
-  {
-    "font_class": "gear-filled",
-    "unicode": "\ue661"
-  },
-  {
-    "font_class": "gift",
-    "unicode": "\ue6a4"
-  },
-  {
-    "font_class": "gift-filled",
-    "unicode": "\ue6c4"
-  },
-  {
-    "font_class": "hand-down",
-    "unicode": "\ue63d"
-  },
-  {
-    "font_class": "hand-down-filled",
-    "unicode": "\ue63c"
-  },
-  {
-    "font_class": "hand-up",
-    "unicode": "\ue63f"
-  },
-  {
-    "font_class": "hand-up-filled",
-    "unicode": "\ue63e"
-  },
-  {
-    "font_class": "headphones",
-    "unicode": "\ue630"
-  },
-  {
-    "font_class": "heart",
-    "unicode": "\ue639"
-  },
-  {
-    "font_class": "heart-filled",
-    "unicode": "\ue641"
-  },
-  {
-    "font_class": "help",
-    "unicode": "\ue679"
-  },
-  {
-    "font_class": "help-filled",
-    "unicode": "\ue674"
-  },
-  {
-    "font_class": "home",
-    "unicode": "\ue662"
-  },
-  {
-    "font_class": "home-filled",
-    "unicode": "\ue663"
-  },
-  {
-    "font_class": "image",
-    "unicode": "\ue670"
-  },
-  {
-    "font_class": "image-filled",
-    "unicode": "\ue678"
-  },
-  {
-    "font_class": "images",
-    "unicode": "\ue650"
-  },
-  {
-    "font_class": "images-filled",
-    "unicode": "\ue64b"
-  },
-  {
-    "font_class": "info",
-    "unicode": "\ue669"
-  },
-  {
-    "font_class": "info-filled",
-    "unicode": "\ue649"
-  },
-  {
-    "font_class": "left",
-    "unicode": "\ue6b7"
-  },
-  {
-    "font_class": "link",
-    "unicode": "\ue6a5"
-  },
-  {
-    "font_class": "list",
-    "unicode": "\ue644"
-  },
-  {
-    "font_class": "location",
-    "unicode": "\ue6ae"
-  },
-  {
-    "font_class": "location-filled",
-    "unicode": "\ue6af"
-  },
-  {
-    "font_class": "locked",
-    "unicode": "\ue66b"
-  },
-  {
-    "font_class": "locked-filled",
-    "unicode": "\ue668"
-  },
-  {
-    "font_class": "loop",
-    "unicode": "\ue633"
-  },
-  {
-    "font_class": "mail-open",
-    "unicode": "\ue643"
-  },
-  {
-    "font_class": "mail-open-filled",
-    "unicode": "\ue63a"
-  },
-  {
-    "font_class": "map",
-    "unicode": "\ue667"
-  },
-  {
-    "font_class": "map-filled",
-    "unicode": "\ue666"
-  },
-  {
-    "font_class": "map-pin",
-    "unicode": "\ue6ad"
-  },
-  {
-    "font_class": "map-pin-ellipse",
-    "unicode": "\ue6ac"
-  },
-  {
-    "font_class": "medal",
-    "unicode": "\ue6a2"
-  },
-  {
-    "font_class": "medal-filled",
-    "unicode": "\ue6c3"
-  },
-  {
-    "font_class": "mic",
-    "unicode": "\ue671"
-  },
-  {
-    "font_class": "mic-filled",
-    "unicode": "\ue677"
-  },
-  {
-    "font_class": "micoff",
-    "unicode": "\ue67e"
-  },
-  {
-    "font_class": "micoff-filled",
-    "unicode": "\ue6b0"
-  },
-  {
-    "font_class": "minus",
-    "unicode": "\ue66f"
-  },
-  {
-    "font_class": "minus-filled",
-    "unicode": "\ue67d"
-  },
-  {
-    "font_class": "more",
-    "unicode": "\ue64d"
-  },
-  {
-    "font_class": "more-filled",
-    "unicode": "\ue64e"
-  },
-  {
-    "font_class": "navigate",
-    "unicode": "\ue66e"
-  },
-  {
-    "font_class": "navigate-filled",
-    "unicode": "\ue67a"
-  },
-  {
-    "font_class": "notification",
-    "unicode": "\ue6a6"
-  },
-  {
-    "font_class": "notification-filled",
-    "unicode": "\ue6c1"
-  },
-  {
-    "font_class": "paperclip",
-    "unicode": "\ue652"
-  },
-  {
-    "font_class": "paperplane",
-    "unicode": "\ue672"
-  },
-  {
-    "font_class": "paperplane-filled",
-    "unicode": "\ue675"
-  },
-  {
-    "font_class": "person",
-    "unicode": "\ue699"
-  },
-  {
-    "font_class": "person-filled",
-    "unicode": "\ue69d"
-  },
-  {
-    "font_class": "personadd",
-    "unicode": "\ue69f"
-  },
-  {
-    "font_class": "personadd-filled",
-    "unicode": "\ue698"
-  },
-  {
-    "font_class": "personadd-filled-copy",
-    "unicode": "\ue6d1"
-  },
-  {
-    "font_class": "phone",
-    "unicode": "\ue69c"
-  },
-  {
-    "font_class": "phone-filled",
-    "unicode": "\ue69b"
-  },
-  {
-    "font_class": "plus",
-    "unicode": "\ue676"
-  },
-  {
-    "font_class": "plus-filled",
-    "unicode": "\ue6c7"
-  },
-  {
-    "font_class": "plusempty",
-    "unicode": "\ue67b"
-  },
-  {
-    "font_class": "pulldown",
-    "unicode": "\ue632"
-  },
-  {
-    "font_class": "pyq",
-    "unicode": "\ue682"
-  },
-  {
-    "font_class": "qq",
-    "unicode": "\ue680"
-  },
-  {
-    "font_class": "redo",
-    "unicode": "\ue64a"
-  },
-  {
-    "font_class": "redo-filled",
-    "unicode": "\ue655"
-  },
-  {
-    "font_class": "refresh",
-    "unicode": "\ue657"
-  },
-  {
-    "font_class": "refresh-filled",
-    "unicode": "\ue656"
-  },
-  {
-    "font_class": "refreshempty",
-    "unicode": "\ue6bf"
-  },
-  {
-    "font_class": "reload",
-    "unicode": "\ue6b2"
-  },
-  {
-    "font_class": "right",
-    "unicode": "\ue6b5"
-  },
-  {
-    "font_class": "scan",
-    "unicode": "\ue62a"
-  },
-  {
-    "font_class": "search",
-    "unicode": "\ue654"
-  },
-  {
-    "font_class": "settings",
-    "unicode": "\ue653"
-  },
-  {
-    "font_class": "settings-filled",
-    "unicode": "\ue6ce"
-  },
-  {
-    "font_class": "shop",
-    "unicode": "\ue62f"
-  },
-  {
-    "font_class": "shop-filled",
-    "unicode": "\ue6cd"
-  },
-  {
-    "font_class": "smallcircle",
-    "unicode": "\ue67c"
-  },
-  {
-    "font_class": "smallcircle-filled",
-    "unicode": "\ue665"
-  },
-  {
-    "font_class": "sound",
-    "unicode": "\ue684"
-  },
-  {
-    "font_class": "sound-filled",
-    "unicode": "\ue686"
-  },
-  {
-    "font_class": "spinner-cycle",
-    "unicode": "\ue68a"
-  },
-  {
-    "font_class": "staff",
-    "unicode": "\ue6a7"
-  },
-  {
-    "font_class": "staff-filled",
-    "unicode": "\ue6cb"
-  },
-  {
-    "font_class": "star",
-    "unicode": "\ue688"
-  },
-  {
-    "font_class": "star-filled",
-    "unicode": "\ue68f"
-  },
-  {
-    "font_class": "starhalf",
-    "unicode": "\ue683"
-  },
-  {
-    "font_class": "trash",
-    "unicode": "\ue687"
-  },
-  {
-    "font_class": "trash-filled",
-    "unicode": "\ue685"
-  },
-  {
-    "font_class": "tune",
-    "unicode": "\ue6aa"
-  },
-  {
-    "font_class": "tune-filled",
-    "unicode": "\ue6ca"
-  },
-  {
-    "font_class": "undo",
-    "unicode": "\ue64f"
-  },
-  {
-    "font_class": "undo-filled",
-    "unicode": "\ue64c"
-  },
-  {
-    "font_class": "up",
-    "unicode": "\ue6b6"
-  },
-	{
-	  "font_class": "top",
-	  "unicode": "\ue6b6"
-	},
-  {
-    "font_class": "upload",
-    "unicode": "\ue690"
-  },
-  {
-    "font_class": "upload-filled",
-    "unicode": "\ue68e"
-  },
-  {
-    "font_class": "videocam",
-    "unicode": "\ue68c"
-  },
-  {
-    "font_class": "videocam-filled",
-    "unicode": "\ue689"
-  },
-  {
-    "font_class": "vip",
-    "unicode": "\ue6a8"
-  },
-  {
-    "font_class": "vip-filled",
-    "unicode": "\ue6c6"
-  },
-  {
-    "font_class": "wallet",
-    "unicode": "\ue6b1"
-  },
-  {
-    "font_class": "wallet-filled",
-    "unicode": "\ue6c2"
-  },
-  {
-    "font_class": "weibo",
-    "unicode": "\ue68b"
-  },
-  {
-    "font_class": "weixin",
-    "unicode": "\ue691"
-  }
-] as IconsDataItem[]
-
-// export const fontData = JSON.parse<IconsDataItem>(fontDataJson)

+ 0 - 649
uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js

@@ -1,649 +0,0 @@
-
-export const fontData = [
-  {
-    "font_class": "arrow-down",
-    "unicode": "\ue6be"
-  },
-  {
-    "font_class": "arrow-left",
-    "unicode": "\ue6bc"
-  },
-  {
-    "font_class": "arrow-right",
-    "unicode": "\ue6bb"
-  },
-  {
-    "font_class": "arrow-up",
-    "unicode": "\ue6bd"
-  },
-  {
-    "font_class": "auth",
-    "unicode": "\ue6ab"
-  },
-  {
-    "font_class": "auth-filled",
-    "unicode": "\ue6cc"
-  },
-  {
-    "font_class": "back",
-    "unicode": "\ue6b9"
-  },
-  {
-    "font_class": "bars",
-    "unicode": "\ue627"
-  },
-  {
-    "font_class": "calendar",
-    "unicode": "\ue6a0"
-  },
-  {
-    "font_class": "calendar-filled",
-    "unicode": "\ue6c0"
-  },
-  {
-    "font_class": "camera",
-    "unicode": "\ue65a"
-  },
-  {
-    "font_class": "camera-filled",
-    "unicode": "\ue658"
-  },
-  {
-    "font_class": "cart",
-    "unicode": "\ue631"
-  },
-  {
-    "font_class": "cart-filled",
-    "unicode": "\ue6d0"
-  },
-  {
-    "font_class": "chat",
-    "unicode": "\ue65d"
-  },
-  {
-    "font_class": "chat-filled",
-    "unicode": "\ue659"
-  },
-  {
-    "font_class": "chatboxes",
-    "unicode": "\ue696"
-  },
-  {
-    "font_class": "chatboxes-filled",
-    "unicode": "\ue692"
-  },
-  {
-    "font_class": "chatbubble",
-    "unicode": "\ue697"
-  },
-  {
-    "font_class": "chatbubble-filled",
-    "unicode": "\ue694"
-  },
-  {
-    "font_class": "checkbox",
-    "unicode": "\ue62b"
-  },
-  {
-    "font_class": "checkbox-filled",
-    "unicode": "\ue62c"
-  },
-  {
-    "font_class": "checkmarkempty",
-    "unicode": "\ue65c"
-  },
-  {
-    "font_class": "circle",
-    "unicode": "\ue65b"
-  },
-  {
-    "font_class": "circle-filled",
-    "unicode": "\ue65e"
-  },
-  {
-    "font_class": "clear",
-    "unicode": "\ue66d"
-  },
-  {
-    "font_class": "close",
-    "unicode": "\ue673"
-  },
-  {
-    "font_class": "closeempty",
-    "unicode": "\ue66c"
-  },
-  {
-    "font_class": "cloud-download",
-    "unicode": "\ue647"
-  },
-  {
-    "font_class": "cloud-download-filled",
-    "unicode": "\ue646"
-  },
-  {
-    "font_class": "cloud-upload",
-    "unicode": "\ue645"
-  },
-  {
-    "font_class": "cloud-upload-filled",
-    "unicode": "\ue648"
-  },
-  {
-    "font_class": "color",
-    "unicode": "\ue6cf"
-  },
-  {
-    "font_class": "color-filled",
-    "unicode": "\ue6c9"
-  },
-  {
-    "font_class": "compose",
-    "unicode": "\ue67f"
-  },
-  {
-    "font_class": "contact",
-    "unicode": "\ue693"
-  },
-  {
-    "font_class": "contact-filled",
-    "unicode": "\ue695"
-  },
-  {
-    "font_class": "down",
-    "unicode": "\ue6b8"
-  },
-	{
-	  "font_class": "bottom",
-	  "unicode": "\ue6b8"
-	},
-  {
-    "font_class": "download",
-    "unicode": "\ue68d"
-  },
-  {
-    "font_class": "download-filled",
-    "unicode": "\ue681"
-  },
-  {
-    "font_class": "email",
-    "unicode": "\ue69e"
-  },
-  {
-    "font_class": "email-filled",
-    "unicode": "\ue69a"
-  },
-  {
-    "font_class": "eye",
-    "unicode": "\ue651"
-  },
-  {
-    "font_class": "eye-filled",
-    "unicode": "\ue66a"
-  },
-  {
-    "font_class": "eye-slash",
-    "unicode": "\ue6b3"
-  },
-  {
-    "font_class": "eye-slash-filled",
-    "unicode": "\ue6b4"
-  },
-  {
-    "font_class": "fire",
-    "unicode": "\ue6a1"
-  },
-  {
-    "font_class": "fire-filled",
-    "unicode": "\ue6c5"
-  },
-  {
-    "font_class": "flag",
-    "unicode": "\ue65f"
-  },
-  {
-    "font_class": "flag-filled",
-    "unicode": "\ue660"
-  },
-  {
-    "font_class": "folder-add",
-    "unicode": "\ue6a9"
-  },
-  {
-    "font_class": "folder-add-filled",
-    "unicode": "\ue6c8"
-  },
-  {
-    "font_class": "font",
-    "unicode": "\ue6a3"
-  },
-  {
-    "font_class": "forward",
-    "unicode": "\ue6ba"
-  },
-  {
-    "font_class": "gear",
-    "unicode": "\ue664"
-  },
-  {
-    "font_class": "gear-filled",
-    "unicode": "\ue661"
-  },
-  {
-    "font_class": "gift",
-    "unicode": "\ue6a4"
-  },
-  {
-    "font_class": "gift-filled",
-    "unicode": "\ue6c4"
-  },
-  {
-    "font_class": "hand-down",
-    "unicode": "\ue63d"
-  },
-  {
-    "font_class": "hand-down-filled",
-    "unicode": "\ue63c"
-  },
-  {
-    "font_class": "hand-up",
-    "unicode": "\ue63f"
-  },
-  {
-    "font_class": "hand-up-filled",
-    "unicode": "\ue63e"
-  },
-  {
-    "font_class": "headphones",
-    "unicode": "\ue630"
-  },
-  {
-    "font_class": "heart",
-    "unicode": "\ue639"
-  },
-  {
-    "font_class": "heart-filled",
-    "unicode": "\ue641"
-  },
-  {
-    "font_class": "help",
-    "unicode": "\ue679"
-  },
-  {
-    "font_class": "help-filled",
-    "unicode": "\ue674"
-  },
-  {
-    "font_class": "home",
-    "unicode": "\ue662"
-  },
-  {
-    "font_class": "home-filled",
-    "unicode": "\ue663"
-  },
-  {
-    "font_class": "image",
-    "unicode": "\ue670"
-  },
-  {
-    "font_class": "image-filled",
-    "unicode": "\ue678"
-  },
-  {
-    "font_class": "images",
-    "unicode": "\ue650"
-  },
-  {
-    "font_class": "images-filled",
-    "unicode": "\ue64b"
-  },
-  {
-    "font_class": "info",
-    "unicode": "\ue669"
-  },
-  {
-    "font_class": "info-filled",
-    "unicode": "\ue649"
-  },
-  {
-    "font_class": "left",
-    "unicode": "\ue6b7"
-  },
-  {
-    "font_class": "link",
-    "unicode": "\ue6a5"
-  },
-  {
-    "font_class": "list",
-    "unicode": "\ue644"
-  },
-  {
-    "font_class": "location",
-    "unicode": "\ue6ae"
-  },
-  {
-    "font_class": "location-filled",
-    "unicode": "\ue6af"
-  },
-  {
-    "font_class": "locked",
-    "unicode": "\ue66b"
-  },
-  {
-    "font_class": "locked-filled",
-    "unicode": "\ue668"
-  },
-  {
-    "font_class": "loop",
-    "unicode": "\ue633"
-  },
-  {
-    "font_class": "mail-open",
-    "unicode": "\ue643"
-  },
-  {
-    "font_class": "mail-open-filled",
-    "unicode": "\ue63a"
-  },
-  {
-    "font_class": "map",
-    "unicode": "\ue667"
-  },
-  {
-    "font_class": "map-filled",
-    "unicode": "\ue666"
-  },
-  {
-    "font_class": "map-pin",
-    "unicode": "\ue6ad"
-  },
-  {
-    "font_class": "map-pin-ellipse",
-    "unicode": "\ue6ac"
-  },
-  {
-    "font_class": "medal",
-    "unicode": "\ue6a2"
-  },
-  {
-    "font_class": "medal-filled",
-    "unicode": "\ue6c3"
-  },
-  {
-    "font_class": "mic",
-    "unicode": "\ue671"
-  },
-  {
-    "font_class": "mic-filled",
-    "unicode": "\ue677"
-  },
-  {
-    "font_class": "micoff",
-    "unicode": "\ue67e"
-  },
-  {
-    "font_class": "micoff-filled",
-    "unicode": "\ue6b0"
-  },
-  {
-    "font_class": "minus",
-    "unicode": "\ue66f"
-  },
-  {
-    "font_class": "minus-filled",
-    "unicode": "\ue67d"
-  },
-  {
-    "font_class": "more",
-    "unicode": "\ue64d"
-  },
-  {
-    "font_class": "more-filled",
-    "unicode": "\ue64e"
-  },
-  {
-    "font_class": "navigate",
-    "unicode": "\ue66e"
-  },
-  {
-    "font_class": "navigate-filled",
-    "unicode": "\ue67a"
-  },
-  {
-    "font_class": "notification",
-    "unicode": "\ue6a6"
-  },
-  {
-    "font_class": "notification-filled",
-    "unicode": "\ue6c1"
-  },
-  {
-    "font_class": "paperclip",
-    "unicode": "\ue652"
-  },
-  {
-    "font_class": "paperplane",
-    "unicode": "\ue672"
-  },
-  {
-    "font_class": "paperplane-filled",
-    "unicode": "\ue675"
-  },
-  {
-    "font_class": "person",
-    "unicode": "\ue699"
-  },
-  {
-    "font_class": "person-filled",
-    "unicode": "\ue69d"
-  },
-  {
-    "font_class": "personadd",
-    "unicode": "\ue69f"
-  },
-  {
-    "font_class": "personadd-filled",
-    "unicode": "\ue698"
-  },
-  {
-    "font_class": "personadd-filled-copy",
-    "unicode": "\ue6d1"
-  },
-  {
-    "font_class": "phone",
-    "unicode": "\ue69c"
-  },
-  {
-    "font_class": "phone-filled",
-    "unicode": "\ue69b"
-  },
-  {
-    "font_class": "plus",
-    "unicode": "\ue676"
-  },
-  {
-    "font_class": "plus-filled",
-    "unicode": "\ue6c7"
-  },
-  {
-    "font_class": "plusempty",
-    "unicode": "\ue67b"
-  },
-  {
-    "font_class": "pulldown",
-    "unicode": "\ue632"
-  },
-  {
-    "font_class": "pyq",
-    "unicode": "\ue682"
-  },
-  {
-    "font_class": "qq",
-    "unicode": "\ue680"
-  },
-  {
-    "font_class": "redo",
-    "unicode": "\ue64a"
-  },
-  {
-    "font_class": "redo-filled",
-    "unicode": "\ue655"
-  },
-  {
-    "font_class": "refresh",
-    "unicode": "\ue657"
-  },
-  {
-    "font_class": "refresh-filled",
-    "unicode": "\ue656"
-  },
-  {
-    "font_class": "refreshempty",
-    "unicode": "\ue6bf"
-  },
-  {
-    "font_class": "reload",
-    "unicode": "\ue6b2"
-  },
-  {
-    "font_class": "right",
-    "unicode": "\ue6b5"
-  },
-  {
-    "font_class": "scan",
-    "unicode": "\ue62a"
-  },
-  {
-    "font_class": "search",
-    "unicode": "\ue654"
-  },
-  {
-    "font_class": "settings",
-    "unicode": "\ue653"
-  },
-  {
-    "font_class": "settings-filled",
-    "unicode": "\ue6ce"
-  },
-  {
-    "font_class": "shop",
-    "unicode": "\ue62f"
-  },
-  {
-    "font_class": "shop-filled",
-    "unicode": "\ue6cd"
-  },
-  {
-    "font_class": "smallcircle",
-    "unicode": "\ue67c"
-  },
-  {
-    "font_class": "smallcircle-filled",
-    "unicode": "\ue665"
-  },
-  {
-    "font_class": "sound",
-    "unicode": "\ue684"
-  },
-  {
-    "font_class": "sound-filled",
-    "unicode": "\ue686"
-  },
-  {
-    "font_class": "spinner-cycle",
-    "unicode": "\ue68a"
-  },
-  {
-    "font_class": "staff",
-    "unicode": "\ue6a7"
-  },
-  {
-    "font_class": "staff-filled",
-    "unicode": "\ue6cb"
-  },
-  {
-    "font_class": "star",
-    "unicode": "\ue688"
-  },
-  {
-    "font_class": "star-filled",
-    "unicode": "\ue68f"
-  },
-  {
-    "font_class": "starhalf",
-    "unicode": "\ue683"
-  },
-  {
-    "font_class": "trash",
-    "unicode": "\ue687"
-  },
-  {
-    "font_class": "trash-filled",
-    "unicode": "\ue685"
-  },
-  {
-    "font_class": "tune",
-    "unicode": "\ue6aa"
-  },
-  {
-    "font_class": "tune-filled",
-    "unicode": "\ue6ca"
-  },
-  {
-    "font_class": "undo",
-    "unicode": "\ue64f"
-  },
-  {
-    "font_class": "undo-filled",
-    "unicode": "\ue64c"
-  },
-  {
-    "font_class": "up",
-    "unicode": "\ue6b6"
-  },
-	{
-	  "font_class": "top",
-	  "unicode": "\ue6b6"
-	},
-  {
-    "font_class": "upload",
-    "unicode": "\ue690"
-  },
-  {
-    "font_class": "upload-filled",
-    "unicode": "\ue68e"
-  },
-  {
-    "font_class": "videocam",
-    "unicode": "\ue68c"
-  },
-  {
-    "font_class": "videocam-filled",
-    "unicode": "\ue689"
-  },
-  {
-    "font_class": "vip",
-    "unicode": "\ue6a8"
-  },
-  {
-    "font_class": "vip-filled",
-    "unicode": "\ue6c6"
-  },
-  {
-    "font_class": "wallet",
-    "unicode": "\ue6b1"
-  },
-  {
-    "font_class": "wallet-filled",
-    "unicode": "\ue6c2"
-  },
-  {
-    "font_class": "weibo",
-    "unicode": "\ue68b"
-  },
-  {
-    "font_class": "weixin",
-    "unicode": "\ue691"
-  }
-]
-
-// export const fontData = JSON.parse<IconsDataItem>(fontDataJson)

+ 0 - 89
uni_modules/uni-icons/package.json

@@ -1,89 +0,0 @@
-{
-  "id": "uni-icons",
-  "displayName": "uni-icons 图标",
-  "version": "2.0.10",
-  "description": "图标组件,用于展示移动端常见的图标,可自定义颜色、大小。",
-  "keywords": [
-    "uni-ui",
-    "uniui",
-    "icon",
-    "图标"
-],
-  "repository": "https://github.com/dcloudio/uni-ui",
-  "engines": {
-    "HBuilderX": "^3.2.14"
-  },
-  "directories": {
-    "example": "../../temps/example_temps"
-  },
-"dcloudext": {
-    "sale": {
-      "regular": {
-        "price": "0.00"
-      },
-      "sourcecode": {
-        "price": "0.00"
-      }
-    },
-    "contact": {
-      "qq": ""
-    },
-    "declaration": {
-      "ads": "无",
-      "data": "无",
-      "permissions": "无"
-    },
-    "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
-    "type": "component-vue"
-  },
-  "uni_modules": {
-    "dependencies": ["uni-scss"],
-    "encrypt": [],
-    "platforms": {
-      "cloud": {
-        "tcb": "y",
-        "aliyun": "y",
-        "alipay": "n"
-      },
-      "client": {
-        "App": {
-          "app-vue": "y",
-          "app-nvue": "y",
-          "app-uvue": "y"
-        },
-        "H5-mobile": {
-          "Safari": "y",
-          "Android Browser": "y",
-          "微信浏览器(Android)": "y",
-          "QQ浏览器(Android)": "y"
-        },
-        "H5-pc": {
-          "Chrome": "y",
-          "IE": "y",
-          "Edge": "y",
-          "Firefox": "y",
-          "Safari": "y"
-        },
-        "小程序": {
-          "微信": "y",
-          "阿里": "y",
-          "百度": "y",
-          "字节跳动": "y",
-          "QQ": "y",
-					"钉钉": "y",
-					"快手": "y",
-					"飞书": "y",
-					"京东": "y"
-        },
-        "快应用": {
-          "华为": "y",
-          "联盟": "y"
-        },
-        "Vue": {
-            "vue2": "y",
-            "vue3": "y"
-        }
-      }
-    }
-  }
-}

+ 0 - 8
uni_modules/uni-icons/readme.md

@@ -1,8 +0,0 @@
-## Icons 图标
-> **组件名:uni-icons**
-> 代码块: `uIcons`
-
-用于展示 icons 图标 。
-
-### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-icons)
-#### 如使用过程中有任何问题,或者您对uni-ui有一些好的建议,欢迎加入 uni-ui 交流群:871950839 

+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/app.js.map

@@ -1 +1 @@
-{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\r\n\texport default {\r\n\t\tonLaunch: function() {\r\n\t\t\tconsole.log('App Launch')\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t/*每个页面公共css */\r\n\t@import \"@/static/style/common.scss\";\r\n</style>\r\n","import App from './App'\n\n// #ifndef VUE3\nimport Vue from 'vue'\nimport './uni.promisify.adaptor'\nVue.config.productionTip = false\nApp.mpType = 'app'\nconst app = new Vue({\n  ...App\n})\napp.$mount()\n// #endif\n\n// #ifdef VUE3\nimport { createSSRApp } from 'vue'\nexport function createApp() {\n  const app = createSSRApp(App)\n  return {\n    app\n  }\n}\n// #endif"],"names":["uni","createSSRApp","App"],"mappings":";;;;;;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;ACIM,SAAS,YAAY;AAC1B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAC5B,SAAO;AAAA,IACL;AAAA,EACD;AACH;;;"}
+{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\n\texport default {\n\t\tonLaunch: function() {\n\t\t\tconsole.log('App Launch')\n\t\t},\n\t\tonShow: function() {\n\t\t\tconsole.log('App Show')\n\t\t},\n\t\tonHide: function() {\n\t\t\tconsole.log('App Hide')\n\t\t}\n\t}\n</script>\n\n<style lang=\"scss\">\n\t/*每个页面公共css */\n\t@import \"@/uni_modules/uview-plus/index.scss\";\n\t@import \"@/static/style/common.scss\"\n</style>\n","import App from './App'\n\n// #ifndef VUE3\nimport Vue from 'vue'\nimport './uni.promisify.adaptor'\nVue.config.productionTip = false\nApp.mpType = 'app'\nconst app = new Vue({\n  ...App\n})\napp.$mount()\n// #endif\n\nimport uviewPlus from '@/uni_modules/uview-plus'\n\n// #ifdef VUE3\nimport { createSSRApp } from 'vue'\nexport function createApp() {\n  const app = createSSRApp(App)\n  app.use(uviewPlus)\n  return {\n    app\n  }\n}\n// #endif"],"names":["uni","createSSRApp","App","uviewPlus"],"mappings":";;;;;;;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;ACMM,SAAS,YAAY;AAC1B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAC5B,MAAI,IAAIC,qCAAS;AACjB,SAAO;AAAA,IACL;AAAA,EACD;AACH;;;"}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map


+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/discover/discover.js.map

@@ -1 +1 @@
-{"version":3,"file":"discover.js","sources":["../../a-software/HBuilderX/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvdGFiQmFyL2Rpc2NvdmVyL2Rpc2NvdmVyLnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'D:/a-project/feiniao-youwei-uniapp/pages/tabBar/discover/discover.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;AACA,GAAG,WAAW,eAAe;"}
+{"version":3,"file":"discover.js","sources":["pages/tabBar/discover/discover.vue?type=page"],"sourcesContent":["import MiniProgramPage from '/Users/wangsisi/Desktop/project/FN/App/feiniao-youwei-uniapp/pages/tabBar/discover/discover.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;AACA,GAAG,WAAW,eAAe;"}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/home/home.js.map


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/mine/mine.js.map


+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/shopping/shopping.js.map

@@ -1 +1 @@
-{"version":3,"file":"shopping.js","sources":["../../a-software/HBuilderX/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvdGFiQmFyL3Nob3BwaW5nL3Nob3BwaW5nLnZ1ZQ"],"sourcesContent":["import MiniProgramPage from 'D:/a-project/feiniao-youwei-uniapp/pages/tabBar/shopping/shopping.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;AACA,GAAG,WAAW,eAAe;"}
+{"version":3,"file":"shopping.js","sources":["pages/tabBar/shopping/shopping.vue?type=page"],"sourcesContent":["import MiniProgramPage from '/Users/wangsisi/Desktop/project/FN/App/feiniao-youwei-uniapp/pages/tabBar/shopping/shopping.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;AACA,GAAG,WAAW,eAAe;"}

+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/tabBar/tree/tree.js.map

@@ -1 +1 @@
-{"version":3,"file":"tree.js","sources":["../../a-software/HBuilderX/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvdGFiQmFyL3RyZWUvdHJlZS52dWU"],"sourcesContent":["import MiniProgramPage from 'D:/a-project/feiniao-youwei-uniapp/pages/tabBar/tree/tree.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;AACA,GAAG,WAAW,eAAe;"}
+{"version":3,"file":"tree.js","sources":["pages/tabBar/tree/tree.vue?type=page"],"sourcesContent":["import MiniProgramPage from '/Users/wangsisi/Desktop/project/FN/App/feiniao-youwei-uniapp/pages/tabBar/tree/tree.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;;;;;;AACA,GAAG,WAAW,eAAe;"}

+ 2 - 0
unpackage/dist/dev/mp-weixin/app.js

@@ -1,6 +1,7 @@
 "use strict";
 Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
 const common_vendor = require("./common/vendor.js");
+const uni_modules_uviewPlus_index = require("./uni_modules/uview-plus/index.js");
 if (!Math) {
   "./pages/tabBar/home/home.js";
   "./pages/tabBar/discover/discover.js";
@@ -21,6 +22,7 @@ const _sfc_main = {
 };
 function createApp() {
   const app = common_vendor.createSSRApp(_sfc_main);
+  app.use(uni_modules_uviewPlus_index.uviewPlus);
   return {
     app
   };

+ 4176 - 0
unpackage/dist/dev/mp-weixin/app.wxss

@@ -24,6 +24,4182 @@
 /* 透明度 */
 /* 文章场景相关 */
 /*每个页面公共css */
+.u-line-1,
+.up-line-1 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 1;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-2,
+.up-line-2 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 2;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-3,
+.up-line-3 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 3;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-4,
+.up-line-4 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 4;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-5,
+.up-line-5 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 5;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-6,
+.up-line-6 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 6;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-7,
+.up-line-7 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 7;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-8,
+.up-line-8 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 8;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-9,
+.up-line-9 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 9;
+  -webkit-box-orient: vertical !important;
+}
+.u-line-10,
+.up-line-10 {
+  display: -webkit-box !important;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  word-break: break-all;
+  -webkit-line-clamp: 10;
+  -webkit-box-orient: vertical !important;
+}
+.u-border,
+.up-border {
+  border-width: 0.5px !important;
+  border-color: #dadbde !important;
+  border-style: solid;
+}
+.u-border-top,
+.up-border-top {
+  border-top-width: 0.5px !important;
+  border-color: #dadbde !important;
+  border-top-style: solid;
+}
+.u-border-left,
+.up-border-left {
+  border-left-width: 0.5px !important;
+  border-color: #dadbde !important;
+  border-left-style: solid;
+}
+.u-border-right,
+.up-border-right {
+  border-right-width: 0.5px !important;
+  border-color: #dadbde !important;
+  border-right-style: solid;
+}
+.u-border-bottom,
+.up-border-bottom {
+  border-bottom-width: 0.5px !important;
+  border-color: #dadbde !important;
+  border-bottom-style: solid;
+}
+.u-border-top-bottom,
+.up-border-top-bottom {
+  border-top-width: 0.5px !important;
+  border-bottom-width: 0.5px !important;
+  border-color: #dadbde !important;
+  border-top-style: solid;
+  border-bottom-style: solid;
+}
+.u-reset-button,
+.up-reset-button {
+  padding: 0;
+  background-color: transparent;
+  font-size: inherit;
+  line-height: inherit;
+  color: inherit;
+}
+.u-reset-button::after,
+.up-reset-button::after {
+  border: none;
+}
+.u-hover-class,
+.up-hover-class {
+  opacity: 0.7;
+}
+.u-empty,
+.u-empty__wrap,
+.u-tabs,
+.u-tabs__wrapper,
+.u-tabs__wrapper__scroll-view-wrapper,
+.u-tabs__wrapper__scroll-view,
+.u-tabs__wrapper__nav,
+.u-tabs__wrapper__nav__line,
+.up-empty,
+.up-empty__wrap,
+.up-tabs,
+.up-tabs__wrapper,
+.up-tabs__wrapper__scroll-view-wrapper,
+.up-tabs__wrapper__scroll-view,
+.up-tabs__wrapper__nav,
+.up-tabs__wrapper__nav__line {
+  display: flex;
+  flex-direction: column;
+  flex-shrink: 0;
+  flex-grow: 0;
+  flex-basis: auto;
+  align-items: stretch;
+  align-content: flex-start;
+}
+.u-flex,
+.u-flex-row,
+.u-flex-x,
+.up-flex,
+.up-flex-row,
+.up-flex-x {
+  display: flex;
+  flex-direction: row;
+  display: flex !important;
+  flex-direction: row !important;
+}
+.u-flex-y,
+.u-flex-column,
+.up-flex-y,
+.up-flex-column {
+  display: flex;
+  flex-direction: column;
+  display: flex !important;
+  flex-direction: column !important;
+}
+.u-flex-x-center,
+.up-flex-x-center {
+  display: flex;
+  flex-direction: row;
+  justify-content: center !important;
+}
+.u-flex-xy-center,
+.up-flex-xy-center {
+  display: flex;
+  flex-direction: row;
+  justify-content: center !important;
+  align-items: center !important;
+}
+.u-flex-y-center,
+.up-flex-y-center {
+  display: flex;
+  flex-direction: row;
+  align-items: center !important;
+}
+.u-flex-x-left,
+.up-flex-x-left {
+  display: flex;
+  flex-direction: row;
+}
+.u-flex-x-reverse,
+.u-flex-row-reverse,
+.up-flex-x-reverse,
+.up-flex-row-reverse {
+  flex-direction: row-reverse !important;
+}
+.u-flex-y-reverse,
+.u-flex-column-reverse,
+.up-flex-y-reverse,
+.up-flex-column-reverse {
+  flex-direction: column-reverse !important;
+}
+.u-flex.u-flex-reverse,
+.u-flex-row.u-flex-reverse,
+.u-flex-x.u-flex-reverse,
+.up-flex.up-flex-reverse,
+.up-flex-row.up-flex-reverse,
+.up-flex-x.up-flex-reverse {
+  flex-direction: row-reverse !important;
+}
+.u-flex-column.u-flex-reverse,
+.u-flex-y.u-flex-reverse,
+.up-flex-column.up-flex-reverse,
+.up-flex-y.up-flex-reverse {
+  flex-direction: column-reverse !important;
+}
+.u-flex-fill,
+.up-flex-fill {
+  flex: 1 1 auto !important;
+}
+.u-margin-top-auto,
+.u-m-t-auto,
+.up-margin-top-auto,
+.up-m-t-auto {
+  margin-top: auto !important;
+}
+.u-margin-right-auto,
+.u-m-r-auto,
+.up-margin-right-auto,
+.up-m-r-auto {
+  margin-right: auto !important;
+}
+.u-margin-bottom-auto,
+.u-m-b-auto,
+.up-margin-bottom-auto,
+.up-m-b-auto {
+  margin-bottom: auto !important;
+}
+.u-margin-left-auto,
+.u-m-l-auto,
+.up-margin-left-auto,
+.up-m-l-auto {
+  margin-left: auto !important;
+}
+.u-margin-center-auto,
+.u-m-c-auto,
+.up-margin-center-auto,
+.up-m-c-auto {
+  margin-left: auto !important;
+  margin-right: auto !important;
+}
+.u-margin-middle-auto,
+.u-m-m-auto,
+.up-margin-middle-auto,
+.up-m-m-auto {
+  margin-top: auto !important;
+  margin-bottom: auto !important;
+}
+.u-flex-wrap,
+.up-flex-wrap {
+  flex-wrap: wrap !important;
+}
+.u-flex-wrap-reverse,
+.up-flex-wrap-reverse {
+  flex-wrap: wrap-reverse !important;
+}
+.u-flex-start,
+.up-flex-start {
+  justify-content: flex-start !important;
+}
+.u-flex-center,
+.up-flex-center {
+  justify-content: center !important;
+}
+.u-flex-end,
+.up-flex-end {
+  justify-content: flex-end !important;
+}
+.u-flex-between,
+.up-flex-between {
+  justify-content: space-between !important;
+}
+.u-flex-around,
+.up-flex-around {
+  justify-content: space-around !important;
+}
+.u-flex-items-start,
+.up-flex-items-start {
+  align-items: flex-start !important;
+}
+.u-flex-items-center,
+.up-flex-items-center {
+  align-items: center !important;
+}
+.u-flex-items-end,
+.up-flex-items-end {
+  align-items: flex-end !important;
+}
+.u-flex-items-baseline,
+.up-flex-items-baseline {
+  align-items: baseline !important;
+}
+.u-flex-items-stretch,
+.up-flex-items-stretch {
+  align-items: stretch !important;
+}
+.u-flex-self-start,
+.up-flex-self-start {
+  align-self: flex-start !important;
+}
+.u-flex-self-center,
+.up-flex-self-center {
+  align-self: center !important;
+}
+.u-flex-self-end,
+.up-flex-self-end {
+  align-self: flex-en !important;
+}
+.u-flex-self-baseline,
+.up-flex-self-baseline {
+  align-self: baseline !important;
+}
+.u-flex-self-stretch,
+.up-flex-self-stretch {
+  align-self: stretch !important;
+}
+.u-flex-content-start,
+.up-flex-content-start {
+  align-content: flex-start !important;
+}
+.u-flex-content-center,
+.up-flex-content-center {
+  align-content: center !important;
+}
+.u-flex-content-end,
+.up-flex-content-end {
+  align-content: flex-end !important;
+}
+.u-flex-content-between,
+.up-flex-content-between {
+  align-content: space-between !important;
+}
+.u-flex-content-around,
+.up-flex-content-around {
+  align-content: space-around !important;
+}
+.u-flex-middle,
+.up-flex-middle {
+  justify-content: center !important;
+  align-items: center !important;
+  align-self: center !important;
+  align-content: center !important;
+}
+.u-flex-grow,
+.up-flex-grow {
+  flex-grow: 1 !important;
+}
+.u-flex-shrink,
+.up-flex-shrink {
+  flex-shrink: 1 !important;
+}
+.u-margin-0, .u-m-0,
+.up-margin-0, .up-m-0 {
+  margin: 0rpx !important;
+}
+.u-padding-0, .u-p-0,
+.up-padding-0, .up-p-0 {
+  padding: 0rpx !important;
+}
+.u-m-l-0,
+.up-m-l-0 {
+  margin-left: 0rpx !important;
+}
+.u-p-l-0,
+.up-p-l-0 {
+  padding-left: 0rpx !important;
+}
+.u-margin-left-0,
+.up-margin-left-0 {
+  margin-left: 0rpx !important;
+}
+.u-padding-left-0,
+.up-padding-left-0 {
+  padding-left: 0rpx !important;
+}
+.u-m-t-0,
+.up-m-t-0 {
+  margin-top: 0rpx !important;
+}
+.u-p-t-0,
+.up-p-t-0 {
+  padding-top: 0rpx !important;
+}
+.u-margin-top-0,
+.up-margin-top-0 {
+  margin-top: 0rpx !important;
+}
+.u-padding-top-0,
+.up-padding-top-0 {
+  padding-top: 0rpx !important;
+}
+.u-m-r-0,
+.up-m-r-0 {
+  margin-right: 0rpx !important;
+}
+.u-p-r-0,
+.up-p-r-0 {
+  padding-right: 0rpx !important;
+}
+.u-margin-right-0,
+.up-margin-right-0 {
+  margin-right: 0rpx !important;
+}
+.u-padding-right-0,
+.up-padding-right-0 {
+  padding-right: 0rpx !important;
+}
+.u-m-b-0,
+.up-m-b-0 {
+  margin-bottom: 0rpx !important;
+}
+.u-p-b-0,
+.up-p-b-0 {
+  padding-bottom: 0rpx !important;
+}
+.u-margin-bottom-0,
+.up-margin-bottom-0 {
+  margin-bottom: 0rpx !important;
+}
+.u-padding-bottom-0,
+.up-padding-bottom-0 {
+  padding-bottom: 0rpx !important;
+}
+.u-margin-2, .u-m-2,
+.up-margin-2, .up-m-2 {
+  margin: 2rpx !important;
+}
+.u-padding-2, .u-p-2,
+.up-padding-2, .up-p-2 {
+  padding: 2rpx !important;
+}
+.u-m-l-2,
+.up-m-l-2 {
+  margin-left: 2rpx !important;
+}
+.u-p-l-2,
+.up-p-l-2 {
+  padding-left: 2rpx !important;
+}
+.u-margin-left-2,
+.up-margin-left-2 {
+  margin-left: 2rpx !important;
+}
+.u-padding-left-2,
+.up-padding-left-2 {
+  padding-left: 2rpx !important;
+}
+.u-m-t-2,
+.up-m-t-2 {
+  margin-top: 2rpx !important;
+}
+.u-p-t-2,
+.up-p-t-2 {
+  padding-top: 2rpx !important;
+}
+.u-margin-top-2,
+.up-margin-top-2 {
+  margin-top: 2rpx !important;
+}
+.u-padding-top-2,
+.up-padding-top-2 {
+  padding-top: 2rpx !important;
+}
+.u-m-r-2,
+.up-m-r-2 {
+  margin-right: 2rpx !important;
+}
+.u-p-r-2,
+.up-p-r-2 {
+  padding-right: 2rpx !important;
+}
+.u-margin-right-2,
+.up-margin-right-2 {
+  margin-right: 2rpx !important;
+}
+.u-padding-right-2,
+.up-padding-right-2 {
+  padding-right: 2rpx !important;
+}
+.u-m-b-2,
+.up-m-b-2 {
+  margin-bottom: 2rpx !important;
+}
+.u-p-b-2,
+.up-p-b-2 {
+  padding-bottom: 2rpx !important;
+}
+.u-margin-bottom-2,
+.up-margin-bottom-2 {
+  margin-bottom: 2rpx !important;
+}
+.u-padding-bottom-2,
+.up-padding-bottom-2 {
+  padding-bottom: 2rpx !important;
+}
+.u-margin-4, .u-m-4,
+.up-margin-4, .up-m-4 {
+  margin: 4rpx !important;
+}
+.u-padding-4, .u-p-4,
+.up-padding-4, .up-p-4 {
+  padding: 4rpx !important;
+}
+.u-m-l-4,
+.up-m-l-4 {
+  margin-left: 4rpx !important;
+}
+.u-p-l-4,
+.up-p-l-4 {
+  padding-left: 4rpx !important;
+}
+.u-margin-left-4,
+.up-margin-left-4 {
+  margin-left: 4rpx !important;
+}
+.u-padding-left-4,
+.up-padding-left-4 {
+  padding-left: 4rpx !important;
+}
+.u-m-t-4,
+.up-m-t-4 {
+  margin-top: 4rpx !important;
+}
+.u-p-t-4,
+.up-p-t-4 {
+  padding-top: 4rpx !important;
+}
+.u-margin-top-4,
+.up-margin-top-4 {
+  margin-top: 4rpx !important;
+}
+.u-padding-top-4,
+.up-padding-top-4 {
+  padding-top: 4rpx !important;
+}
+.u-m-r-4,
+.up-m-r-4 {
+  margin-right: 4rpx !important;
+}
+.u-p-r-4,
+.up-p-r-4 {
+  padding-right: 4rpx !important;
+}
+.u-margin-right-4,
+.up-margin-right-4 {
+  margin-right: 4rpx !important;
+}
+.u-padding-right-4,
+.up-padding-right-4 {
+  padding-right: 4rpx !important;
+}
+.u-m-b-4,
+.up-m-b-4 {
+  margin-bottom: 4rpx !important;
+}
+.u-p-b-4,
+.up-p-b-4 {
+  padding-bottom: 4rpx !important;
+}
+.u-margin-bottom-4,
+.up-margin-bottom-4 {
+  margin-bottom: 4rpx !important;
+}
+.u-padding-bottom-4,
+.up-padding-bottom-4 {
+  padding-bottom: 4rpx !important;
+}
+.u-margin-5, .u-m-5,
+.up-margin-5, .up-m-5 {
+  margin: 5rpx !important;
+}
+.u-padding-5, .u-p-5,
+.up-padding-5, .up-p-5 {
+  padding: 5rpx !important;
+}
+.u-m-l-5,
+.up-m-l-5 {
+  margin-left: 5rpx !important;
+}
+.u-p-l-5,
+.up-p-l-5 {
+  padding-left: 5rpx !important;
+}
+.u-margin-left-5,
+.up-margin-left-5 {
+  margin-left: 5rpx !important;
+}
+.u-padding-left-5,
+.up-padding-left-5 {
+  padding-left: 5rpx !important;
+}
+.u-m-t-5,
+.up-m-t-5 {
+  margin-top: 5rpx !important;
+}
+.u-p-t-5,
+.up-p-t-5 {
+  padding-top: 5rpx !important;
+}
+.u-margin-top-5,
+.up-margin-top-5 {
+  margin-top: 5rpx !important;
+}
+.u-padding-top-5,
+.up-padding-top-5 {
+  padding-top: 5rpx !important;
+}
+.u-m-r-5,
+.up-m-r-5 {
+  margin-right: 5rpx !important;
+}
+.u-p-r-5,
+.up-p-r-5 {
+  padding-right: 5rpx !important;
+}
+.u-margin-right-5,
+.up-margin-right-5 {
+  margin-right: 5rpx !important;
+}
+.u-padding-right-5,
+.up-padding-right-5 {
+  padding-right: 5rpx !important;
+}
+.u-m-b-5,
+.up-m-b-5 {
+  margin-bottom: 5rpx !important;
+}
+.u-p-b-5,
+.up-p-b-5 {
+  padding-bottom: 5rpx !important;
+}
+.u-margin-bottom-5,
+.up-margin-bottom-5 {
+  margin-bottom: 5rpx !important;
+}
+.u-padding-bottom-5,
+.up-padding-bottom-5 {
+  padding-bottom: 5rpx !important;
+}
+.u-margin-6, .u-m-6,
+.up-margin-6, .up-m-6 {
+  margin: 6rpx !important;
+}
+.u-padding-6, .u-p-6,
+.up-padding-6, .up-p-6 {
+  padding: 6rpx !important;
+}
+.u-m-l-6,
+.up-m-l-6 {
+  margin-left: 6rpx !important;
+}
+.u-p-l-6,
+.up-p-l-6 {
+  padding-left: 6rpx !important;
+}
+.u-margin-left-6,
+.up-margin-left-6 {
+  margin-left: 6rpx !important;
+}
+.u-padding-left-6,
+.up-padding-left-6 {
+  padding-left: 6rpx !important;
+}
+.u-m-t-6,
+.up-m-t-6 {
+  margin-top: 6rpx !important;
+}
+.u-p-t-6,
+.up-p-t-6 {
+  padding-top: 6rpx !important;
+}
+.u-margin-top-6,
+.up-margin-top-6 {
+  margin-top: 6rpx !important;
+}
+.u-padding-top-6,
+.up-padding-top-6 {
+  padding-top: 6rpx !important;
+}
+.u-m-r-6,
+.up-m-r-6 {
+  margin-right: 6rpx !important;
+}
+.u-p-r-6,
+.up-p-r-6 {
+  padding-right: 6rpx !important;
+}
+.u-margin-right-6,
+.up-margin-right-6 {
+  margin-right: 6rpx !important;
+}
+.u-padding-right-6,
+.up-padding-right-6 {
+  padding-right: 6rpx !important;
+}
+.u-m-b-6,
+.up-m-b-6 {
+  margin-bottom: 6rpx !important;
+}
+.u-p-b-6,
+.up-p-b-6 {
+  padding-bottom: 6rpx !important;
+}
+.u-margin-bottom-6,
+.up-margin-bottom-6 {
+  margin-bottom: 6rpx !important;
+}
+.u-padding-bottom-6,
+.up-padding-bottom-6 {
+  padding-bottom: 6rpx !important;
+}
+.u-margin-8, .u-m-8,
+.up-margin-8, .up-m-8 {
+  margin: 8rpx !important;
+}
+.u-padding-8, .u-p-8,
+.up-padding-8, .up-p-8 {
+  padding: 8rpx !important;
+}
+.u-m-l-8,
+.up-m-l-8 {
+  margin-left: 8rpx !important;
+}
+.u-p-l-8,
+.up-p-l-8 {
+  padding-left: 8rpx !important;
+}
+.u-margin-left-8,
+.up-margin-left-8 {
+  margin-left: 8rpx !important;
+}
+.u-padding-left-8,
+.up-padding-left-8 {
+  padding-left: 8rpx !important;
+}
+.u-m-t-8,
+.up-m-t-8 {
+  margin-top: 8rpx !important;
+}
+.u-p-t-8,
+.up-p-t-8 {
+  padding-top: 8rpx !important;
+}
+.u-margin-top-8,
+.up-margin-top-8 {
+  margin-top: 8rpx !important;
+}
+.u-padding-top-8,
+.up-padding-top-8 {
+  padding-top: 8rpx !important;
+}
+.u-m-r-8,
+.up-m-r-8 {
+  margin-right: 8rpx !important;
+}
+.u-p-r-8,
+.up-p-r-8 {
+  padding-right: 8rpx !important;
+}
+.u-margin-right-8,
+.up-margin-right-8 {
+  margin-right: 8rpx !important;
+}
+.u-padding-right-8,
+.up-padding-right-8 {
+  padding-right: 8rpx !important;
+}
+.u-m-b-8,
+.up-m-b-8 {
+  margin-bottom: 8rpx !important;
+}
+.u-p-b-8,
+.up-p-b-8 {
+  padding-bottom: 8rpx !important;
+}
+.u-margin-bottom-8,
+.up-margin-bottom-8 {
+  margin-bottom: 8rpx !important;
+}
+.u-padding-bottom-8,
+.up-padding-bottom-8 {
+  padding-bottom: 8rpx !important;
+}
+.u-margin-10, .u-m-10,
+.up-margin-10, .up-m-10 {
+  margin: 10rpx !important;
+}
+.u-padding-10, .u-p-10,
+.up-padding-10, .up-p-10 {
+  padding: 10rpx !important;
+}
+.u-m-l-10,
+.up-m-l-10 {
+  margin-left: 10rpx !important;
+}
+.u-p-l-10,
+.up-p-l-10 {
+  padding-left: 10rpx !important;
+}
+.u-margin-left-10,
+.up-margin-left-10 {
+  margin-left: 10rpx !important;
+}
+.u-padding-left-10,
+.up-padding-left-10 {
+  padding-left: 10rpx !important;
+}
+.u-m-t-10,
+.up-m-t-10 {
+  margin-top: 10rpx !important;
+}
+.u-p-t-10,
+.up-p-t-10 {
+  padding-top: 10rpx !important;
+}
+.u-margin-top-10,
+.up-margin-top-10 {
+  margin-top: 10rpx !important;
+}
+.u-padding-top-10,
+.up-padding-top-10 {
+  padding-top: 10rpx !important;
+}
+.u-m-r-10,
+.up-m-r-10 {
+  margin-right: 10rpx !important;
+}
+.u-p-r-10,
+.up-p-r-10 {
+  padding-right: 10rpx !important;
+}
+.u-margin-right-10,
+.up-margin-right-10 {
+  margin-right: 10rpx !important;
+}
+.u-padding-right-10,
+.up-padding-right-10 {
+  padding-right: 10rpx !important;
+}
+.u-m-b-10,
+.up-m-b-10 {
+  margin-bottom: 10rpx !important;
+}
+.u-p-b-10,
+.up-p-b-10 {
+  padding-bottom: 10rpx !important;
+}
+.u-margin-bottom-10,
+.up-margin-bottom-10 {
+  margin-bottom: 10rpx !important;
+}
+.u-padding-bottom-10,
+.up-padding-bottom-10 {
+  padding-bottom: 10rpx !important;
+}
+.u-margin-12, .u-m-12,
+.up-margin-12, .up-m-12 {
+  margin: 12rpx !important;
+}
+.u-padding-12, .u-p-12,
+.up-padding-12, .up-p-12 {
+  padding: 12rpx !important;
+}
+.u-m-l-12,
+.up-m-l-12 {
+  margin-left: 12rpx !important;
+}
+.u-p-l-12,
+.up-p-l-12 {
+  padding-left: 12rpx !important;
+}
+.u-margin-left-12,
+.up-margin-left-12 {
+  margin-left: 12rpx !important;
+}
+.u-padding-left-12,
+.up-padding-left-12 {
+  padding-left: 12rpx !important;
+}
+.u-m-t-12,
+.up-m-t-12 {
+  margin-top: 12rpx !important;
+}
+.u-p-t-12,
+.up-p-t-12 {
+  padding-top: 12rpx !important;
+}
+.u-margin-top-12,
+.up-margin-top-12 {
+  margin-top: 12rpx !important;
+}
+.u-padding-top-12,
+.up-padding-top-12 {
+  padding-top: 12rpx !important;
+}
+.u-m-r-12,
+.up-m-r-12 {
+  margin-right: 12rpx !important;
+}
+.u-p-r-12,
+.up-p-r-12 {
+  padding-right: 12rpx !important;
+}
+.u-margin-right-12,
+.up-margin-right-12 {
+  margin-right: 12rpx !important;
+}
+.u-padding-right-12,
+.up-padding-right-12 {
+  padding-right: 12rpx !important;
+}
+.u-m-b-12,
+.up-m-b-12 {
+  margin-bottom: 12rpx !important;
+}
+.u-p-b-12,
+.up-p-b-12 {
+  padding-bottom: 12rpx !important;
+}
+.u-margin-bottom-12,
+.up-margin-bottom-12 {
+  margin-bottom: 12rpx !important;
+}
+.u-padding-bottom-12,
+.up-padding-bottom-12 {
+  padding-bottom: 12rpx !important;
+}
+.u-margin-14, .u-m-14,
+.up-margin-14, .up-m-14 {
+  margin: 14rpx !important;
+}
+.u-padding-14, .u-p-14,
+.up-padding-14, .up-p-14 {
+  padding: 14rpx !important;
+}
+.u-m-l-14,
+.up-m-l-14 {
+  margin-left: 14rpx !important;
+}
+.u-p-l-14,
+.up-p-l-14 {
+  padding-left: 14rpx !important;
+}
+.u-margin-left-14,
+.up-margin-left-14 {
+  margin-left: 14rpx !important;
+}
+.u-padding-left-14,
+.up-padding-left-14 {
+  padding-left: 14rpx !important;
+}
+.u-m-t-14,
+.up-m-t-14 {
+  margin-top: 14rpx !important;
+}
+.u-p-t-14,
+.up-p-t-14 {
+  padding-top: 14rpx !important;
+}
+.u-margin-top-14,
+.up-margin-top-14 {
+  margin-top: 14rpx !important;
+}
+.u-padding-top-14,
+.up-padding-top-14 {
+  padding-top: 14rpx !important;
+}
+.u-m-r-14,
+.up-m-r-14 {
+  margin-right: 14rpx !important;
+}
+.u-p-r-14,
+.up-p-r-14 {
+  padding-right: 14rpx !important;
+}
+.u-margin-right-14,
+.up-margin-right-14 {
+  margin-right: 14rpx !important;
+}
+.u-padding-right-14,
+.up-padding-right-14 {
+  padding-right: 14rpx !important;
+}
+.u-m-b-14,
+.up-m-b-14 {
+  margin-bottom: 14rpx !important;
+}
+.u-p-b-14,
+.up-p-b-14 {
+  padding-bottom: 14rpx !important;
+}
+.u-margin-bottom-14,
+.up-margin-bottom-14 {
+  margin-bottom: 14rpx !important;
+}
+.u-padding-bottom-14,
+.up-padding-bottom-14 {
+  padding-bottom: 14rpx !important;
+}
+.u-margin-15, .u-m-15,
+.up-margin-15, .up-m-15 {
+  margin: 15rpx !important;
+}
+.u-padding-15, .u-p-15,
+.up-padding-15, .up-p-15 {
+  padding: 15rpx !important;
+}
+.u-m-l-15,
+.up-m-l-15 {
+  margin-left: 15rpx !important;
+}
+.u-p-l-15,
+.up-p-l-15 {
+  padding-left: 15rpx !important;
+}
+.u-margin-left-15,
+.up-margin-left-15 {
+  margin-left: 15rpx !important;
+}
+.u-padding-left-15,
+.up-padding-left-15 {
+  padding-left: 15rpx !important;
+}
+.u-m-t-15,
+.up-m-t-15 {
+  margin-top: 15rpx !important;
+}
+.u-p-t-15,
+.up-p-t-15 {
+  padding-top: 15rpx !important;
+}
+.u-margin-top-15,
+.up-margin-top-15 {
+  margin-top: 15rpx !important;
+}
+.u-padding-top-15,
+.up-padding-top-15 {
+  padding-top: 15rpx !important;
+}
+.u-m-r-15,
+.up-m-r-15 {
+  margin-right: 15rpx !important;
+}
+.u-p-r-15,
+.up-p-r-15 {
+  padding-right: 15rpx !important;
+}
+.u-margin-right-15,
+.up-margin-right-15 {
+  margin-right: 15rpx !important;
+}
+.u-padding-right-15,
+.up-padding-right-15 {
+  padding-right: 15rpx !important;
+}
+.u-m-b-15,
+.up-m-b-15 {
+  margin-bottom: 15rpx !important;
+}
+.u-p-b-15,
+.up-p-b-15 {
+  padding-bottom: 15rpx !important;
+}
+.u-margin-bottom-15,
+.up-margin-bottom-15 {
+  margin-bottom: 15rpx !important;
+}
+.u-padding-bottom-15,
+.up-padding-bottom-15 {
+  padding-bottom: 15rpx !important;
+}
+.u-margin-16, .u-m-16,
+.up-margin-16, .up-m-16 {
+  margin: 16rpx !important;
+}
+.u-padding-16, .u-p-16,
+.up-padding-16, .up-p-16 {
+  padding: 16rpx !important;
+}
+.u-m-l-16,
+.up-m-l-16 {
+  margin-left: 16rpx !important;
+}
+.u-p-l-16,
+.up-p-l-16 {
+  padding-left: 16rpx !important;
+}
+.u-margin-left-16,
+.up-margin-left-16 {
+  margin-left: 16rpx !important;
+}
+.u-padding-left-16,
+.up-padding-left-16 {
+  padding-left: 16rpx !important;
+}
+.u-m-t-16,
+.up-m-t-16 {
+  margin-top: 16rpx !important;
+}
+.u-p-t-16,
+.up-p-t-16 {
+  padding-top: 16rpx !important;
+}
+.u-margin-top-16,
+.up-margin-top-16 {
+  margin-top: 16rpx !important;
+}
+.u-padding-top-16,
+.up-padding-top-16 {
+  padding-top: 16rpx !important;
+}
+.u-m-r-16,
+.up-m-r-16 {
+  margin-right: 16rpx !important;
+}
+.u-p-r-16,
+.up-p-r-16 {
+  padding-right: 16rpx !important;
+}
+.u-margin-right-16,
+.up-margin-right-16 {
+  margin-right: 16rpx !important;
+}
+.u-padding-right-16,
+.up-padding-right-16 {
+  padding-right: 16rpx !important;
+}
+.u-m-b-16,
+.up-m-b-16 {
+  margin-bottom: 16rpx !important;
+}
+.u-p-b-16,
+.up-p-b-16 {
+  padding-bottom: 16rpx !important;
+}
+.u-margin-bottom-16,
+.up-margin-bottom-16 {
+  margin-bottom: 16rpx !important;
+}
+.u-padding-bottom-16,
+.up-padding-bottom-16 {
+  padding-bottom: 16rpx !important;
+}
+.u-margin-18, .u-m-18,
+.up-margin-18, .up-m-18 {
+  margin: 18rpx !important;
+}
+.u-padding-18, .u-p-18,
+.up-padding-18, .up-p-18 {
+  padding: 18rpx !important;
+}
+.u-m-l-18,
+.up-m-l-18 {
+  margin-left: 18rpx !important;
+}
+.u-p-l-18,
+.up-p-l-18 {
+  padding-left: 18rpx !important;
+}
+.u-margin-left-18,
+.up-margin-left-18 {
+  margin-left: 18rpx !important;
+}
+.u-padding-left-18,
+.up-padding-left-18 {
+  padding-left: 18rpx !important;
+}
+.u-m-t-18,
+.up-m-t-18 {
+  margin-top: 18rpx !important;
+}
+.u-p-t-18,
+.up-p-t-18 {
+  padding-top: 18rpx !important;
+}
+.u-margin-top-18,
+.up-margin-top-18 {
+  margin-top: 18rpx !important;
+}
+.u-padding-top-18,
+.up-padding-top-18 {
+  padding-top: 18rpx !important;
+}
+.u-m-r-18,
+.up-m-r-18 {
+  margin-right: 18rpx !important;
+}
+.u-p-r-18,
+.up-p-r-18 {
+  padding-right: 18rpx !important;
+}
+.u-margin-right-18,
+.up-margin-right-18 {
+  margin-right: 18rpx !important;
+}
+.u-padding-right-18,
+.up-padding-right-18 {
+  padding-right: 18rpx !important;
+}
+.u-m-b-18,
+.up-m-b-18 {
+  margin-bottom: 18rpx !important;
+}
+.u-p-b-18,
+.up-p-b-18 {
+  padding-bottom: 18rpx !important;
+}
+.u-margin-bottom-18,
+.up-margin-bottom-18 {
+  margin-bottom: 18rpx !important;
+}
+.u-padding-bottom-18,
+.up-padding-bottom-18 {
+  padding-bottom: 18rpx !important;
+}
+.u-margin-20, .u-m-20,
+.up-margin-20, .up-m-20 {
+  margin: 20rpx !important;
+}
+.u-padding-20, .u-p-20,
+.up-padding-20, .up-p-20 {
+  padding: 20rpx !important;
+}
+.u-m-l-20,
+.up-m-l-20 {
+  margin-left: 20rpx !important;
+}
+.u-p-l-20,
+.up-p-l-20 {
+  padding-left: 20rpx !important;
+}
+.u-margin-left-20,
+.up-margin-left-20 {
+  margin-left: 20rpx !important;
+}
+.u-padding-left-20,
+.up-padding-left-20 {
+  padding-left: 20rpx !important;
+}
+.u-m-t-20,
+.up-m-t-20 {
+  margin-top: 20rpx !important;
+}
+.u-p-t-20,
+.up-p-t-20 {
+  padding-top: 20rpx !important;
+}
+.u-margin-top-20,
+.up-margin-top-20 {
+  margin-top: 20rpx !important;
+}
+.u-padding-top-20,
+.up-padding-top-20 {
+  padding-top: 20rpx !important;
+}
+.u-m-r-20,
+.up-m-r-20 {
+  margin-right: 20rpx !important;
+}
+.u-p-r-20,
+.up-p-r-20 {
+  padding-right: 20rpx !important;
+}
+.u-margin-right-20,
+.up-margin-right-20 {
+  margin-right: 20rpx !important;
+}
+.u-padding-right-20,
+.up-padding-right-20 {
+  padding-right: 20rpx !important;
+}
+.u-m-b-20,
+.up-m-b-20 {
+  margin-bottom: 20rpx !important;
+}
+.u-p-b-20,
+.up-p-b-20 {
+  padding-bottom: 20rpx !important;
+}
+.u-margin-bottom-20,
+.up-margin-bottom-20 {
+  margin-bottom: 20rpx !important;
+}
+.u-padding-bottom-20,
+.up-padding-bottom-20 {
+  padding-bottom: 20rpx !important;
+}
+.u-margin-22, .u-m-22,
+.up-margin-22, .up-m-22 {
+  margin: 22rpx !important;
+}
+.u-padding-22, .u-p-22,
+.up-padding-22, .up-p-22 {
+  padding: 22rpx !important;
+}
+.u-m-l-22,
+.up-m-l-22 {
+  margin-left: 22rpx !important;
+}
+.u-p-l-22,
+.up-p-l-22 {
+  padding-left: 22rpx !important;
+}
+.u-margin-left-22,
+.up-margin-left-22 {
+  margin-left: 22rpx !important;
+}
+.u-padding-left-22,
+.up-padding-left-22 {
+  padding-left: 22rpx !important;
+}
+.u-m-t-22,
+.up-m-t-22 {
+  margin-top: 22rpx !important;
+}
+.u-p-t-22,
+.up-p-t-22 {
+  padding-top: 22rpx !important;
+}
+.u-margin-top-22,
+.up-margin-top-22 {
+  margin-top: 22rpx !important;
+}
+.u-padding-top-22,
+.up-padding-top-22 {
+  padding-top: 22rpx !important;
+}
+.u-m-r-22,
+.up-m-r-22 {
+  margin-right: 22rpx !important;
+}
+.u-p-r-22,
+.up-p-r-22 {
+  padding-right: 22rpx !important;
+}
+.u-margin-right-22,
+.up-margin-right-22 {
+  margin-right: 22rpx !important;
+}
+.u-padding-right-22,
+.up-padding-right-22 {
+  padding-right: 22rpx !important;
+}
+.u-m-b-22,
+.up-m-b-22 {
+  margin-bottom: 22rpx !important;
+}
+.u-p-b-22,
+.up-p-b-22 {
+  padding-bottom: 22rpx !important;
+}
+.u-margin-bottom-22,
+.up-margin-bottom-22 {
+  margin-bottom: 22rpx !important;
+}
+.u-padding-bottom-22,
+.up-padding-bottom-22 {
+  padding-bottom: 22rpx !important;
+}
+.u-margin-24, .u-m-24,
+.up-margin-24, .up-m-24 {
+  margin: 24rpx !important;
+}
+.u-padding-24, .u-p-24,
+.up-padding-24, .up-p-24 {
+  padding: 24rpx !important;
+}
+.u-m-l-24,
+.up-m-l-24 {
+  margin-left: 24rpx !important;
+}
+.u-p-l-24,
+.up-p-l-24 {
+  padding-left: 24rpx !important;
+}
+.u-margin-left-24,
+.up-margin-left-24 {
+  margin-left: 24rpx !important;
+}
+.u-padding-left-24,
+.up-padding-left-24 {
+  padding-left: 24rpx !important;
+}
+.u-m-t-24,
+.up-m-t-24 {
+  margin-top: 24rpx !important;
+}
+.u-p-t-24,
+.up-p-t-24 {
+  padding-top: 24rpx !important;
+}
+.u-margin-top-24,
+.up-margin-top-24 {
+  margin-top: 24rpx !important;
+}
+.u-padding-top-24,
+.up-padding-top-24 {
+  padding-top: 24rpx !important;
+}
+.u-m-r-24,
+.up-m-r-24 {
+  margin-right: 24rpx !important;
+}
+.u-p-r-24,
+.up-p-r-24 {
+  padding-right: 24rpx !important;
+}
+.u-margin-right-24,
+.up-margin-right-24 {
+  margin-right: 24rpx !important;
+}
+.u-padding-right-24,
+.up-padding-right-24 {
+  padding-right: 24rpx !important;
+}
+.u-m-b-24,
+.up-m-b-24 {
+  margin-bottom: 24rpx !important;
+}
+.u-p-b-24,
+.up-p-b-24 {
+  padding-bottom: 24rpx !important;
+}
+.u-margin-bottom-24,
+.up-margin-bottom-24 {
+  margin-bottom: 24rpx !important;
+}
+.u-padding-bottom-24,
+.up-padding-bottom-24 {
+  padding-bottom: 24rpx !important;
+}
+.u-margin-25, .u-m-25,
+.up-margin-25, .up-m-25 {
+  margin: 25rpx !important;
+}
+.u-padding-25, .u-p-25,
+.up-padding-25, .up-p-25 {
+  padding: 25rpx !important;
+}
+.u-m-l-25,
+.up-m-l-25 {
+  margin-left: 25rpx !important;
+}
+.u-p-l-25,
+.up-p-l-25 {
+  padding-left: 25rpx !important;
+}
+.u-margin-left-25,
+.up-margin-left-25 {
+  margin-left: 25rpx !important;
+}
+.u-padding-left-25,
+.up-padding-left-25 {
+  padding-left: 25rpx !important;
+}
+.u-m-t-25,
+.up-m-t-25 {
+  margin-top: 25rpx !important;
+}
+.u-p-t-25,
+.up-p-t-25 {
+  padding-top: 25rpx !important;
+}
+.u-margin-top-25,
+.up-margin-top-25 {
+  margin-top: 25rpx !important;
+}
+.u-padding-top-25,
+.up-padding-top-25 {
+  padding-top: 25rpx !important;
+}
+.u-m-r-25,
+.up-m-r-25 {
+  margin-right: 25rpx !important;
+}
+.u-p-r-25,
+.up-p-r-25 {
+  padding-right: 25rpx !important;
+}
+.u-margin-right-25,
+.up-margin-right-25 {
+  margin-right: 25rpx !important;
+}
+.u-padding-right-25,
+.up-padding-right-25 {
+  padding-right: 25rpx !important;
+}
+.u-m-b-25,
+.up-m-b-25 {
+  margin-bottom: 25rpx !important;
+}
+.u-p-b-25,
+.up-p-b-25 {
+  padding-bottom: 25rpx !important;
+}
+.u-margin-bottom-25,
+.up-margin-bottom-25 {
+  margin-bottom: 25rpx !important;
+}
+.u-padding-bottom-25,
+.up-padding-bottom-25 {
+  padding-bottom: 25rpx !important;
+}
+.u-margin-26, .u-m-26,
+.up-margin-26, .up-m-26 {
+  margin: 26rpx !important;
+}
+.u-padding-26, .u-p-26,
+.up-padding-26, .up-p-26 {
+  padding: 26rpx !important;
+}
+.u-m-l-26,
+.up-m-l-26 {
+  margin-left: 26rpx !important;
+}
+.u-p-l-26,
+.up-p-l-26 {
+  padding-left: 26rpx !important;
+}
+.u-margin-left-26,
+.up-margin-left-26 {
+  margin-left: 26rpx !important;
+}
+.u-padding-left-26,
+.up-padding-left-26 {
+  padding-left: 26rpx !important;
+}
+.u-m-t-26,
+.up-m-t-26 {
+  margin-top: 26rpx !important;
+}
+.u-p-t-26,
+.up-p-t-26 {
+  padding-top: 26rpx !important;
+}
+.u-margin-top-26,
+.up-margin-top-26 {
+  margin-top: 26rpx !important;
+}
+.u-padding-top-26,
+.up-padding-top-26 {
+  padding-top: 26rpx !important;
+}
+.u-m-r-26,
+.up-m-r-26 {
+  margin-right: 26rpx !important;
+}
+.u-p-r-26,
+.up-p-r-26 {
+  padding-right: 26rpx !important;
+}
+.u-margin-right-26,
+.up-margin-right-26 {
+  margin-right: 26rpx !important;
+}
+.u-padding-right-26,
+.up-padding-right-26 {
+  padding-right: 26rpx !important;
+}
+.u-m-b-26,
+.up-m-b-26 {
+  margin-bottom: 26rpx !important;
+}
+.u-p-b-26,
+.up-p-b-26 {
+  padding-bottom: 26rpx !important;
+}
+.u-margin-bottom-26,
+.up-margin-bottom-26 {
+  margin-bottom: 26rpx !important;
+}
+.u-padding-bottom-26,
+.up-padding-bottom-26 {
+  padding-bottom: 26rpx !important;
+}
+.u-margin-28, .u-m-28,
+.up-margin-28, .up-m-28 {
+  margin: 28rpx !important;
+}
+.u-padding-28, .u-p-28,
+.up-padding-28, .up-p-28 {
+  padding: 28rpx !important;
+}
+.u-m-l-28,
+.up-m-l-28 {
+  margin-left: 28rpx !important;
+}
+.u-p-l-28,
+.up-p-l-28 {
+  padding-left: 28rpx !important;
+}
+.u-margin-left-28,
+.up-margin-left-28 {
+  margin-left: 28rpx !important;
+}
+.u-padding-left-28,
+.up-padding-left-28 {
+  padding-left: 28rpx !important;
+}
+.u-m-t-28,
+.up-m-t-28 {
+  margin-top: 28rpx !important;
+}
+.u-p-t-28,
+.up-p-t-28 {
+  padding-top: 28rpx !important;
+}
+.u-margin-top-28,
+.up-margin-top-28 {
+  margin-top: 28rpx !important;
+}
+.u-padding-top-28,
+.up-padding-top-28 {
+  padding-top: 28rpx !important;
+}
+.u-m-r-28,
+.up-m-r-28 {
+  margin-right: 28rpx !important;
+}
+.u-p-r-28,
+.up-p-r-28 {
+  padding-right: 28rpx !important;
+}
+.u-margin-right-28,
+.up-margin-right-28 {
+  margin-right: 28rpx !important;
+}
+.u-padding-right-28,
+.up-padding-right-28 {
+  padding-right: 28rpx !important;
+}
+.u-m-b-28,
+.up-m-b-28 {
+  margin-bottom: 28rpx !important;
+}
+.u-p-b-28,
+.up-p-b-28 {
+  padding-bottom: 28rpx !important;
+}
+.u-margin-bottom-28,
+.up-margin-bottom-28 {
+  margin-bottom: 28rpx !important;
+}
+.u-padding-bottom-28,
+.up-padding-bottom-28 {
+  padding-bottom: 28rpx !important;
+}
+.u-margin-30, .u-m-30,
+.up-margin-30, .up-m-30 {
+  margin: 30rpx !important;
+}
+.u-padding-30, .u-p-30,
+.up-padding-30, .up-p-30 {
+  padding: 30rpx !important;
+}
+.u-m-l-30,
+.up-m-l-30 {
+  margin-left: 30rpx !important;
+}
+.u-p-l-30,
+.up-p-l-30 {
+  padding-left: 30rpx !important;
+}
+.u-margin-left-30,
+.up-margin-left-30 {
+  margin-left: 30rpx !important;
+}
+.u-padding-left-30,
+.up-padding-left-30 {
+  padding-left: 30rpx !important;
+}
+.u-m-t-30,
+.up-m-t-30 {
+  margin-top: 30rpx !important;
+}
+.u-p-t-30,
+.up-p-t-30 {
+  padding-top: 30rpx !important;
+}
+.u-margin-top-30,
+.up-margin-top-30 {
+  margin-top: 30rpx !important;
+}
+.u-padding-top-30,
+.up-padding-top-30 {
+  padding-top: 30rpx !important;
+}
+.u-m-r-30,
+.up-m-r-30 {
+  margin-right: 30rpx !important;
+}
+.u-p-r-30,
+.up-p-r-30 {
+  padding-right: 30rpx !important;
+}
+.u-margin-right-30,
+.up-margin-right-30 {
+  margin-right: 30rpx !important;
+}
+.u-padding-right-30,
+.up-padding-right-30 {
+  padding-right: 30rpx !important;
+}
+.u-m-b-30,
+.up-m-b-30 {
+  margin-bottom: 30rpx !important;
+}
+.u-p-b-30,
+.up-p-b-30 {
+  padding-bottom: 30rpx !important;
+}
+.u-margin-bottom-30,
+.up-margin-bottom-30 {
+  margin-bottom: 30rpx !important;
+}
+.u-padding-bottom-30,
+.up-padding-bottom-30 {
+  padding-bottom: 30rpx !important;
+}
+.u-margin-32, .u-m-32,
+.up-margin-32, .up-m-32 {
+  margin: 32rpx !important;
+}
+.u-padding-32, .u-p-32,
+.up-padding-32, .up-p-32 {
+  padding: 32rpx !important;
+}
+.u-m-l-32,
+.up-m-l-32 {
+  margin-left: 32rpx !important;
+}
+.u-p-l-32,
+.up-p-l-32 {
+  padding-left: 32rpx !important;
+}
+.u-margin-left-32,
+.up-margin-left-32 {
+  margin-left: 32rpx !important;
+}
+.u-padding-left-32,
+.up-padding-left-32 {
+  padding-left: 32rpx !important;
+}
+.u-m-t-32,
+.up-m-t-32 {
+  margin-top: 32rpx !important;
+}
+.u-p-t-32,
+.up-p-t-32 {
+  padding-top: 32rpx !important;
+}
+.u-margin-top-32,
+.up-margin-top-32 {
+  margin-top: 32rpx !important;
+}
+.u-padding-top-32,
+.up-padding-top-32 {
+  padding-top: 32rpx !important;
+}
+.u-m-r-32,
+.up-m-r-32 {
+  margin-right: 32rpx !important;
+}
+.u-p-r-32,
+.up-p-r-32 {
+  padding-right: 32rpx !important;
+}
+.u-margin-right-32,
+.up-margin-right-32 {
+  margin-right: 32rpx !important;
+}
+.u-padding-right-32,
+.up-padding-right-32 {
+  padding-right: 32rpx !important;
+}
+.u-m-b-32,
+.up-m-b-32 {
+  margin-bottom: 32rpx !important;
+}
+.u-p-b-32,
+.up-p-b-32 {
+  padding-bottom: 32rpx !important;
+}
+.u-margin-bottom-32,
+.up-margin-bottom-32 {
+  margin-bottom: 32rpx !important;
+}
+.u-padding-bottom-32,
+.up-padding-bottom-32 {
+  padding-bottom: 32rpx !important;
+}
+.u-margin-34, .u-m-34,
+.up-margin-34, .up-m-34 {
+  margin: 34rpx !important;
+}
+.u-padding-34, .u-p-34,
+.up-padding-34, .up-p-34 {
+  padding: 34rpx !important;
+}
+.u-m-l-34,
+.up-m-l-34 {
+  margin-left: 34rpx !important;
+}
+.u-p-l-34,
+.up-p-l-34 {
+  padding-left: 34rpx !important;
+}
+.u-margin-left-34,
+.up-margin-left-34 {
+  margin-left: 34rpx !important;
+}
+.u-padding-left-34,
+.up-padding-left-34 {
+  padding-left: 34rpx !important;
+}
+.u-m-t-34,
+.up-m-t-34 {
+  margin-top: 34rpx !important;
+}
+.u-p-t-34,
+.up-p-t-34 {
+  padding-top: 34rpx !important;
+}
+.u-margin-top-34,
+.up-margin-top-34 {
+  margin-top: 34rpx !important;
+}
+.u-padding-top-34,
+.up-padding-top-34 {
+  padding-top: 34rpx !important;
+}
+.u-m-r-34,
+.up-m-r-34 {
+  margin-right: 34rpx !important;
+}
+.u-p-r-34,
+.up-p-r-34 {
+  padding-right: 34rpx !important;
+}
+.u-margin-right-34,
+.up-margin-right-34 {
+  margin-right: 34rpx !important;
+}
+.u-padding-right-34,
+.up-padding-right-34 {
+  padding-right: 34rpx !important;
+}
+.u-m-b-34,
+.up-m-b-34 {
+  margin-bottom: 34rpx !important;
+}
+.u-p-b-34,
+.up-p-b-34 {
+  padding-bottom: 34rpx !important;
+}
+.u-margin-bottom-34,
+.up-margin-bottom-34 {
+  margin-bottom: 34rpx !important;
+}
+.u-padding-bottom-34,
+.up-padding-bottom-34 {
+  padding-bottom: 34rpx !important;
+}
+.u-margin-35, .u-m-35,
+.up-margin-35, .up-m-35 {
+  margin: 35rpx !important;
+}
+.u-padding-35, .u-p-35,
+.up-padding-35, .up-p-35 {
+  padding: 35rpx !important;
+}
+.u-m-l-35,
+.up-m-l-35 {
+  margin-left: 35rpx !important;
+}
+.u-p-l-35,
+.up-p-l-35 {
+  padding-left: 35rpx !important;
+}
+.u-margin-left-35,
+.up-margin-left-35 {
+  margin-left: 35rpx !important;
+}
+.u-padding-left-35,
+.up-padding-left-35 {
+  padding-left: 35rpx !important;
+}
+.u-m-t-35,
+.up-m-t-35 {
+  margin-top: 35rpx !important;
+}
+.u-p-t-35,
+.up-p-t-35 {
+  padding-top: 35rpx !important;
+}
+.u-margin-top-35,
+.up-margin-top-35 {
+  margin-top: 35rpx !important;
+}
+.u-padding-top-35,
+.up-padding-top-35 {
+  padding-top: 35rpx !important;
+}
+.u-m-r-35,
+.up-m-r-35 {
+  margin-right: 35rpx !important;
+}
+.u-p-r-35,
+.up-p-r-35 {
+  padding-right: 35rpx !important;
+}
+.u-margin-right-35,
+.up-margin-right-35 {
+  margin-right: 35rpx !important;
+}
+.u-padding-right-35,
+.up-padding-right-35 {
+  padding-right: 35rpx !important;
+}
+.u-m-b-35,
+.up-m-b-35 {
+  margin-bottom: 35rpx !important;
+}
+.u-p-b-35,
+.up-p-b-35 {
+  padding-bottom: 35rpx !important;
+}
+.u-margin-bottom-35,
+.up-margin-bottom-35 {
+  margin-bottom: 35rpx !important;
+}
+.u-padding-bottom-35,
+.up-padding-bottom-35 {
+  padding-bottom: 35rpx !important;
+}
+.u-margin-36, .u-m-36,
+.up-margin-36, .up-m-36 {
+  margin: 36rpx !important;
+}
+.u-padding-36, .u-p-36,
+.up-padding-36, .up-p-36 {
+  padding: 36rpx !important;
+}
+.u-m-l-36,
+.up-m-l-36 {
+  margin-left: 36rpx !important;
+}
+.u-p-l-36,
+.up-p-l-36 {
+  padding-left: 36rpx !important;
+}
+.u-margin-left-36,
+.up-margin-left-36 {
+  margin-left: 36rpx !important;
+}
+.u-padding-left-36,
+.up-padding-left-36 {
+  padding-left: 36rpx !important;
+}
+.u-m-t-36,
+.up-m-t-36 {
+  margin-top: 36rpx !important;
+}
+.u-p-t-36,
+.up-p-t-36 {
+  padding-top: 36rpx !important;
+}
+.u-margin-top-36,
+.up-margin-top-36 {
+  margin-top: 36rpx !important;
+}
+.u-padding-top-36,
+.up-padding-top-36 {
+  padding-top: 36rpx !important;
+}
+.u-m-r-36,
+.up-m-r-36 {
+  margin-right: 36rpx !important;
+}
+.u-p-r-36,
+.up-p-r-36 {
+  padding-right: 36rpx !important;
+}
+.u-margin-right-36,
+.up-margin-right-36 {
+  margin-right: 36rpx !important;
+}
+.u-padding-right-36,
+.up-padding-right-36 {
+  padding-right: 36rpx !important;
+}
+.u-m-b-36,
+.up-m-b-36 {
+  margin-bottom: 36rpx !important;
+}
+.u-p-b-36,
+.up-p-b-36 {
+  padding-bottom: 36rpx !important;
+}
+.u-margin-bottom-36,
+.up-margin-bottom-36 {
+  margin-bottom: 36rpx !important;
+}
+.u-padding-bottom-36,
+.up-padding-bottom-36 {
+  padding-bottom: 36rpx !important;
+}
+.u-margin-38, .u-m-38,
+.up-margin-38, .up-m-38 {
+  margin: 38rpx !important;
+}
+.u-padding-38, .u-p-38,
+.up-padding-38, .up-p-38 {
+  padding: 38rpx !important;
+}
+.u-m-l-38,
+.up-m-l-38 {
+  margin-left: 38rpx !important;
+}
+.u-p-l-38,
+.up-p-l-38 {
+  padding-left: 38rpx !important;
+}
+.u-margin-left-38,
+.up-margin-left-38 {
+  margin-left: 38rpx !important;
+}
+.u-padding-left-38,
+.up-padding-left-38 {
+  padding-left: 38rpx !important;
+}
+.u-m-t-38,
+.up-m-t-38 {
+  margin-top: 38rpx !important;
+}
+.u-p-t-38,
+.up-p-t-38 {
+  padding-top: 38rpx !important;
+}
+.u-margin-top-38,
+.up-margin-top-38 {
+  margin-top: 38rpx !important;
+}
+.u-padding-top-38,
+.up-padding-top-38 {
+  padding-top: 38rpx !important;
+}
+.u-m-r-38,
+.up-m-r-38 {
+  margin-right: 38rpx !important;
+}
+.u-p-r-38,
+.up-p-r-38 {
+  padding-right: 38rpx !important;
+}
+.u-margin-right-38,
+.up-margin-right-38 {
+  margin-right: 38rpx !important;
+}
+.u-padding-right-38,
+.up-padding-right-38 {
+  padding-right: 38rpx !important;
+}
+.u-m-b-38,
+.up-m-b-38 {
+  margin-bottom: 38rpx !important;
+}
+.u-p-b-38,
+.up-p-b-38 {
+  padding-bottom: 38rpx !important;
+}
+.u-margin-bottom-38,
+.up-margin-bottom-38 {
+  margin-bottom: 38rpx !important;
+}
+.u-padding-bottom-38,
+.up-padding-bottom-38 {
+  padding-bottom: 38rpx !important;
+}
+.u-margin-40, .u-m-40,
+.up-margin-40, .up-m-40 {
+  margin: 40rpx !important;
+}
+.u-padding-40, .u-p-40,
+.up-padding-40, .up-p-40 {
+  padding: 40rpx !important;
+}
+.u-m-l-40,
+.up-m-l-40 {
+  margin-left: 40rpx !important;
+}
+.u-p-l-40,
+.up-p-l-40 {
+  padding-left: 40rpx !important;
+}
+.u-margin-left-40,
+.up-margin-left-40 {
+  margin-left: 40rpx !important;
+}
+.u-padding-left-40,
+.up-padding-left-40 {
+  padding-left: 40rpx !important;
+}
+.u-m-t-40,
+.up-m-t-40 {
+  margin-top: 40rpx !important;
+}
+.u-p-t-40,
+.up-p-t-40 {
+  padding-top: 40rpx !important;
+}
+.u-margin-top-40,
+.up-margin-top-40 {
+  margin-top: 40rpx !important;
+}
+.u-padding-top-40,
+.up-padding-top-40 {
+  padding-top: 40rpx !important;
+}
+.u-m-r-40,
+.up-m-r-40 {
+  margin-right: 40rpx !important;
+}
+.u-p-r-40,
+.up-p-r-40 {
+  padding-right: 40rpx !important;
+}
+.u-margin-right-40,
+.up-margin-right-40 {
+  margin-right: 40rpx !important;
+}
+.u-padding-right-40,
+.up-padding-right-40 {
+  padding-right: 40rpx !important;
+}
+.u-m-b-40,
+.up-m-b-40 {
+  margin-bottom: 40rpx !important;
+}
+.u-p-b-40,
+.up-p-b-40 {
+  padding-bottom: 40rpx !important;
+}
+.u-margin-bottom-40,
+.up-margin-bottom-40 {
+  margin-bottom: 40rpx !important;
+}
+.u-padding-bottom-40,
+.up-padding-bottom-40 {
+  padding-bottom: 40rpx !important;
+}
+.u-margin-42, .u-m-42,
+.up-margin-42, .up-m-42 {
+  margin: 42rpx !important;
+}
+.u-padding-42, .u-p-42,
+.up-padding-42, .up-p-42 {
+  padding: 42rpx !important;
+}
+.u-m-l-42,
+.up-m-l-42 {
+  margin-left: 42rpx !important;
+}
+.u-p-l-42,
+.up-p-l-42 {
+  padding-left: 42rpx !important;
+}
+.u-margin-left-42,
+.up-margin-left-42 {
+  margin-left: 42rpx !important;
+}
+.u-padding-left-42,
+.up-padding-left-42 {
+  padding-left: 42rpx !important;
+}
+.u-m-t-42,
+.up-m-t-42 {
+  margin-top: 42rpx !important;
+}
+.u-p-t-42,
+.up-p-t-42 {
+  padding-top: 42rpx !important;
+}
+.u-margin-top-42,
+.up-margin-top-42 {
+  margin-top: 42rpx !important;
+}
+.u-padding-top-42,
+.up-padding-top-42 {
+  padding-top: 42rpx !important;
+}
+.u-m-r-42,
+.up-m-r-42 {
+  margin-right: 42rpx !important;
+}
+.u-p-r-42,
+.up-p-r-42 {
+  padding-right: 42rpx !important;
+}
+.u-margin-right-42,
+.up-margin-right-42 {
+  margin-right: 42rpx !important;
+}
+.u-padding-right-42,
+.up-padding-right-42 {
+  padding-right: 42rpx !important;
+}
+.u-m-b-42,
+.up-m-b-42 {
+  margin-bottom: 42rpx !important;
+}
+.u-p-b-42,
+.up-p-b-42 {
+  padding-bottom: 42rpx !important;
+}
+.u-margin-bottom-42,
+.up-margin-bottom-42 {
+  margin-bottom: 42rpx !important;
+}
+.u-padding-bottom-42,
+.up-padding-bottom-42 {
+  padding-bottom: 42rpx !important;
+}
+.u-margin-44, .u-m-44,
+.up-margin-44, .up-m-44 {
+  margin: 44rpx !important;
+}
+.u-padding-44, .u-p-44,
+.up-padding-44, .up-p-44 {
+  padding: 44rpx !important;
+}
+.u-m-l-44,
+.up-m-l-44 {
+  margin-left: 44rpx !important;
+}
+.u-p-l-44,
+.up-p-l-44 {
+  padding-left: 44rpx !important;
+}
+.u-margin-left-44,
+.up-margin-left-44 {
+  margin-left: 44rpx !important;
+}
+.u-padding-left-44,
+.up-padding-left-44 {
+  padding-left: 44rpx !important;
+}
+.u-m-t-44,
+.up-m-t-44 {
+  margin-top: 44rpx !important;
+}
+.u-p-t-44,
+.up-p-t-44 {
+  padding-top: 44rpx !important;
+}
+.u-margin-top-44,
+.up-margin-top-44 {
+  margin-top: 44rpx !important;
+}
+.u-padding-top-44,
+.up-padding-top-44 {
+  padding-top: 44rpx !important;
+}
+.u-m-r-44,
+.up-m-r-44 {
+  margin-right: 44rpx !important;
+}
+.u-p-r-44,
+.up-p-r-44 {
+  padding-right: 44rpx !important;
+}
+.u-margin-right-44,
+.up-margin-right-44 {
+  margin-right: 44rpx !important;
+}
+.u-padding-right-44,
+.up-padding-right-44 {
+  padding-right: 44rpx !important;
+}
+.u-m-b-44,
+.up-m-b-44 {
+  margin-bottom: 44rpx !important;
+}
+.u-p-b-44,
+.up-p-b-44 {
+  padding-bottom: 44rpx !important;
+}
+.u-margin-bottom-44,
+.up-margin-bottom-44 {
+  margin-bottom: 44rpx !important;
+}
+.u-padding-bottom-44,
+.up-padding-bottom-44 {
+  padding-bottom: 44rpx !important;
+}
+.u-margin-45, .u-m-45,
+.up-margin-45, .up-m-45 {
+  margin: 45rpx !important;
+}
+.u-padding-45, .u-p-45,
+.up-padding-45, .up-p-45 {
+  padding: 45rpx !important;
+}
+.u-m-l-45,
+.up-m-l-45 {
+  margin-left: 45rpx !important;
+}
+.u-p-l-45,
+.up-p-l-45 {
+  padding-left: 45rpx !important;
+}
+.u-margin-left-45,
+.up-margin-left-45 {
+  margin-left: 45rpx !important;
+}
+.u-padding-left-45,
+.up-padding-left-45 {
+  padding-left: 45rpx !important;
+}
+.u-m-t-45,
+.up-m-t-45 {
+  margin-top: 45rpx !important;
+}
+.u-p-t-45,
+.up-p-t-45 {
+  padding-top: 45rpx !important;
+}
+.u-margin-top-45,
+.up-margin-top-45 {
+  margin-top: 45rpx !important;
+}
+.u-padding-top-45,
+.up-padding-top-45 {
+  padding-top: 45rpx !important;
+}
+.u-m-r-45,
+.up-m-r-45 {
+  margin-right: 45rpx !important;
+}
+.u-p-r-45,
+.up-p-r-45 {
+  padding-right: 45rpx !important;
+}
+.u-margin-right-45,
+.up-margin-right-45 {
+  margin-right: 45rpx !important;
+}
+.u-padding-right-45,
+.up-padding-right-45 {
+  padding-right: 45rpx !important;
+}
+.u-m-b-45,
+.up-m-b-45 {
+  margin-bottom: 45rpx !important;
+}
+.u-p-b-45,
+.up-p-b-45 {
+  padding-bottom: 45rpx !important;
+}
+.u-margin-bottom-45,
+.up-margin-bottom-45 {
+  margin-bottom: 45rpx !important;
+}
+.u-padding-bottom-45,
+.up-padding-bottom-45 {
+  padding-bottom: 45rpx !important;
+}
+.u-margin-46, .u-m-46,
+.up-margin-46, .up-m-46 {
+  margin: 46rpx !important;
+}
+.u-padding-46, .u-p-46,
+.up-padding-46, .up-p-46 {
+  padding: 46rpx !important;
+}
+.u-m-l-46,
+.up-m-l-46 {
+  margin-left: 46rpx !important;
+}
+.u-p-l-46,
+.up-p-l-46 {
+  padding-left: 46rpx !important;
+}
+.u-margin-left-46,
+.up-margin-left-46 {
+  margin-left: 46rpx !important;
+}
+.u-padding-left-46,
+.up-padding-left-46 {
+  padding-left: 46rpx !important;
+}
+.u-m-t-46,
+.up-m-t-46 {
+  margin-top: 46rpx !important;
+}
+.u-p-t-46,
+.up-p-t-46 {
+  padding-top: 46rpx !important;
+}
+.u-margin-top-46,
+.up-margin-top-46 {
+  margin-top: 46rpx !important;
+}
+.u-padding-top-46,
+.up-padding-top-46 {
+  padding-top: 46rpx !important;
+}
+.u-m-r-46,
+.up-m-r-46 {
+  margin-right: 46rpx !important;
+}
+.u-p-r-46,
+.up-p-r-46 {
+  padding-right: 46rpx !important;
+}
+.u-margin-right-46,
+.up-margin-right-46 {
+  margin-right: 46rpx !important;
+}
+.u-padding-right-46,
+.up-padding-right-46 {
+  padding-right: 46rpx !important;
+}
+.u-m-b-46,
+.up-m-b-46 {
+  margin-bottom: 46rpx !important;
+}
+.u-p-b-46,
+.up-p-b-46 {
+  padding-bottom: 46rpx !important;
+}
+.u-margin-bottom-46,
+.up-margin-bottom-46 {
+  margin-bottom: 46rpx !important;
+}
+.u-padding-bottom-46,
+.up-padding-bottom-46 {
+  padding-bottom: 46rpx !important;
+}
+.u-margin-48, .u-m-48,
+.up-margin-48, .up-m-48 {
+  margin: 48rpx !important;
+}
+.u-padding-48, .u-p-48,
+.up-padding-48, .up-p-48 {
+  padding: 48rpx !important;
+}
+.u-m-l-48,
+.up-m-l-48 {
+  margin-left: 48rpx !important;
+}
+.u-p-l-48,
+.up-p-l-48 {
+  padding-left: 48rpx !important;
+}
+.u-margin-left-48,
+.up-margin-left-48 {
+  margin-left: 48rpx !important;
+}
+.u-padding-left-48,
+.up-padding-left-48 {
+  padding-left: 48rpx !important;
+}
+.u-m-t-48,
+.up-m-t-48 {
+  margin-top: 48rpx !important;
+}
+.u-p-t-48,
+.up-p-t-48 {
+  padding-top: 48rpx !important;
+}
+.u-margin-top-48,
+.up-margin-top-48 {
+  margin-top: 48rpx !important;
+}
+.u-padding-top-48,
+.up-padding-top-48 {
+  padding-top: 48rpx !important;
+}
+.u-m-r-48,
+.up-m-r-48 {
+  margin-right: 48rpx !important;
+}
+.u-p-r-48,
+.up-p-r-48 {
+  padding-right: 48rpx !important;
+}
+.u-margin-right-48,
+.up-margin-right-48 {
+  margin-right: 48rpx !important;
+}
+.u-padding-right-48,
+.up-padding-right-48 {
+  padding-right: 48rpx !important;
+}
+.u-m-b-48,
+.up-m-b-48 {
+  margin-bottom: 48rpx !important;
+}
+.u-p-b-48,
+.up-p-b-48 {
+  padding-bottom: 48rpx !important;
+}
+.u-margin-bottom-48,
+.up-margin-bottom-48 {
+  margin-bottom: 48rpx !important;
+}
+.u-padding-bottom-48,
+.up-padding-bottom-48 {
+  padding-bottom: 48rpx !important;
+}
+.u-margin-50, .u-m-50,
+.up-margin-50, .up-m-50 {
+  margin: 50rpx !important;
+}
+.u-padding-50, .u-p-50,
+.up-padding-50, .up-p-50 {
+  padding: 50rpx !important;
+}
+.u-m-l-50,
+.up-m-l-50 {
+  margin-left: 50rpx !important;
+}
+.u-p-l-50,
+.up-p-l-50 {
+  padding-left: 50rpx !important;
+}
+.u-margin-left-50,
+.up-margin-left-50 {
+  margin-left: 50rpx !important;
+}
+.u-padding-left-50,
+.up-padding-left-50 {
+  padding-left: 50rpx !important;
+}
+.u-m-t-50,
+.up-m-t-50 {
+  margin-top: 50rpx !important;
+}
+.u-p-t-50,
+.up-p-t-50 {
+  padding-top: 50rpx !important;
+}
+.u-margin-top-50,
+.up-margin-top-50 {
+  margin-top: 50rpx !important;
+}
+.u-padding-top-50,
+.up-padding-top-50 {
+  padding-top: 50rpx !important;
+}
+.u-m-r-50,
+.up-m-r-50 {
+  margin-right: 50rpx !important;
+}
+.u-p-r-50,
+.up-p-r-50 {
+  padding-right: 50rpx !important;
+}
+.u-margin-right-50,
+.up-margin-right-50 {
+  margin-right: 50rpx !important;
+}
+.u-padding-right-50,
+.up-padding-right-50 {
+  padding-right: 50rpx !important;
+}
+.u-m-b-50,
+.up-m-b-50 {
+  margin-bottom: 50rpx !important;
+}
+.u-p-b-50,
+.up-p-b-50 {
+  padding-bottom: 50rpx !important;
+}
+.u-margin-bottom-50,
+.up-margin-bottom-50 {
+  margin-bottom: 50rpx !important;
+}
+.u-padding-bottom-50,
+.up-padding-bottom-50 {
+  padding-bottom: 50rpx !important;
+}
+.u-margin-52, .u-m-52,
+.up-margin-52, .up-m-52 {
+  margin: 52rpx !important;
+}
+.u-padding-52, .u-p-52,
+.up-padding-52, .up-p-52 {
+  padding: 52rpx !important;
+}
+.u-m-l-52,
+.up-m-l-52 {
+  margin-left: 52rpx !important;
+}
+.u-p-l-52,
+.up-p-l-52 {
+  padding-left: 52rpx !important;
+}
+.u-margin-left-52,
+.up-margin-left-52 {
+  margin-left: 52rpx !important;
+}
+.u-padding-left-52,
+.up-padding-left-52 {
+  padding-left: 52rpx !important;
+}
+.u-m-t-52,
+.up-m-t-52 {
+  margin-top: 52rpx !important;
+}
+.u-p-t-52,
+.up-p-t-52 {
+  padding-top: 52rpx !important;
+}
+.u-margin-top-52,
+.up-margin-top-52 {
+  margin-top: 52rpx !important;
+}
+.u-padding-top-52,
+.up-padding-top-52 {
+  padding-top: 52rpx !important;
+}
+.u-m-r-52,
+.up-m-r-52 {
+  margin-right: 52rpx !important;
+}
+.u-p-r-52,
+.up-p-r-52 {
+  padding-right: 52rpx !important;
+}
+.u-margin-right-52,
+.up-margin-right-52 {
+  margin-right: 52rpx !important;
+}
+.u-padding-right-52,
+.up-padding-right-52 {
+  padding-right: 52rpx !important;
+}
+.u-m-b-52,
+.up-m-b-52 {
+  margin-bottom: 52rpx !important;
+}
+.u-p-b-52,
+.up-p-b-52 {
+  padding-bottom: 52rpx !important;
+}
+.u-margin-bottom-52,
+.up-margin-bottom-52 {
+  margin-bottom: 52rpx !important;
+}
+.u-padding-bottom-52,
+.up-padding-bottom-52 {
+  padding-bottom: 52rpx !important;
+}
+.u-margin-54, .u-m-54,
+.up-margin-54, .up-m-54 {
+  margin: 54rpx !important;
+}
+.u-padding-54, .u-p-54,
+.up-padding-54, .up-p-54 {
+  padding: 54rpx !important;
+}
+.u-m-l-54,
+.up-m-l-54 {
+  margin-left: 54rpx !important;
+}
+.u-p-l-54,
+.up-p-l-54 {
+  padding-left: 54rpx !important;
+}
+.u-margin-left-54,
+.up-margin-left-54 {
+  margin-left: 54rpx !important;
+}
+.u-padding-left-54,
+.up-padding-left-54 {
+  padding-left: 54rpx !important;
+}
+.u-m-t-54,
+.up-m-t-54 {
+  margin-top: 54rpx !important;
+}
+.u-p-t-54,
+.up-p-t-54 {
+  padding-top: 54rpx !important;
+}
+.u-margin-top-54,
+.up-margin-top-54 {
+  margin-top: 54rpx !important;
+}
+.u-padding-top-54,
+.up-padding-top-54 {
+  padding-top: 54rpx !important;
+}
+.u-m-r-54,
+.up-m-r-54 {
+  margin-right: 54rpx !important;
+}
+.u-p-r-54,
+.up-p-r-54 {
+  padding-right: 54rpx !important;
+}
+.u-margin-right-54,
+.up-margin-right-54 {
+  margin-right: 54rpx !important;
+}
+.u-padding-right-54,
+.up-padding-right-54 {
+  padding-right: 54rpx !important;
+}
+.u-m-b-54,
+.up-m-b-54 {
+  margin-bottom: 54rpx !important;
+}
+.u-p-b-54,
+.up-p-b-54 {
+  padding-bottom: 54rpx !important;
+}
+.u-margin-bottom-54,
+.up-margin-bottom-54 {
+  margin-bottom: 54rpx !important;
+}
+.u-padding-bottom-54,
+.up-padding-bottom-54 {
+  padding-bottom: 54rpx !important;
+}
+.u-margin-55, .u-m-55,
+.up-margin-55, .up-m-55 {
+  margin: 55rpx !important;
+}
+.u-padding-55, .u-p-55,
+.up-padding-55, .up-p-55 {
+  padding: 55rpx !important;
+}
+.u-m-l-55,
+.up-m-l-55 {
+  margin-left: 55rpx !important;
+}
+.u-p-l-55,
+.up-p-l-55 {
+  padding-left: 55rpx !important;
+}
+.u-margin-left-55,
+.up-margin-left-55 {
+  margin-left: 55rpx !important;
+}
+.u-padding-left-55,
+.up-padding-left-55 {
+  padding-left: 55rpx !important;
+}
+.u-m-t-55,
+.up-m-t-55 {
+  margin-top: 55rpx !important;
+}
+.u-p-t-55,
+.up-p-t-55 {
+  padding-top: 55rpx !important;
+}
+.u-margin-top-55,
+.up-margin-top-55 {
+  margin-top: 55rpx !important;
+}
+.u-padding-top-55,
+.up-padding-top-55 {
+  padding-top: 55rpx !important;
+}
+.u-m-r-55,
+.up-m-r-55 {
+  margin-right: 55rpx !important;
+}
+.u-p-r-55,
+.up-p-r-55 {
+  padding-right: 55rpx !important;
+}
+.u-margin-right-55,
+.up-margin-right-55 {
+  margin-right: 55rpx !important;
+}
+.u-padding-right-55,
+.up-padding-right-55 {
+  padding-right: 55rpx !important;
+}
+.u-m-b-55,
+.up-m-b-55 {
+  margin-bottom: 55rpx !important;
+}
+.u-p-b-55,
+.up-p-b-55 {
+  padding-bottom: 55rpx !important;
+}
+.u-margin-bottom-55,
+.up-margin-bottom-55 {
+  margin-bottom: 55rpx !important;
+}
+.u-padding-bottom-55,
+.up-padding-bottom-55 {
+  padding-bottom: 55rpx !important;
+}
+.u-margin-56, .u-m-56,
+.up-margin-56, .up-m-56 {
+  margin: 56rpx !important;
+}
+.u-padding-56, .u-p-56,
+.up-padding-56, .up-p-56 {
+  padding: 56rpx !important;
+}
+.u-m-l-56,
+.up-m-l-56 {
+  margin-left: 56rpx !important;
+}
+.u-p-l-56,
+.up-p-l-56 {
+  padding-left: 56rpx !important;
+}
+.u-margin-left-56,
+.up-margin-left-56 {
+  margin-left: 56rpx !important;
+}
+.u-padding-left-56,
+.up-padding-left-56 {
+  padding-left: 56rpx !important;
+}
+.u-m-t-56,
+.up-m-t-56 {
+  margin-top: 56rpx !important;
+}
+.u-p-t-56,
+.up-p-t-56 {
+  padding-top: 56rpx !important;
+}
+.u-margin-top-56,
+.up-margin-top-56 {
+  margin-top: 56rpx !important;
+}
+.u-padding-top-56,
+.up-padding-top-56 {
+  padding-top: 56rpx !important;
+}
+.u-m-r-56,
+.up-m-r-56 {
+  margin-right: 56rpx !important;
+}
+.u-p-r-56,
+.up-p-r-56 {
+  padding-right: 56rpx !important;
+}
+.u-margin-right-56,
+.up-margin-right-56 {
+  margin-right: 56rpx !important;
+}
+.u-padding-right-56,
+.up-padding-right-56 {
+  padding-right: 56rpx !important;
+}
+.u-m-b-56,
+.up-m-b-56 {
+  margin-bottom: 56rpx !important;
+}
+.u-p-b-56,
+.up-p-b-56 {
+  padding-bottom: 56rpx !important;
+}
+.u-margin-bottom-56,
+.up-margin-bottom-56 {
+  margin-bottom: 56rpx !important;
+}
+.u-padding-bottom-56,
+.up-padding-bottom-56 {
+  padding-bottom: 56rpx !important;
+}
+.u-margin-58, .u-m-58,
+.up-margin-58, .up-m-58 {
+  margin: 58rpx !important;
+}
+.u-padding-58, .u-p-58,
+.up-padding-58, .up-p-58 {
+  padding: 58rpx !important;
+}
+.u-m-l-58,
+.up-m-l-58 {
+  margin-left: 58rpx !important;
+}
+.u-p-l-58,
+.up-p-l-58 {
+  padding-left: 58rpx !important;
+}
+.u-margin-left-58,
+.up-margin-left-58 {
+  margin-left: 58rpx !important;
+}
+.u-padding-left-58,
+.up-padding-left-58 {
+  padding-left: 58rpx !important;
+}
+.u-m-t-58,
+.up-m-t-58 {
+  margin-top: 58rpx !important;
+}
+.u-p-t-58,
+.up-p-t-58 {
+  padding-top: 58rpx !important;
+}
+.u-margin-top-58,
+.up-margin-top-58 {
+  margin-top: 58rpx !important;
+}
+.u-padding-top-58,
+.up-padding-top-58 {
+  padding-top: 58rpx !important;
+}
+.u-m-r-58,
+.up-m-r-58 {
+  margin-right: 58rpx !important;
+}
+.u-p-r-58,
+.up-p-r-58 {
+  padding-right: 58rpx !important;
+}
+.u-margin-right-58,
+.up-margin-right-58 {
+  margin-right: 58rpx !important;
+}
+.u-padding-right-58,
+.up-padding-right-58 {
+  padding-right: 58rpx !important;
+}
+.u-m-b-58,
+.up-m-b-58 {
+  margin-bottom: 58rpx !important;
+}
+.u-p-b-58,
+.up-p-b-58 {
+  padding-bottom: 58rpx !important;
+}
+.u-margin-bottom-58,
+.up-margin-bottom-58 {
+  margin-bottom: 58rpx !important;
+}
+.u-padding-bottom-58,
+.up-padding-bottom-58 {
+  padding-bottom: 58rpx !important;
+}
+.u-margin-60, .u-m-60,
+.up-margin-60, .up-m-60 {
+  margin: 60rpx !important;
+}
+.u-padding-60, .u-p-60,
+.up-padding-60, .up-p-60 {
+  padding: 60rpx !important;
+}
+.u-m-l-60,
+.up-m-l-60 {
+  margin-left: 60rpx !important;
+}
+.u-p-l-60,
+.up-p-l-60 {
+  padding-left: 60rpx !important;
+}
+.u-margin-left-60,
+.up-margin-left-60 {
+  margin-left: 60rpx !important;
+}
+.u-padding-left-60,
+.up-padding-left-60 {
+  padding-left: 60rpx !important;
+}
+.u-m-t-60,
+.up-m-t-60 {
+  margin-top: 60rpx !important;
+}
+.u-p-t-60,
+.up-p-t-60 {
+  padding-top: 60rpx !important;
+}
+.u-margin-top-60,
+.up-margin-top-60 {
+  margin-top: 60rpx !important;
+}
+.u-padding-top-60,
+.up-padding-top-60 {
+  padding-top: 60rpx !important;
+}
+.u-m-r-60,
+.up-m-r-60 {
+  margin-right: 60rpx !important;
+}
+.u-p-r-60,
+.up-p-r-60 {
+  padding-right: 60rpx !important;
+}
+.u-margin-right-60,
+.up-margin-right-60 {
+  margin-right: 60rpx !important;
+}
+.u-padding-right-60,
+.up-padding-right-60 {
+  padding-right: 60rpx !important;
+}
+.u-m-b-60,
+.up-m-b-60 {
+  margin-bottom: 60rpx !important;
+}
+.u-p-b-60,
+.up-p-b-60 {
+  padding-bottom: 60rpx !important;
+}
+.u-margin-bottom-60,
+.up-margin-bottom-60 {
+  margin-bottom: 60rpx !important;
+}
+.u-padding-bottom-60,
+.up-padding-bottom-60 {
+  padding-bottom: 60rpx !important;
+}
+.u-margin-62, .u-m-62,
+.up-margin-62, .up-m-62 {
+  margin: 62rpx !important;
+}
+.u-padding-62, .u-p-62,
+.up-padding-62, .up-p-62 {
+  padding: 62rpx !important;
+}
+.u-m-l-62,
+.up-m-l-62 {
+  margin-left: 62rpx !important;
+}
+.u-p-l-62,
+.up-p-l-62 {
+  padding-left: 62rpx !important;
+}
+.u-margin-left-62,
+.up-margin-left-62 {
+  margin-left: 62rpx !important;
+}
+.u-padding-left-62,
+.up-padding-left-62 {
+  padding-left: 62rpx !important;
+}
+.u-m-t-62,
+.up-m-t-62 {
+  margin-top: 62rpx !important;
+}
+.u-p-t-62,
+.up-p-t-62 {
+  padding-top: 62rpx !important;
+}
+.u-margin-top-62,
+.up-margin-top-62 {
+  margin-top: 62rpx !important;
+}
+.u-padding-top-62,
+.up-padding-top-62 {
+  padding-top: 62rpx !important;
+}
+.u-m-r-62,
+.up-m-r-62 {
+  margin-right: 62rpx !important;
+}
+.u-p-r-62,
+.up-p-r-62 {
+  padding-right: 62rpx !important;
+}
+.u-margin-right-62,
+.up-margin-right-62 {
+  margin-right: 62rpx !important;
+}
+.u-padding-right-62,
+.up-padding-right-62 {
+  padding-right: 62rpx !important;
+}
+.u-m-b-62,
+.up-m-b-62 {
+  margin-bottom: 62rpx !important;
+}
+.u-p-b-62,
+.up-p-b-62 {
+  padding-bottom: 62rpx !important;
+}
+.u-margin-bottom-62,
+.up-margin-bottom-62 {
+  margin-bottom: 62rpx !important;
+}
+.u-padding-bottom-62,
+.up-padding-bottom-62 {
+  padding-bottom: 62rpx !important;
+}
+.u-margin-64, .u-m-64,
+.up-margin-64, .up-m-64 {
+  margin: 64rpx !important;
+}
+.u-padding-64, .u-p-64,
+.up-padding-64, .up-p-64 {
+  padding: 64rpx !important;
+}
+.u-m-l-64,
+.up-m-l-64 {
+  margin-left: 64rpx !important;
+}
+.u-p-l-64,
+.up-p-l-64 {
+  padding-left: 64rpx !important;
+}
+.u-margin-left-64,
+.up-margin-left-64 {
+  margin-left: 64rpx !important;
+}
+.u-padding-left-64,
+.up-padding-left-64 {
+  padding-left: 64rpx !important;
+}
+.u-m-t-64,
+.up-m-t-64 {
+  margin-top: 64rpx !important;
+}
+.u-p-t-64,
+.up-p-t-64 {
+  padding-top: 64rpx !important;
+}
+.u-margin-top-64,
+.up-margin-top-64 {
+  margin-top: 64rpx !important;
+}
+.u-padding-top-64,
+.up-padding-top-64 {
+  padding-top: 64rpx !important;
+}
+.u-m-r-64,
+.up-m-r-64 {
+  margin-right: 64rpx !important;
+}
+.u-p-r-64,
+.up-p-r-64 {
+  padding-right: 64rpx !important;
+}
+.u-margin-right-64,
+.up-margin-right-64 {
+  margin-right: 64rpx !important;
+}
+.u-padding-right-64,
+.up-padding-right-64 {
+  padding-right: 64rpx !important;
+}
+.u-m-b-64,
+.up-m-b-64 {
+  margin-bottom: 64rpx !important;
+}
+.u-p-b-64,
+.up-p-b-64 {
+  padding-bottom: 64rpx !important;
+}
+.u-margin-bottom-64,
+.up-margin-bottom-64 {
+  margin-bottom: 64rpx !important;
+}
+.u-padding-bottom-64,
+.up-padding-bottom-64 {
+  padding-bottom: 64rpx !important;
+}
+.u-margin-65, .u-m-65,
+.up-margin-65, .up-m-65 {
+  margin: 65rpx !important;
+}
+.u-padding-65, .u-p-65,
+.up-padding-65, .up-p-65 {
+  padding: 65rpx !important;
+}
+.u-m-l-65,
+.up-m-l-65 {
+  margin-left: 65rpx !important;
+}
+.u-p-l-65,
+.up-p-l-65 {
+  padding-left: 65rpx !important;
+}
+.u-margin-left-65,
+.up-margin-left-65 {
+  margin-left: 65rpx !important;
+}
+.u-padding-left-65,
+.up-padding-left-65 {
+  padding-left: 65rpx !important;
+}
+.u-m-t-65,
+.up-m-t-65 {
+  margin-top: 65rpx !important;
+}
+.u-p-t-65,
+.up-p-t-65 {
+  padding-top: 65rpx !important;
+}
+.u-margin-top-65,
+.up-margin-top-65 {
+  margin-top: 65rpx !important;
+}
+.u-padding-top-65,
+.up-padding-top-65 {
+  padding-top: 65rpx !important;
+}
+.u-m-r-65,
+.up-m-r-65 {
+  margin-right: 65rpx !important;
+}
+.u-p-r-65,
+.up-p-r-65 {
+  padding-right: 65rpx !important;
+}
+.u-margin-right-65,
+.up-margin-right-65 {
+  margin-right: 65rpx !important;
+}
+.u-padding-right-65,
+.up-padding-right-65 {
+  padding-right: 65rpx !important;
+}
+.u-m-b-65,
+.up-m-b-65 {
+  margin-bottom: 65rpx !important;
+}
+.u-p-b-65,
+.up-p-b-65 {
+  padding-bottom: 65rpx !important;
+}
+.u-margin-bottom-65,
+.up-margin-bottom-65 {
+  margin-bottom: 65rpx !important;
+}
+.u-padding-bottom-65,
+.up-padding-bottom-65 {
+  padding-bottom: 65rpx !important;
+}
+.u-margin-66, .u-m-66,
+.up-margin-66, .up-m-66 {
+  margin: 66rpx !important;
+}
+.u-padding-66, .u-p-66,
+.up-padding-66, .up-p-66 {
+  padding: 66rpx !important;
+}
+.u-m-l-66,
+.up-m-l-66 {
+  margin-left: 66rpx !important;
+}
+.u-p-l-66,
+.up-p-l-66 {
+  padding-left: 66rpx !important;
+}
+.u-margin-left-66,
+.up-margin-left-66 {
+  margin-left: 66rpx !important;
+}
+.u-padding-left-66,
+.up-padding-left-66 {
+  padding-left: 66rpx !important;
+}
+.u-m-t-66,
+.up-m-t-66 {
+  margin-top: 66rpx !important;
+}
+.u-p-t-66,
+.up-p-t-66 {
+  padding-top: 66rpx !important;
+}
+.u-margin-top-66,
+.up-margin-top-66 {
+  margin-top: 66rpx !important;
+}
+.u-padding-top-66,
+.up-padding-top-66 {
+  padding-top: 66rpx !important;
+}
+.u-m-r-66,
+.up-m-r-66 {
+  margin-right: 66rpx !important;
+}
+.u-p-r-66,
+.up-p-r-66 {
+  padding-right: 66rpx !important;
+}
+.u-margin-right-66,
+.up-margin-right-66 {
+  margin-right: 66rpx !important;
+}
+.u-padding-right-66,
+.up-padding-right-66 {
+  padding-right: 66rpx !important;
+}
+.u-m-b-66,
+.up-m-b-66 {
+  margin-bottom: 66rpx !important;
+}
+.u-p-b-66,
+.up-p-b-66 {
+  padding-bottom: 66rpx !important;
+}
+.u-margin-bottom-66,
+.up-margin-bottom-66 {
+  margin-bottom: 66rpx !important;
+}
+.u-padding-bottom-66,
+.up-padding-bottom-66 {
+  padding-bottom: 66rpx !important;
+}
+.u-margin-68, .u-m-68,
+.up-margin-68, .up-m-68 {
+  margin: 68rpx !important;
+}
+.u-padding-68, .u-p-68,
+.up-padding-68, .up-p-68 {
+  padding: 68rpx !important;
+}
+.u-m-l-68,
+.up-m-l-68 {
+  margin-left: 68rpx !important;
+}
+.u-p-l-68,
+.up-p-l-68 {
+  padding-left: 68rpx !important;
+}
+.u-margin-left-68,
+.up-margin-left-68 {
+  margin-left: 68rpx !important;
+}
+.u-padding-left-68,
+.up-padding-left-68 {
+  padding-left: 68rpx !important;
+}
+.u-m-t-68,
+.up-m-t-68 {
+  margin-top: 68rpx !important;
+}
+.u-p-t-68,
+.up-p-t-68 {
+  padding-top: 68rpx !important;
+}
+.u-margin-top-68,
+.up-margin-top-68 {
+  margin-top: 68rpx !important;
+}
+.u-padding-top-68,
+.up-padding-top-68 {
+  padding-top: 68rpx !important;
+}
+.u-m-r-68,
+.up-m-r-68 {
+  margin-right: 68rpx !important;
+}
+.u-p-r-68,
+.up-p-r-68 {
+  padding-right: 68rpx !important;
+}
+.u-margin-right-68,
+.up-margin-right-68 {
+  margin-right: 68rpx !important;
+}
+.u-padding-right-68,
+.up-padding-right-68 {
+  padding-right: 68rpx !important;
+}
+.u-m-b-68,
+.up-m-b-68 {
+  margin-bottom: 68rpx !important;
+}
+.u-p-b-68,
+.up-p-b-68 {
+  padding-bottom: 68rpx !important;
+}
+.u-margin-bottom-68,
+.up-margin-bottom-68 {
+  margin-bottom: 68rpx !important;
+}
+.u-padding-bottom-68,
+.up-padding-bottom-68 {
+  padding-bottom: 68rpx !important;
+}
+.u-margin-70, .u-m-70,
+.up-margin-70, .up-m-70 {
+  margin: 70rpx !important;
+}
+.u-padding-70, .u-p-70,
+.up-padding-70, .up-p-70 {
+  padding: 70rpx !important;
+}
+.u-m-l-70,
+.up-m-l-70 {
+  margin-left: 70rpx !important;
+}
+.u-p-l-70,
+.up-p-l-70 {
+  padding-left: 70rpx !important;
+}
+.u-margin-left-70,
+.up-margin-left-70 {
+  margin-left: 70rpx !important;
+}
+.u-padding-left-70,
+.up-padding-left-70 {
+  padding-left: 70rpx !important;
+}
+.u-m-t-70,
+.up-m-t-70 {
+  margin-top: 70rpx !important;
+}
+.u-p-t-70,
+.up-p-t-70 {
+  padding-top: 70rpx !important;
+}
+.u-margin-top-70,
+.up-margin-top-70 {
+  margin-top: 70rpx !important;
+}
+.u-padding-top-70,
+.up-padding-top-70 {
+  padding-top: 70rpx !important;
+}
+.u-m-r-70,
+.up-m-r-70 {
+  margin-right: 70rpx !important;
+}
+.u-p-r-70,
+.up-p-r-70 {
+  padding-right: 70rpx !important;
+}
+.u-margin-right-70,
+.up-margin-right-70 {
+  margin-right: 70rpx !important;
+}
+.u-padding-right-70,
+.up-padding-right-70 {
+  padding-right: 70rpx !important;
+}
+.u-m-b-70,
+.up-m-b-70 {
+  margin-bottom: 70rpx !important;
+}
+.u-p-b-70,
+.up-p-b-70 {
+  padding-bottom: 70rpx !important;
+}
+.u-margin-bottom-70,
+.up-margin-bottom-70 {
+  margin-bottom: 70rpx !important;
+}
+.u-padding-bottom-70,
+.up-padding-bottom-70 {
+  padding-bottom: 70rpx !important;
+}
+.u-margin-72, .u-m-72,
+.up-margin-72, .up-m-72 {
+  margin: 72rpx !important;
+}
+.u-padding-72, .u-p-72,
+.up-padding-72, .up-p-72 {
+  padding: 72rpx !important;
+}
+.u-m-l-72,
+.up-m-l-72 {
+  margin-left: 72rpx !important;
+}
+.u-p-l-72,
+.up-p-l-72 {
+  padding-left: 72rpx !important;
+}
+.u-margin-left-72,
+.up-margin-left-72 {
+  margin-left: 72rpx !important;
+}
+.u-padding-left-72,
+.up-padding-left-72 {
+  padding-left: 72rpx !important;
+}
+.u-m-t-72,
+.up-m-t-72 {
+  margin-top: 72rpx !important;
+}
+.u-p-t-72,
+.up-p-t-72 {
+  padding-top: 72rpx !important;
+}
+.u-margin-top-72,
+.up-margin-top-72 {
+  margin-top: 72rpx !important;
+}
+.u-padding-top-72,
+.up-padding-top-72 {
+  padding-top: 72rpx !important;
+}
+.u-m-r-72,
+.up-m-r-72 {
+  margin-right: 72rpx !important;
+}
+.u-p-r-72,
+.up-p-r-72 {
+  padding-right: 72rpx !important;
+}
+.u-margin-right-72,
+.up-margin-right-72 {
+  margin-right: 72rpx !important;
+}
+.u-padding-right-72,
+.up-padding-right-72 {
+  padding-right: 72rpx !important;
+}
+.u-m-b-72,
+.up-m-b-72 {
+  margin-bottom: 72rpx !important;
+}
+.u-p-b-72,
+.up-p-b-72 {
+  padding-bottom: 72rpx !important;
+}
+.u-margin-bottom-72,
+.up-margin-bottom-72 {
+  margin-bottom: 72rpx !important;
+}
+.u-padding-bottom-72,
+.up-padding-bottom-72 {
+  padding-bottom: 72rpx !important;
+}
+.u-margin-74, .u-m-74,
+.up-margin-74, .up-m-74 {
+  margin: 74rpx !important;
+}
+.u-padding-74, .u-p-74,
+.up-padding-74, .up-p-74 {
+  padding: 74rpx !important;
+}
+.u-m-l-74,
+.up-m-l-74 {
+  margin-left: 74rpx !important;
+}
+.u-p-l-74,
+.up-p-l-74 {
+  padding-left: 74rpx !important;
+}
+.u-margin-left-74,
+.up-margin-left-74 {
+  margin-left: 74rpx !important;
+}
+.u-padding-left-74,
+.up-padding-left-74 {
+  padding-left: 74rpx !important;
+}
+.u-m-t-74,
+.up-m-t-74 {
+  margin-top: 74rpx !important;
+}
+.u-p-t-74,
+.up-p-t-74 {
+  padding-top: 74rpx !important;
+}
+.u-margin-top-74,
+.up-margin-top-74 {
+  margin-top: 74rpx !important;
+}
+.u-padding-top-74,
+.up-padding-top-74 {
+  padding-top: 74rpx !important;
+}
+.u-m-r-74,
+.up-m-r-74 {
+  margin-right: 74rpx !important;
+}
+.u-p-r-74,
+.up-p-r-74 {
+  padding-right: 74rpx !important;
+}
+.u-margin-right-74,
+.up-margin-right-74 {
+  margin-right: 74rpx !important;
+}
+.u-padding-right-74,
+.up-padding-right-74 {
+  padding-right: 74rpx !important;
+}
+.u-m-b-74,
+.up-m-b-74 {
+  margin-bottom: 74rpx !important;
+}
+.u-p-b-74,
+.up-p-b-74 {
+  padding-bottom: 74rpx !important;
+}
+.u-margin-bottom-74,
+.up-margin-bottom-74 {
+  margin-bottom: 74rpx !important;
+}
+.u-padding-bottom-74,
+.up-padding-bottom-74 {
+  padding-bottom: 74rpx !important;
+}
+.u-margin-75, .u-m-75,
+.up-margin-75, .up-m-75 {
+  margin: 75rpx !important;
+}
+.u-padding-75, .u-p-75,
+.up-padding-75, .up-p-75 {
+  padding: 75rpx !important;
+}
+.u-m-l-75,
+.up-m-l-75 {
+  margin-left: 75rpx !important;
+}
+.u-p-l-75,
+.up-p-l-75 {
+  padding-left: 75rpx !important;
+}
+.u-margin-left-75,
+.up-margin-left-75 {
+  margin-left: 75rpx !important;
+}
+.u-padding-left-75,
+.up-padding-left-75 {
+  padding-left: 75rpx !important;
+}
+.u-m-t-75,
+.up-m-t-75 {
+  margin-top: 75rpx !important;
+}
+.u-p-t-75,
+.up-p-t-75 {
+  padding-top: 75rpx !important;
+}
+.u-margin-top-75,
+.up-margin-top-75 {
+  margin-top: 75rpx !important;
+}
+.u-padding-top-75,
+.up-padding-top-75 {
+  padding-top: 75rpx !important;
+}
+.u-m-r-75,
+.up-m-r-75 {
+  margin-right: 75rpx !important;
+}
+.u-p-r-75,
+.up-p-r-75 {
+  padding-right: 75rpx !important;
+}
+.u-margin-right-75,
+.up-margin-right-75 {
+  margin-right: 75rpx !important;
+}
+.u-padding-right-75,
+.up-padding-right-75 {
+  padding-right: 75rpx !important;
+}
+.u-m-b-75,
+.up-m-b-75 {
+  margin-bottom: 75rpx !important;
+}
+.u-p-b-75,
+.up-p-b-75 {
+  padding-bottom: 75rpx !important;
+}
+.u-margin-bottom-75,
+.up-margin-bottom-75 {
+  margin-bottom: 75rpx !important;
+}
+.u-padding-bottom-75,
+.up-padding-bottom-75 {
+  padding-bottom: 75rpx !important;
+}
+.u-margin-76, .u-m-76,
+.up-margin-76, .up-m-76 {
+  margin: 76rpx !important;
+}
+.u-padding-76, .u-p-76,
+.up-padding-76, .up-p-76 {
+  padding: 76rpx !important;
+}
+.u-m-l-76,
+.up-m-l-76 {
+  margin-left: 76rpx !important;
+}
+.u-p-l-76,
+.up-p-l-76 {
+  padding-left: 76rpx !important;
+}
+.u-margin-left-76,
+.up-margin-left-76 {
+  margin-left: 76rpx !important;
+}
+.u-padding-left-76,
+.up-padding-left-76 {
+  padding-left: 76rpx !important;
+}
+.u-m-t-76,
+.up-m-t-76 {
+  margin-top: 76rpx !important;
+}
+.u-p-t-76,
+.up-p-t-76 {
+  padding-top: 76rpx !important;
+}
+.u-margin-top-76,
+.up-margin-top-76 {
+  margin-top: 76rpx !important;
+}
+.u-padding-top-76,
+.up-padding-top-76 {
+  padding-top: 76rpx !important;
+}
+.u-m-r-76,
+.up-m-r-76 {
+  margin-right: 76rpx !important;
+}
+.u-p-r-76,
+.up-p-r-76 {
+  padding-right: 76rpx !important;
+}
+.u-margin-right-76,
+.up-margin-right-76 {
+  margin-right: 76rpx !important;
+}
+.u-padding-right-76,
+.up-padding-right-76 {
+  padding-right: 76rpx !important;
+}
+.u-m-b-76,
+.up-m-b-76 {
+  margin-bottom: 76rpx !important;
+}
+.u-p-b-76,
+.up-p-b-76 {
+  padding-bottom: 76rpx !important;
+}
+.u-margin-bottom-76,
+.up-margin-bottom-76 {
+  margin-bottom: 76rpx !important;
+}
+.u-padding-bottom-76,
+.up-padding-bottom-76 {
+  padding-bottom: 76rpx !important;
+}
+.u-margin-78, .u-m-78,
+.up-margin-78, .up-m-78 {
+  margin: 78rpx !important;
+}
+.u-padding-78, .u-p-78,
+.up-padding-78, .up-p-78 {
+  padding: 78rpx !important;
+}
+.u-m-l-78,
+.up-m-l-78 {
+  margin-left: 78rpx !important;
+}
+.u-p-l-78,
+.up-p-l-78 {
+  padding-left: 78rpx !important;
+}
+.u-margin-left-78,
+.up-margin-left-78 {
+  margin-left: 78rpx !important;
+}
+.u-padding-left-78,
+.up-padding-left-78 {
+  padding-left: 78rpx !important;
+}
+.u-m-t-78,
+.up-m-t-78 {
+  margin-top: 78rpx !important;
+}
+.u-p-t-78,
+.up-p-t-78 {
+  padding-top: 78rpx !important;
+}
+.u-margin-top-78,
+.up-margin-top-78 {
+  margin-top: 78rpx !important;
+}
+.u-padding-top-78,
+.up-padding-top-78 {
+  padding-top: 78rpx !important;
+}
+.u-m-r-78,
+.up-m-r-78 {
+  margin-right: 78rpx !important;
+}
+.u-p-r-78,
+.up-p-r-78 {
+  padding-right: 78rpx !important;
+}
+.u-margin-right-78,
+.up-margin-right-78 {
+  margin-right: 78rpx !important;
+}
+.u-padding-right-78,
+.up-padding-right-78 {
+  padding-right: 78rpx !important;
+}
+.u-m-b-78,
+.up-m-b-78 {
+  margin-bottom: 78rpx !important;
+}
+.u-p-b-78,
+.up-p-b-78 {
+  padding-bottom: 78rpx !important;
+}
+.u-margin-bottom-78,
+.up-margin-bottom-78 {
+  margin-bottom: 78rpx !important;
+}
+.u-padding-bottom-78,
+.up-padding-bottom-78 {
+  padding-bottom: 78rpx !important;
+}
+.u-margin-80, .u-m-80,
+.up-margin-80, .up-m-80 {
+  margin: 80rpx !important;
+}
+.u-padding-80, .u-p-80,
+.up-padding-80, .up-p-80 {
+  padding: 80rpx !important;
+}
+.u-m-l-80,
+.up-m-l-80 {
+  margin-left: 80rpx !important;
+}
+.u-p-l-80,
+.up-p-l-80 {
+  padding-left: 80rpx !important;
+}
+.u-margin-left-80,
+.up-margin-left-80 {
+  margin-left: 80rpx !important;
+}
+.u-padding-left-80,
+.up-padding-left-80 {
+  padding-left: 80rpx !important;
+}
+.u-m-t-80,
+.up-m-t-80 {
+  margin-top: 80rpx !important;
+}
+.u-p-t-80,
+.up-p-t-80 {
+  padding-top: 80rpx !important;
+}
+.u-margin-top-80,
+.up-margin-top-80 {
+  margin-top: 80rpx !important;
+}
+.u-padding-top-80,
+.up-padding-top-80 {
+  padding-top: 80rpx !important;
+}
+.u-m-r-80,
+.up-m-r-80 {
+  margin-right: 80rpx !important;
+}
+.u-p-r-80,
+.up-p-r-80 {
+  padding-right: 80rpx !important;
+}
+.u-margin-right-80,
+.up-margin-right-80 {
+  margin-right: 80rpx !important;
+}
+.u-padding-right-80,
+.up-padding-right-80 {
+  padding-right: 80rpx !important;
+}
+.u-m-b-80,
+.up-m-b-80 {
+  margin-bottom: 80rpx !important;
+}
+.u-p-b-80,
+.up-p-b-80 {
+  padding-bottom: 80rpx !important;
+}
+.u-margin-bottom-80,
+.up-margin-bottom-80 {
+  margin-bottom: 80rpx !important;
+}
+.u-padding-bottom-80,
+.up-padding-bottom-80 {
+  padding-bottom: 80rpx !important;
+}
+.u-primary-light {
+  color: #ecf5ff;
+}
+.u-warning-light {
+  color: #fdf6ec;
+}
+.u-success-light {
+  color: #f5fff0;
+}
+.u-error-light {
+  color: #fef0f0;
+}
+.u-info-light {
+  color: #f4f4f5;
+}
+.u-primary-light-bg {
+  background-color: #ecf5ff;
+}
+.u-warning-light-bg {
+  background-color: #fdf6ec;
+}
+.u-success-light-bg {
+  background-color: #f5fff0;
+}
+.u-error-light-bg {
+  background-color: #fef0f0;
+}
+.u-info-light-bg {
+  background-color: #f4f4f5;
+}
+.u-primary-dark {
+  color: #398ade;
+}
+.u-warning-dark {
+  color: #f1a532;
+}
+.u-success-dark {
+  color: #53c21d;
+}
+.u-error-dark {
+  color: #e45656;
+}
+.u-info-dark {
+  color: #767a82;
+}
+.u-primary-dark-bg {
+  background-color: #398ade;
+}
+.u-warning-dark-bg {
+  background-color: #f1a532;
+}
+.u-success-dark-bg {
+  background-color: #53c21d;
+}
+.u-error-dark-bg {
+  background-color: #e45656;
+}
+.u-info-dark-bg {
+  background-color: #767a82;
+}
+.u-primary-disabled {
+  color: #9acafc;
+}
+.u-warning-disabled {
+  color: #f9d39b;
+}
+.u-success-disabled {
+  color: #a9e08f;
+}
+.u-error-disabled {
+  color: #f7b2b2;
+}
+.u-info-disabled {
+  color: #c4c6c9;
+}
+.u-primary {
+  color: #3c9cff;
+}
+.u-warning {
+  color: #f9ae3d;
+}
+.u-success {
+  color: #5ac725;
+}
+.u-error {
+  color: #f56c6c;
+}
+.u-info {
+  color: #909399;
+}
+.u-primary-bg {
+  background-color: #3c9cff;
+}
+.u-warning-bg {
+  background-color: #f9ae3d;
+}
+.u-success-bg {
+  background-color: #5ac725;
+}
+.u-error-bg {
+  background-color: #f56c6c;
+}
+.u-info-bg {
+  background-color: #909399;
+}
+.u-main-color {
+  color: #303133;
+}
+.u-content-color {
+  color: #606266;
+}
+.u-tips-color {
+  color: #909193;
+}
+.u-light-color {
+  color: #c0c4cc;
+}
+.up-primary-light {
+  color: #ecf5ff;
+}
+.up-warning-light {
+  color: #fdf6ec;
+}
+.up-success-light {
+  color: #f5fff0;
+}
+.up-error-light {
+  color: #fef0f0;
+}
+.up-info-light {
+  color: #f4f4f5;
+}
+.up-primary-light-bg {
+  background-color: #ecf5ff;
+}
+.up-warning-light-bg {
+  background-color: #fdf6ec;
+}
+.up-success-light-bg {
+  background-color: #f5fff0;
+}
+.up-error-light-bg {
+  background-color: #fef0f0;
+}
+.up-info-light-bg {
+  background-color: #f4f4f5;
+}
+.up-primary-dark {
+  color: #398ade;
+}
+.up-warning-dark {
+  color: #f1a532;
+}
+.up-success-dark {
+  color: #53c21d;
+}
+.up-error-dark {
+  color: #e45656;
+}
+.up-info-dark {
+  color: #767a82;
+}
+.up-primary-dark-bg {
+  background-color: #398ade;
+}
+.up-warning-dark-bg {
+  background-color: #f1a532;
+}
+.up-success-dark-bg {
+  background-color: #53c21d;
+}
+.up-error-dark-bg {
+  background-color: #e45656;
+}
+.up-info-dark-bg {
+  background-color: #767a82;
+}
+.up-primary-disabled {
+  color: #9acafc;
+}
+.up-warning-disabled {
+  color: #f9d39b;
+}
+.up-success-disabled {
+  color: #a9e08f;
+}
+.up-error-disabled {
+  color: #f7b2b2;
+}
+.up-info-disabled {
+  color: #c4c6c9;
+}
+.up-primary {
+  color: #3c9cff;
+}
+.up-warning {
+  color: #f9ae3d;
+}
+.up-success {
+  color: #5ac725;
+}
+.up-error {
+  color: #f56c6c;
+}
+.up-info {
+  color: #909399;
+}
+.up-primary-bg {
+  background-color: #3c9cff;
+}
+.up-warning-bg {
+  background-color: #f9ae3d;
+}
+.up-success-bg {
+  background-color: #5ac725;
+}
+.up-error-bg {
+  background-color: #f56c6c;
+}
+.up-info-bg {
+  background-color: #909399;
+}
+.up-main-color {
+  color: #303133;
+}
+.up-content-color {
+  color: #606266;
+}
+.up-tips-color {
+  color: #909193;
+}
+.up-light-color {
+  color: #c0c4cc;
+}
+.u-safe-area-inset-top,
+.up-safe-area-inset-top {
+  padding-top: 0;
+  padding-top: constant(safe-area-inset-top);
+  padding-top: env(safe-area-inset-top);
+}
+.u-safe-area-inset-right,
+.up-safe-area-inset-right {
+  padding-right: 0;
+  padding-right: constant(safe-area-inset-right);
+  padding-right: env(safe-area-inset-right);
+}
+.u-safe-area-inset-bottom,
+.up-safe-area-inset-bottom {
+  padding-bottom: 0;
+  padding-bottom: constant(safe-area-inset-bottom);
+  padding-bottom: env(safe-area-inset-bottom);
+}
+.u-safe-area-inset-left,
+.up-safe-area-inset-left {
+  padding-left: 0;
+  padding-left: constant(safe-area-inset-left);
+  padding-left: env(safe-area-inset-left);
+}
+::-webkit-scrollbar {
+  display: none;
+  width: 0 !important;
+  height: 0 !important;
+  -webkit-appearance: none;
+  background: transparent;
+}
 .base-container {
   width: 100%;
   min-height: 100vh;

+ 193 - 53
unpackage/dist/dev/mp-weixin/common/vendor.js

@@ -68,8 +68,8 @@ const capitalize = cacheStringFunction((str) => {
   return str.charAt(0).toUpperCase() + str.slice(1);
 });
 const toHandlerKey = cacheStringFunction((str) => {
-  const s = str ? `on${capitalize(str)}` : ``;
-  return s;
+  const s2 = str ? `on${capitalize(str)}` : ``;
+  return s2;
 });
 const hasChanged = (value, oldValue) => !Object.is(value, oldValue);
 const invokeArrayFns$1 = (fns, arg) => {
@@ -85,8 +85,89 @@ const def = (obj, key, value) => {
   });
 };
 const looseToNumber = (val) => {
-  const n = parseFloat(val);
-  return isNaN(n) ? val : n;
+  const n2 = parseFloat(val);
+  return isNaN(n2) ? val : n2;
+};
+function normalizeStyle(value) {
+  if (isArray(value)) {
+    const res = {};
+    for (let i = 0; i < value.length; i++) {
+      const item = value[i];
+      const normalized = isString(item) ? parseStringStyle(item) : normalizeStyle(item);
+      if (normalized) {
+        for (const key in normalized) {
+          res[key] = normalized[key];
+        }
+      }
+    }
+    return res;
+  } else if (isString(value) || isObject(value)) {
+    return value;
+  }
+}
+const listDelimiterRE = /;(?![^(]*\))/g;
+const propertyDelimiterRE = /:([^]+)/;
+const styleCommentRE = /\/\*[^]*?\*\//g;
+function parseStringStyle(cssText) {
+  const ret = {};
+  cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => {
+    if (item) {
+      const tmp = item.split(propertyDelimiterRE);
+      tmp.length > 1 && (ret[tmp[0].trim()] = tmp[1].trim());
+    }
+  });
+  return ret;
+}
+function normalizeClass(value) {
+  let res = "";
+  if (isString(value)) {
+    res = value;
+  } else if (isArray(value)) {
+    for (let i = 0; i < value.length; i++) {
+      const normalized = normalizeClass(value[i]);
+      if (normalized) {
+        res += normalized + " ";
+      }
+    }
+  } else if (isObject(value)) {
+    for (const name in value) {
+      if (value[name]) {
+        res += name + " ";
+      }
+    }
+  }
+  return res.trim();
+}
+const toDisplayString = (val) => {
+  return isString(val) ? val : val == null ? "" : isArray(val) || isObject(val) && (val.toString === objectToString || !isFunction(val.toString)) ? JSON.stringify(val, replacer, 2) : String(val);
+};
+const replacer = (_key, val) => {
+  if (val && val.__v_isRef) {
+    return replacer(_key, val.value);
+  } else if (isMap(val)) {
+    return {
+      [`Map(${val.size})`]: [...val.entries()].reduce(
+        (entries, [key, val2], i) => {
+          entries[stringifySymbol(key, i) + " =>"] = val2;
+          return entries;
+        },
+        {}
+      )
+    };
+  } else if (isSet(val)) {
+    return {
+      [`Set(${val.size})`]: [...val.values()].map((v) => stringifySymbol(v))
+    };
+  } else if (isSymbol(val)) {
+    return stringifySymbol(val);
+  } else if (isObject(val) && !isArray(val) && !isPlainObject(val)) {
+    return String(val);
+  }
+  return val;
+};
+const stringifySymbol = (v, i = "") => {
+  var _a;
+  return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v;
 };
 const LOCALE_ZH_HANS = "zh-Hans";
 const LOCALE_ZH_HANT = "zh-Hant";
@@ -323,8 +404,8 @@ const E = function() {
 E.prototype = {
   _id: 1,
   on: function(name, callback, ctx) {
-    var e = this.e || (this.e = {});
-    (e[name] || (e[name] = [])).push({
+    var e2 = this.e || (this.e = {});
+    (e2[name] || (e2[name] = [])).push({
       fn: callback,
       ctx,
       _id: this._id
@@ -351,8 +432,8 @@ E.prototype = {
     return this;
   },
   off: function(name, event) {
-    var e = this.e || (this.e = {});
-    var evts = e[name];
+    var e2 = this.e || (this.e = {});
+    var evts = e2[name];
     var liveEvents = [];
     if (evts && event) {
       for (var i = evts.length - 1; i >= 0; i--) {
@@ -363,7 +444,7 @@ E.prototype = {
       }
       liveEvents = evts;
     }
-    liveEvents.length ? e[name] = liveEvents : delete e[name];
+    liveEvents.length ? e2[name] = liveEvents : delete e2[name];
     return this;
   }
 };
@@ -4992,6 +5073,22 @@ function getCreateApp() {
     return my[method];
   }
 }
+function stringifyStyle(value) {
+  if (isString(value)) {
+    return value;
+  }
+  return stringify(normalizeStyle(value));
+}
+function stringify(styles) {
+  let ret = "";
+  if (!styles || isString(styles)) {
+    return ret;
+  }
+  for (const key in styles) {
+    ret += `${key.startsWith(`--`) ? key : hyphenate(key)}:${styles[key]};`;
+  }
+  return ret;
+}
 function vOn(value, key) {
   const instance = getCurrentInstance();
   const ctx = instance.ctx;
@@ -5086,7 +5183,44 @@ function patchStopImmediatePropagation(e2, value) {
     return value;
   }
 }
+function vFor(source, renderItem) {
+  let ret;
+  if (isArray(source) || isString(source)) {
+    ret = new Array(source.length);
+    for (let i = 0, l = source.length; i < l; i++) {
+      ret[i] = renderItem(source[i], i, i);
+    }
+  } else if (typeof source === "number") {
+    if (!Number.isInteger(source)) {
+      warn(`The v-for range expect an integer value but got ${source}.`);
+      return [];
+    }
+    ret = new Array(source);
+    for (let i = 0; i < source; i++) {
+      ret[i] = renderItem(i + 1, i, i);
+    }
+  } else if (isObject(source)) {
+    if (source[Symbol.iterator]) {
+      ret = Array.from(source, (item, i) => renderItem(item, i, i));
+    } else {
+      const keys = Object.keys(source);
+      ret = new Array(keys.length);
+      for (let i = 0, l = keys.length; i < l; i++) {
+        const key = keys[i];
+        ret[i] = renderItem(source[key], key, i);
+      }
+    }
+  } else {
+    ret = [];
+  }
+  return ret;
+}
 const o = (value, key) => vOn(value, key);
+const f = (source, renderItem) => vFor(source, renderItem);
+const s = (value) => stringifyStyle(value);
+const e = (target, ...sources) => extend(target, ...sources);
+const n = (value) => normalizeClass(value);
+const t = (val) => toDisplayString(val);
 const p = (props) => renderProps(props);
 function createApp$1(rootComponent, rootProps = null) {
   rootComponent && (rootComponent.mpType = "app");
@@ -5168,9 +5302,9 @@ function assertType(value, type) {
   let valid;
   const expectedType = getType(type);
   if (isSimpleType(expectedType)) {
-    const t = typeof value;
-    valid = t === expectedType.toLowerCase();
-    if (!valid && t === "object") {
+    const t2 = typeof value;
+    valid = t2 === expectedType.toLowerCase();
+    if (!valid && t2 === "object") {
       valid = value instanceof type;
     }
   } else if (expectedType === "Object") {
@@ -5226,8 +5360,8 @@ function tryCatch(fn) {
   return function() {
     try {
       return fn.apply(fn, arguments);
-    } catch (e) {
-      console.error(e);
+    } catch (e2) {
+      console.error(e2);
     }
   };
 }
@@ -5678,8 +5812,8 @@ const $once = defineSyncApi(API_ONCE, (name, callback) => {
 const $off = defineSyncApi(API_OFF, (name, callback) => {
   if (!isArray(name))
     name = name ? [name] : [];
-  name.forEach((n) => {
-    eventBus.off(n, callback);
+  name.forEach((n2) => {
+    eventBus.off(n2, callback);
   });
 }, OffProtocol);
 const $emit = defineSyncApi(API_EMIT, (name, ...args) => {
@@ -5691,7 +5825,7 @@ let enabled;
 function normalizePushMessage(message) {
   try {
     return JSON.parse(message);
-  } catch (e) {
+  } catch (e2) {
   }
   return message;
 }
@@ -6434,15 +6568,15 @@ function tryConnectSocket(host2, port, id) {
       });
       resolve2(null);
     }, SOCKET_TIMEOUT);
-    socket.onOpen((e) => {
+    socket.onOpen((e2) => {
       clearTimeout(timer);
       resolve2(socket);
     });
-    socket.onClose((e) => {
+    socket.onClose((e2) => {
       clearTimeout(timer);
       resolve2(null);
     });
-    socket.onError((e) => {
+    socket.onError((e2) => {
       clearTimeout(timer);
       resolve2(null);
     });
@@ -6539,7 +6673,7 @@ function formatMessage(type, args) {
       type,
       args: formatArgs(args)
     };
-  } catch (e) {
+  } catch (e2) {
   }
   return {
     type,
@@ -6567,7 +6701,7 @@ function formatArg(arg, depth = 0) {
     case "object":
       try {
         return formatObject(arg, depth);
-      } catch (e) {
+      } catch (e2) {
         return {
           type: "object",
           value: {
@@ -6907,9 +7041,9 @@ function isConsoleWritable() {
   return isWritable;
 }
 function initRuntimeSocketService() {
-  const hosts = "192.168.1.10,127.0.0.1";
+  const hosts = "127.0.0.1,192.168.1.17";
   const port = "8090";
-  const id = "mp-weixin_H_8Yl-";
+  const id = "mp-weixin_uibAlD";
   const lazy = typeof swan !== "undefined";
   let restoreError = lazy ? () => {
   } : initOnError();
@@ -7859,7 +7993,7 @@ function getDefaultExportFromCjs(x) {
   return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
 }
 var _createClass = /* @__PURE__ */ function() {
-  function a(e, c) {
+  function a(e2, c) {
     for (var b = 0; b < c.length; b++) {
       var d = c[b];
       d.enumerable = d.enumerable || false;
@@ -7867,7 +8001,7 @@ var _createClass = /* @__PURE__ */ function() {
       if ("value" in d) {
         d.writable = true;
       }
-      Object.defineProperty(e, d.key, d);
+      Object.defineProperty(e2, d.key, d);
     }
   }
   return function(d, b, c) {
@@ -7899,15 +8033,15 @@ var Utils = { location2query: function location2query(c) {
   }
   var b = "";
   for (var a = 0; a < c.length; a++) {
-    var e = c[a];
+    var e2 = c[a];
     if (!!b) {
       b += ";";
     }
-    if (e.location) {
-      b = b + e.location.lat + "," + e.location.lng;
+    if (e2.location) {
+      b = b + e2.location.lat + "," + e2.location.lng;
     }
-    if (e.latitude && e.longitude) {
-      b = b + e.latitude + "," + e.longitude;
+    if (e2.latitude && e2.longitude) {
+      b = b + e2.latitude + "," + e2.longitude;
     }
   }
   return b;
@@ -7956,11 +8090,11 @@ var Utils = { location2query: function location2query(c) {
   a.header = { "content-type": "application/json" };
   a.method = "GET";
   a.success = function(d) {
-    var e = d.data;
-    if (e.status === 0) {
-      c.success(e);
+    var e2 = d.data;
+    if (e2.status === 0) {
+      c.success(e2);
     } else {
-      c.fail(e);
+      c.fail(e2);
     }
   };
   a.fail = function(d) {
@@ -7968,17 +8102,17 @@ var Utils = { location2query: function location2query(c) {
     c.fail(b.buildErrorConfig(ERROR_CONF.WX_ERR_CODE, result.errMsg));
   };
   a.complete = function(d) {
-    var e = +d.statusCode;
-    switch (e) {
+    var e2 = +d.statusCode;
+    switch (e2) {
       case ERROR_CONF.WX_ERR_CODE:
         c.complete(b.buildErrorConfig(ERROR_CONF.WX_ERR_CODE, d.errMsg));
         break;
       case ERROR_CONF.WX_OK_CODE:
-        var f = d.data;
-        if (f.status === 0) {
-          c.complete(f);
+        var f2 = d.data;
+        if (f2.status === 0) {
+          c.complete(f2);
         } else {
-          c.complete(b.buildErrorConfig(f.status, f.message));
+          c.complete(b.buildErrorConfig(f2.status, f2.message));
         }
         break;
       default:
@@ -7986,23 +8120,23 @@ var Utils = { location2query: function location2query(c) {
     }
   };
   return a;
-}, locationProcess: function locationProcess(f, e, c, a) {
+}, locationProcess: function locationProcess(f2, e2, c, a) {
   var d = this;
   c = c || function(g) {
     g.statusCode = ERROR_CONF.WX_ERR_CODE;
-    f.fail(d.buildErrorConfig(ERROR_CONF.WX_ERR_CODE, g.errMsg));
+    f2.fail(d.buildErrorConfig(ERROR_CONF.WX_ERR_CODE, g.errMsg));
   };
   a = a || function(g) {
     if (g.statusCode == ERROR_CONF.WX_ERR_CODE) {
-      f.complete(d.buildErrorConfig(ERROR_CONF.WX_ERR_CODE, g.errMsg));
+      f2.complete(d.buildErrorConfig(ERROR_CONF.WX_ERR_CODE, g.errMsg));
     }
   };
-  if (!f.location) {
-    d.getWXLocation(e, c, a);
+  if (!f2.location) {
+    d.getWXLocation(e2, c, a);
   } else {
-    if (d.checkLocation(f)) {
-      var b = Utils.getLocationParam(f.location);
-      e(b);
+    if (d.checkLocation(f2)) {
+      var b = Utils.getLocationParam(f2.location);
+      e2(b);
     }
   }
 } };
@@ -8014,7 +8148,7 @@ var QQMapWX = function() {
     }
     this.key = i.key;
   }
-  _createClass(b, [{ key: "search", value: function f(i) {
+  _createClass(b, [{ key: "search", value: function f2(i) {
     var l = this;
     i = i || {};
     Utils.polyfillParam(i);
@@ -8028,10 +8162,10 @@ var QQMapWX = function() {
     if (i.filter) {
       k.filter = i.filter;
     }
-    var n = i.distance || "1000";
+    var n2 = i.distance || "1000";
     var j = i.auto_extend || 1;
     var m = function m2(o2) {
-      k.boundary = "nearby(" + o2.latitude + "," + o2.longitude + "," + n + "," + j + ")";
+      k.boundary = "nearby(" + o2.latitude + "," + o2.longitude + "," + n2 + "," + j + ")";
       wx$1.request(Utils.buildWxRequestConfig(i, { url: URL_SEARCH, data: k }));
     };
     Utils.locationProcess(i, m);
@@ -8081,7 +8215,7 @@ var QQMapWX = function() {
     }
     var j = { id: i.id || "", output: "json", key: k.key };
     wx$1.request(Utils.buildWxRequestConfig(i, { url: URL_AREA_LIST, data: j }));
-  } }, { key: "calculateDistance", value: function e(i) {
+  } }, { key: "calculateDistance", value: function e2(i) {
     var k = this;
     i = i || {};
     Utils.polyfillParam(i);
@@ -8105,10 +8239,16 @@ const QQMapWX$1 = /* @__PURE__ */ getDefaultExportFromCjs(qqmapWxJssdk_min);
 exports.QQMapWX = QQMapWX$1;
 exports._export_sfc = _export_sfc;
 exports.createSSRApp = createSSRApp;
+exports.e = e;
+exports.f = f;
 exports.index = index;
+exports.n = n;
 exports.o = o;
 exports.onMounted = onMounted;
 exports.p = p;
 exports.ref = ref;
 exports.resolveComponent = resolveComponent;
+exports.s = s;
+exports.t = t;
+exports.unref = unref;
 //# sourceMappingURL=../../.sourcemap/mp-weixin/common/vendor.js.map

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
unpackage/dist/dev/mp-weixin/pages/tabBar/home/home.wxml


+ 46 - 4
unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.js

@@ -1,9 +1,51 @@
 "use strict";
 const common_vendor = require("../../../common/vendor.js");
-const _sfc_main = {};
-function _sfc_render(_ctx, _cache) {
-  return {};
+const api_config = require("../../../api/config.js");
+if (!Array) {
+  const _easycom_up_icon2 = common_vendor.resolveComponent("up-icon");
+  _easycom_up_icon2();
 }
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-ca643e16"]]);
+const _easycom_up_icon = () => "../../../uni_modules/uview-plus/components/u-icon/u-icon.js";
+if (!Math) {
+  _easycom_up_icon();
+}
+const _sfc_main = {
+  __name: "mine",
+  setup(__props) {
+    const orderList = ["待付款", "待发货", "待收货", "待评价", "退款/售后"];
+    return (_ctx, _cache) => {
+      return {
+        a: `${common_vendor.unref(api_config.config).BASIC_IMG}img/gift.png`,
+        b: `${common_vendor.unref(api_config.config).BASIC_IMG}img/coupon.png`,
+        c: common_vendor.p({
+          name: "arrow-right"
+        }),
+        d: common_vendor.f(orderList, (item, index, i0) => {
+          return {
+            a: `${common_vendor.unref(api_config.config).BASIC_IMG}img/order-icon-${index + 1}.png`,
+            b: common_vendor.t(item),
+            c: index
+          };
+        }),
+        e: common_vendor.p({
+          name: "arrow-right"
+        }),
+        f: common_vendor.f(3, (item, index, i0) => {
+          return {
+            a: index
+          };
+        }),
+        g: `https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png`,
+        h: common_vendor.p({
+          name: "arrow-right"
+        }),
+        i: common_vendor.p({
+          name: "arrow-right"
+        })
+      };
+    };
+  }
+};
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-ca643e16"]]);
 wx.createPage(MiniProgramPage);
 //# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/tabBar/mine/mine.js.map

+ 3 - 1
unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.json

@@ -1,3 +1,5 @@
 {
-  "usingComponents": {}
+  "usingComponents": {
+    "up-icon": "../../../uni_modules/uview-plus/components/u-icon/u-icon"
+  }
 }

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 1
unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.wxml


+ 32 - 4
unpackage/dist/dev/mp-weixin/pages/tabBar/mine/mine.wxss

@@ -92,15 +92,43 @@
   width: 110rpx;
   height: 110rpx;
 }
-.base-container .list-wrap .list-item.data-v-ca643e16 {
+.base-container .list-wrap .list-item.data-v-ca643e16, .base-container .list-wrap .list-card.data-v-ca643e16 {
   background: #fff;
   border-radius: 10rpx;
   margin-top: 20rpx;
   padding: 26rpx 20rpx;
+}
+.base-container .list-wrap .list-item .name.data-v-ca643e16, .base-container .list-wrap .list-card .name.data-v-ca643e16 {
+  font-weight: 500;
+}
+.base-container .list-wrap .list-item .all.data-v-ca643e16, .base-container .list-wrap .list-card .all.data-v-ca643e16 {
+  color: rgba(0, 0, 0, 0.6);
+  font-size: 26rpx;
+}
+.base-container .list-wrap .list-item .card-cont.data-v-ca643e16, .base-container .list-wrap .list-card .card-cont.data-v-ca643e16 {
+  margin-top: 20rpx;
+}
+.base-container .list-wrap .list-item .card-cont .cont-item.data-v-ca643e16, .base-container .list-wrap .list-card .card-cont .cont-item.data-v-ca643e16 {
+  flex: 1;
+  text-align: center;
+  font-size: 24rpx;
+}
+.base-container .list-wrap .list-item .card-cont .cont-item .icon.data-v-ca643e16, .base-container .list-wrap .list-card .card-cont .cont-item .icon.data-v-ca643e16 {
+  width: 36rpx;
+  height: 32rpx;
+  margin-bottom: 4rpx;
+}
+.base-container .list-wrap .list-item .card-cont .image-item.data-v-ca643e16, .base-container .list-wrap .list-card .card-cont .image-item.data-v-ca643e16 {
+  border-radius: 16rpx;
+  border: 1px solid #E3E3E3;
+  padding: 10rpx;
+}
+.base-container .list-wrap .list-item .card-cont .image-item .img.data-v-ca643e16, .base-container .list-wrap .list-card .card-cont .image-item .img.data-v-ca643e16 {
+  width: 192rpx;
+  height: 192rpx;
+}
+.base-container .list-wrap .flex-center.data-v-ca643e16 {
   display: flex;
   align-items: center;
   justify-content: space-between;
-}
-.base-container .list-wrap .list-item .name.data-v-ca643e16 {
-  font-weight: 500;
 }

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor