فهرست منبع

init商城移动端

lalala 6 سال پیش
والد
کامیت
f1f3fe55ba
41فایلهای تغییر یافته به همراه2447 افزوده شده و 0 حذف شده
  1. 9 0
      mobile/index.html
  2. 137 0
      mobile/static/css/base.scss
  3. 300 0
      mobile/static/css/common.scss
  4. 222 0
      mobile/static/css/minxin.scss
  5. 65 0
      mobile/static/css/reset.scss
  6. 1452 0
      mobile/static/css/uni2.css
  7. 229 0
      mobile/static/iconfont/iconfont.css
  8. 29 0
      mobile/static/iconfont/readme.md
  9. BIN
      mobile/static/images/bg.png
  10. BIN
      mobile/static/images/check/icon_check0.png
  11. BIN
      mobile/static/images/check/icon_check1.png
  12. BIN
      mobile/static/images/check/icon_check2.png
  13. BIN
      mobile/static/images/check/icon_check3.png
  14. BIN
      mobile/static/images/extension.png
  15. BIN
      mobile/static/images/localposition_small.png
  16. BIN
      mobile/static/images/logout.png
  17. BIN
      mobile/static/images/publicicon/order_read.png
  18. BIN
      mobile/static/images/publicicon/order_unread.png
  19. BIN
      mobile/static/images/qualification.png
  20. BIN
      mobile/static/images/rank.png
  21. BIN
      mobile/static/images/rank/icon_rank1.png
  22. BIN
      mobile/static/images/rank/icon_rank2.png
  23. BIN
      mobile/static/images/rank/icon_rank3.png
  24. BIN
      mobile/static/images/submenber.png
  25. BIN
      mobile/static/images/vip/certification_icon.png
  26. BIN
      mobile/static/images/vip/company_icon.png
  27. BIN
      mobile/static/images/vip/gold_icon.png
  28. BIN
      mobile/static/images/vip/person_icon.png
  29. BIN
      mobile/static/images/vip/strategy_icon.png
  30. 0 0
      mobile/static/index.css
  31. 0 0
      mobile/static/js/chunk-vendors.57842518.js
  32. 0 0
      mobile/static/js/index.c85c2951.js
  33. 0 0
      mobile/static/js/pages-category-index.9ba7748b.js
  34. 1 0
      mobile/static/js/pages-goods-detail.e76218d3.js
  35. 1 0
      mobile/static/js/pages-home-index.1735f5fa.js
  36. 0 0
      mobile/static/js/pages-page-login-index.96e98b39.js
  37. 0 0
      mobile/static/js/pages-page-redirect.d3f5dffe.js
  38. 1 0
      mobile/static/js/pages-page-webview-index.1c13ebef.js
  39. 0 0
      mobile/static/js/pages-pay-index.dd3f06f6.js
  40. 0 0
      mobile/static/js/pages-shop-index.b8b1826e.js
  41. 1 0
      mobile/static/js/pages-user-index.98e71438.js

+ 9 - 0
mobile/index.html

@@ -0,0 +1,9 @@
+<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>花卉宝</title><script>var UA = window.navigator.userAgent.toLowerCase();
+			var isAndroid = UA.indexOf('android') > 0;
+			var isIOS = /iphone|ipad|ipod|ios/.test(UA);
+			if (!(isAndroid || isIOS)) {
+				// 正式发布的时候使用,开发期间不启用。
+				// window.location.href = '/h5/pcguide.html';
+			}</script><script>document.addEventListener('DOMContentLoaded', function() {
+				document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
+			})</script><link rel=stylesheet href=/mobile/static/index.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script>/*BAIDU_STAT*/</script><script src=/mobile/static/js/chunk-vendors.57842518.js></script><script src=/mobile/static/js/index.c85c2951.js></script></body></html>

+ 137 - 0
mobile/static/css/base.scss

@@ -0,0 +1,137 @@
+/**
+*全局变量
+*/
+.app-content {
+    // line-height: 1;
+    background-color: #f5f5f5;
+    min-height: 100vh;
+}
+.gray_txt {
+    color: #999 !important;
+}
+
+.ph {
+    font-size: 30px;
+    color: gray;
+}
+
+.w100 {
+    width: 100% !important;
+}
+
+.ml0{
+    margin-left: 0 !important;
+}
+
+.text_main_color {
+    color: #ff9000;
+}
+
+.underline {
+    text-decoration: underline;
+}
+
+.separate_line {
+    color: #999;
+    margin: 0 16px;
+}
+
+.text_sub_com {
+    color: #999;
+    font-size: 24px;
+}
+
+.flex {
+    display: -webkit-box;
+    display: -webkit-flex;
+    display: -ms-flexbox;
+    display: flex;
+}
+
+.flex-v {
+    -webkit-box-orient: vertical;
+    -webkit-flex-direction: column;
+    -ms-flex-direction: column;
+    flex-direction: column;
+}
+
+.flex-rr {
+    -webkit-box-orient: revert;
+    -webkit-flex-direction: row-reverse;
+    -ms-flex-direction: row-reverse;
+    flex-direction: row-reverse;
+}
+
+.flex-vr {
+    -webkit-box-orient: revert;
+    -webkit-flex-direction: column-reverse;
+    -ms-flex-direction: column-reverse;
+    flex-direction: column-reverse;
+}
+
+.flex-pack-justify {
+    -webkit-box-pack: justify;
+    -webkit-justify-content: space-between;
+    -ms-flex-pack: justify;
+    justify-content: space-between;
+}
+
+.flex-pack-justify-center {
+    -webkit-box-pack: center;
+    -webkit-justify-content: center;
+    -ms-flex-pack: center;
+    justify-content: center;
+}
+
+.flex-pack-justify-start {
+    -webkit-box-pack: start;
+    -webkit-justify-content: start;
+    -ms-flex-pack: flex-start;
+    justify-content: flex-start;
+}
+
+.flex-pack-justify-end {
+    -webkit-box-pack: end;
+    -webkit-justify-content: end;
+    -ms-flex-pack: flex-end;
+    justify-content: flex-end;
+}
+
+.flex-pack-around {
+    -webkit-justify-content: space-around;
+    justify-content: space-around;
+}
+
+.flex-align-center {
+    -webkit-box-align: center;
+    -webkit-align-items: center;
+    -ms-flex-align: center;
+    align-items: center;
+}
+
+.flex-align-end {
+    -webkit-box-align: end;
+    -ms-flex-align: end;
+    -webkit-align-items: flex-end;
+    align-items: flex-end;
+}
+
+.flex-wrap {
+    -webkit-box-lines: multiple;
+    -webkit-flex-wrap: wrap;
+    -ms-flex-wrap: wrap;
+    flex-wrap: wrap;
+}
+
+.flex1 {
+    -webkit-box-flex: 1;
+    /* OLD - iOS 6-, Safari 3.1-6 */
+    -moz-box-flex: 1;
+    /* OLD - Firefox 19- */
+    -webkit-flex: 1;
+    /* Chrome */
+    -ms-flex: 1;
+    /* IE 10 */
+    flex: 1;
+    /* NEW, Spec - Opera 12.1, Firefox 20+ */
+}

+ 300 - 0
mobile/static/css/common.scss

@@ -0,0 +1,300 @@
+/**
+*全局样式,以 App- 前缀命名
+*/
+*{
+	margin: 0;
+	padding: 0;
+}
+
+page, body {
+    font-family: 'microsoft yahei';
+    font-size: 24px;
+    height: 100%;
+    // line-height: 1;
+}
+.app-wh100 {
+    width: 100%;
+    height: 100%;
+}
+// .App_bg {
+// 	height: 100%;
+// }
+.App{
+	// line-height: 1;
+	min-height: 100vh;
+}
+.App_gray{
+	// line-height: 1;
+	min-height: 100vh;
+	background-color: #f5f5f5;
+}
+.App_row {
+	display: flex;
+	justify-content: center;
+}
+.App_col {
+	display: flex;
+	align-items: center;
+	flex-direction: column;
+}
+
+.App_border-box * {
+    box-sizing: border-box;
+}
+
+footer {
+    width: 100%;
+    // max-width: 750px;
+    min-width: 320px;
+    height: 100px;
+    position: fixed;
+    text-align: center;
+    bottom: 0;
+    background: #fff;
+    box-shadow: -1px -1px 10px #cccccc; /*no*/
+	z-index: 100;
+}
+
+// 按钮公共样式
+.main_btn_com {
+    display: flex;
+    color: $auxiliaryColor1;
+    font-size: 30px;
+    padding: 15px 40px;
+    background-color: $mainColor;
+    border-radius: 50px;
+}
+
+.bottom_btn_com {
+    height: 100px;
+    line-height: 100px;
+    color: $auxiliaryColor1;
+    font-size: 30px;
+    background-color: $mainColor;
+    text-align: center;
+}
+
+// 带统计字数文本域
+.textarea_wrap {
+    position: relative;
+    textarea {
+      display: block;
+      background-color: #fff;
+      padding: 30px 31px;
+      border: 0 none;
+      width: 100%;
+      height: 270px;
+    }
+    .count {
+        position: absolute;
+        line-height: 1;
+        right: 30px;
+        bottom: 30px;
+        font-size:24px;
+        color:rgba(153,153,153,1);
+    }
+}
+
+/* 超出隐藏 */
+.ellipsis_line_com {
+    overflow: hidden;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+}
+
+/* 超出两行隐藏 */
+.ellipsis_two_line_com {
+    text-overflow: -o-ellipsis-lastline;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    display: -webkit-box;
+    -webkit-line-clamp: 2;
+    line-clamp: 2;
+    -webkit-box-orient: vertical;
+	line-height: 1.3;
+}
+
+/* 修改vant输入框样式 */
+.van-field__body {
+	padding-left: 20px;
+	height: 100%;
+}
+
+.van-field__control {
+	height: 100%;
+}
+.van-field__control::placeholder {
+	font-size: 34px;
+	font-weight: normal;
+	font-stretch: normal;
+	letter-spacing: 0.7px;
+	color: #cccccc;
+}
+
+/* 黑色蒙版 */
+.black_mask {
+	position: fixed;
+	top: 0;
+	bottom: 0;
+	left: 0;
+	right: 0;
+	width: 100vw;
+	height: 100vh;
+	background-color: rgba(0,0,0,0.7);
+	z-index: 999;
+	&.center {
+		display: flex;
+		justify-content: center;
+		align-items: center;
+	}
+}
+
+// 弹窗关闭按钮
+.closemask {
+    position: absolute;
+    width: 30px;
+    height: 30px;
+    right: 39px;
+    top: 39px;
+}
+
+ // 公共底部样式
+.pub_footer {
+			width: 100%;
+			height: 100px;
+			position: fixed;
+			text-align: center;
+			bottom: 0;
+			background: white;
+			box-shadow: -1px -1px 5px #cccccc;
+			z-index: 100;
+		}
+
+.app-footer {
+    width: 100%;
+    max-width: 750px; /*no*/
+    min-width: 320px; /*no*/
+    height: 100px;
+    position: fixed;
+    text-align: center;
+    bottom: 0;
+    background: white;
+    box-shadow: -1px -1px 1px #cccccc; /*no*/
+    z-index: 100;
+    font-size: 32px;
+    color: #3a1b04;
+    line-height: 90px;
+    background: #ffd11a;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    letter-spacing: 3px;
+    & .add {
+        width: 38px;
+        height: 38px;
+        margin-right: 20px;
+    }
+  }
+.noMore{
+	color: #969799;
+	font-size: 24upx;
+	line-height: 50px;
+	text-align: center;
+	padding: 30px 0;
+}
+li{
+	list-style: none;
+}
+
+
+// .app-seach-box {
+// 	position: relative;
+// 	z-index: 999;
+// 	& .app-filter_wrap {
+// 		padding-left: 30px;
+// 		display: flex;
+// 		justify-content: center;
+// 		align-items: center;
+// 		position: relative;
+// 		color: #666666;
+// 		border-right: 1px;
+// 		& > view {
+// 			padding: 0 5px;
+// 		}
+// 		&::after {
+// 			content: '';
+// 			height: 60px;
+// 			position: absolute;
+// 			background-color: #dddddd;
+// 			width: 1Px;
+// 			left: 0;
+// 			top: 50%;
+// 			transform: translate(0 ,-50%);
+// 		}
+// 	}
+// }
+
+
+/* 分享按钮的公共样式 */
+
+.go_share {
+	width: 60upx;
+	height: 60upx;
+	position: fixed;
+	right: 5%;
+	top: 35upx;
+	opacity: 0.7;
+	float: right;
+	z-index: 99;
+}
+
+.go_share img {
+	width: 60upx;
+	height: 60upx;
+	float: right;
+}
+/*返回按钮的公共样式*/
+
+.returnback {
+	width: 60upx;
+	height: 60upx;
+	position: fixed;
+	left: 5%;
+	top: 35upx;
+	opacity: .7;
+	float: left;
+	z-index: 1;
+}
+
+.returnback img {
+	width: 60upx;
+	height: 60upx;
+	float: left;
+}
+.includecontent p img{
+	width: 100%;
+	height: auto;
+}
+.uni-overflow-hidden{
+	overflow: hidden;
+	height: 100vh;
+}
+
+.inputTip_box {
+	position: relative;
+	width: 100%;
+	.inputTip {
+		position: absolute;
+		top: 50%;
+		transform: translateY(-50%);
+		right: 0;
+		color: #f44;
+		font-size: 28upx;
+	}
+}
+
+.text-overflow{
+	overflow: hidden;
+	text-overflow: ellipsis;
+	white-space: nowrap;
+}

+ 222 - 0
mobile/static/css/minxin.scss

@@ -0,0 +1,222 @@
+@mixin shadow($xSize,$ySize,$size,$color){//阴影
+    -moz-box-shadow: $xSize $ySize $size $color  !important; /* 老的 Firefox */
+         box-shadow: $xSize $ySize $size $color  !important;
+}
+
+@mixin triangle($size,$top-color,$right-color,$bottom-color,$left-color){//三角形
+    width: 0;
+    height: 0;
+    display: block;
+    border-top: $size solid $top-color;
+    border-right: $size solid $right-color;
+    border-bottom: $size solid $bottom-color;
+    border-left: $size solid $left-color;
+}
+
+@mixin translateX($size){//x轴位移
+    transform:translateX($size);
+    -webkit-transform:translateX($size);
+    -moz-transform:translateX($size);
+    -o-transform:translateX($size);
+    -ms-transform:translateX($size);
+}
+
+@mixin translateY($size){//x轴位移
+    transform:translateY($size);
+    -webkit-transform:translateY($size);
+    -moz-transform:translateY($size);
+    -o-transform:translateY($size);
+    -ms-transform:translateY($size);
+}
+
+@mixin translate3d($x,$y,$z){//x,y,z轴位移
+    transform:translate3d($x,$y,$z);
+    -webkit-transform:translate3d($x,$y,$z);
+    -moz-transform:translate3d($x,$y,$z);
+    -o-transform:translate3d($x,$y,$z);
+    -ms-transform:translate3d($x,$y,$z);
+}
+
+@mixin disFlex(){
+    display: -webkit-flex !important;
+    display: -moz-flex !important;
+    display: -ms-flex !important;
+    display:flex !important;
+}
+
+@mixin disBox(){
+    display:box !important;
+    display:-webkit-box !important;
+}
+
+@mixin direction($items: center,$justify: center){//位置
+    display:flex;
+    display:-webkit-flex;
+    align-items: $items;
+    justify-content: $justify;
+}
+
+@mixin box-pack($align,$pack){
+    display: box;
+    display: -moz-box;
+    display: -webkit-box;
+    
+    box-pack:$pack;
+    -webkit-box-pack:$pack;
+
+    box-align:$align;
+    -webkit-box-align:$align;
+    -moz-box-align:$align;  
+}
+
+@mixin boxDirection(){
+    -moz-box-pack:end;
+	-webkit-box-pack:end;
+	-o-box-pack:end;
+	box-pack:end;
+}
+@mixin flex1-1(){
+    box-flex: 1;
+    -moz-box-flex:1;
+    -webkit-box-flex: 1;
+    flex: 1 !important;
+    -webkit-flex:1 !important;
+}
+
+@mixin transition($type,$time){
+    -webkit-transition: $type $time;	/* Safari 和 Chrome */
+       -moz-transition: $type $time;	/* Firefox 4 */
+         -o-transition: $type $time;
+            transition: $type $time;
+}
+
+@mixin ransformRotate($deg){//旋转
+    transform:rotate($deg);
+    -ms-transform:rotate($deg); 	/* IE 9 */
+    -moz-transform:rotate($deg); 	/* Firefox */
+    -webkit-transform:rotate($deg); /* Safari 和 Chrome */
+    -o-transform:rotate($deg); 	/* Opera */
+}
+
+@mixin radius($deg){
+    border-radius: $deg;
+}
+
+@mixin ellipses(){
+    overflow:hidden; 
+    text-overflow:ellipsis;
+    -webkit-box-orient:vertical;
+}
+
+@mixin urlAbsolute(){
+    position:absolute;
+    top:0;
+    right:0;
+    bottom:0;
+    left:0;
+}
+
+@mixin box-flex(){
+    box-flex: 1;
+    -webkit-box-flex: 1; 
+    -moz-box-flex: 1; 
+    -ms-box-flex: 1; 
+    display: block !important; 
+    width: 100%;
+}
+
+@mixin box(){
+    display: -webkit-box; 
+    display: -moz-box; 
+    display: -ms-box; 
+    display: box;
+}
+
+@mixin ell(){
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+}
+
+@mixin boxSizing($val){
+    box-sizing: $val;
+    -webkit-box-sizing: $val;
+    -moz-box-sizing: $val;
+    -ms-box-sizing: $val;
+}
+
+
+
+// 背景图片地址和大小
+@mixin bis($url) { 
+	background-image: url($url);
+	background-repeat: no-repeat;
+	background-size: 100% 100%;
+}
+
+@mixin borderRadius($radius) {
+    -webkit-border-radius: $radius;
+    -moz-border-radius: $radius;
+    -ms-border-radius: $radius;
+    -o-border-radius: $radius;
+    border-radius: $radius;
+}
+//定位全屏
+@mixin allcover{
+	position:absolute;
+	top:0;
+	right:0;
+}
+
+//定位上下左右居中
+@mixin center {  
+	position: absolute;
+	top: 50%;
+    left: 50%;
+    transform: translate(-50%, -50%);
+}
+
+//定位上下居中
+@mixin ct {  
+	position: absolute;
+	top: 50%;
+    transform: translateY(-50%);
+}
+
+//定位左右居中
+@mixin cl {
+	position: absolute;
+	left: 50%;
+    transform: translateX(-50%);
+}
+
+//宽高
+@mixin wh($width, $height){
+	width: $width;
+	height: $height;
+}
+
+//字体大小、行高、字体
+@mixin font($size, $line-height, $family: 'Microsoft YaHei') {  
+	font: #{$size}/#{$line-height} $family;
+}
+
+//字体大小,颜色
+@mixin sc($size, $color){
+	font-size: $size;
+	color: $color;
+}
+
+//flex 布局和 子元素 对其方式
+@mixin fj($type: space-between){
+	display: flex;
+	justify-content: $type;
+}
+
+@mixin disFlexCen(){
+    display:flex;
+    display: -webkit-flex;
+    display: -moz-flex;
+    display: -ms-flex;
+    align-items: center;
+}

+ 65 - 0
mobile/static/css/reset.scss

@@ -0,0 +1,65 @@
+/*  #ifdef  H5  */
+.uni-page-head {
+	background-color: transparent !important;
+}
+/*  #endif  */
+
+/*  #ifdef  H5  */
+// uni-page-body, body {
+// 	height: auto;
+// 	min-height: 100%;
+// }
+/*  #endif  */
+
+// 修改uni-nav-bar样式
+.uni-navbar-header {
+	line-height: 96px !important;
+	height: 96px !important;
+}
+
+.uni-status-bar {
+	height: auto !important;
+}
+
+.uni-navbar-container {
+	display: flex !important;
+	align-items: center !important;
+	justify-content: center !important;
+}
+
+.uni-navbar-shadow {
+	box-shadow: 0 0 6px 2px #ccc;
+}
+
+uni-picker .uni-picker-item {
+	font-size: 30px;
+}
+
+.iconfont {
+	display: inline-block;
+	vertical-align: middle;
+}
+
+// 修改image的图片样式
+image {
+	width: 100%;
+	// height: auto;
+}
+
+.datetime-picker{
+	.picker-body{
+		font-size: 32px !important;
+	}
+	 .btn-picker{
+		font-size: 32px !important;
+		 &.submit{
+			 color: #3a1b06 !important;
+			 padding: 0 20px !important;
+			 border-radius: 24px !important;
+		 }
+		 &.cancel{
+			 color: #878787!important
+		 }
+	}
+
+}

+ 1452 - 0
mobile/static/css/uni2.css

@@ -0,0 +1,1452 @@
+@font-face {
+	font-family: uniicons;
+	font-weight: normal;
+	font-style: normal;
+	src: url('https://img-cdn-qiniu.dcloud.net.cn/fonts/uni.ttf') format('truetype');
+}
+
+/*通用 */
+/*view{*/
+/* 	font-size: 24px;*/
+/* }*/
+/* view  uni-button{*/
+/*	font-size: 28px;*/
+/* }*/
+.uni-list-cell__content-title{
+	font-size: 28upx !important;
+}
+
+progress, checkbox-group{
+	width: 100%;
+}
+form {
+	width: 100%;
+}
+.uni-flex {
+	display: flex;
+	flex-direction: row;
+}
+.uni-flex-item {
+	flex: 1;
+}
+.uni-row {
+	flex-direction: row;
+}
+.uni-column {
+	flex-direction: column;
+}
+.uni-link{
+	color:#576B95;
+	font-size:26upx;
+}
+.uni-center{
+	text-align:center;
+}
+.uni-inline-item{
+	display: flex;
+	flex-direction: row;
+	align-items:center;
+}
+.uni-inline-item text{
+	margin-right: 20upx;
+}
+.uni-inline-item text:last-child{
+	margin-right: 0upx;
+	margin-left: 20upx;
+}
+
+/* page */
+.uni-page-head{
+	padding:35upx;
+	text-align: center;
+}
+.uni-page-head-title {
+	display: inline-block;
+	padding: 0 40upx;
+	font-size: 30upx;
+	height: 88upx;
+	line-height: 88upx;
+	color: #BEBEBE;
+	box-sizing: border-box;
+	border-bottom: 2upx solid #D8D8D8;
+}
+.uni-page-body {
+	width: 100%;
+	flex-grow: 1;
+	overflow-x: hidden;
+}
+.uni-padding-wrap{
+	width:690upx;
+	padding:0 30upx;
+}
+.uni-word {
+	text-align: center;
+	padding:200upx 100upx;
+}
+.uni-title {
+	font-size:30upx;
+	font-weight:500;
+	padding:20upx 0;
+	line-height:1.5;
+}
+.uni-text{
+	font-size:28upx;
+}
+.uni-title text{
+	font-size:24upx;
+	color:#888;
+}
+
+.uni-text-gray{
+	color: #ccc;
+}
+.uni-text-small {
+	font-size:24upx;
+}
+.uni-common-mb{
+	margin-bottom:30upx;
+}
+.uni-common-pb{
+	padding-bottom:30upx;
+}
+.uni-common-pl{
+	padding-left:30upx;
+}
+.uni-common-mt{
+	margin-top:30upx;
+}
+/* 背景色 */
+.uni-bg-red{
+	background:#F76260; color:#FFF;
+}
+.uni-bg-green{
+	background:#09BB07; color:#FFF;
+}
+.uni-bg-blue{
+	background:#007AFF; color:#FFF;
+}
+/* 标题 */
+.uni-h1 {font-size: 80upx; font-weight:700;}
+.uni-h2 {font-size: 60upx; font-weight:700;}
+.uni-h3 {font-size: 48upx; font-weight:700;}
+.uni-h4 {font-size: 36upx; font-weight:700;}
+.uni-h5 {font-size: 28upx; color: #8f8f94;}
+.uni-h6 {font-size: 24upx; color: #8f8f94;}
+.uni-bold{font-weight:bold;}
+
+/* 文本溢出隐藏 */
+.uni-ellipsis {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
+
+/* 竖向百分百按钮 */
+.uni-btn-v{
+	padding:10upx 0;
+}
+.uni-btn-v button{margin:20upx 0;}
+
+/* 表单 */
+.uni-form-item{
+	display:flex;
+	width:100%;
+	padding:10upx 0;
+}
+.uni-form-item .title{
+	padding:10upx 25upx;
+}
+.uni-label {
+	width: 210upx;
+	word-wrap: break-word;
+	word-break: break-all;
+	text-indent:20upx;
+}
+/*.uni-input {*/
+/*	height: 50upx;*/
+/*	padding: 15upx 25upx;*/
+/*	line-height:50upx;*/
+/*	font-size:28upx;*/
+/*	background:#FFF;*/
+/*	flex: 1;*/
+/*}*/
+radio-group, checkbox-group{
+	width:100%;
+}
+radio-group label, checkbox-group label{
+	padding-right:20upx;
+}
+.uni-form-item .with-fun{
+	display:flex;
+	flex-wrap:nowrap;
+	background:#FFFFFF;
+}
+.uni-form-item .with-fun .uni-icon{
+	width:40px;
+	height:80upx;
+	line-height:80upx;
+	flex-shrink:0;
+}
+
+/* loadmore */
+.uni-loadmore{
+	height:80upx;
+	line-height:80upx;
+	text-align:center;
+	padding-bottom:30upx;
+}
+/*数字角标*/
+.uni-badge,
+.uni-badge-default {
+	font-family: 'Helvetica Neue', Helvetica, sans-serif;
+	font-size: 12px;
+	line-height: 1;
+	display: inline-block;
+	padding: 3px 6px;
+	color: #333;
+	border-radius: 100px;
+	background-color: rgba(0, 0, 0, .15);
+}
+.uni-badge.uni-badge-inverted {
+	padding: 0 5px 0 0;
+	color: #929292;
+	background-color: transparent
+}
+.uni-badge-primary {
+	color: #fff;
+	background-color: #007aff
+}
+.uni-badge-blue.uni-badge-inverted,
+.uni-badge-primary.uni-badge-inverted {
+	color: #007aff;
+	background-color: transparent
+}
+.uni-badge-green,
+.uni-badge-success {
+	color: #fff;
+	background-color: #4cd964;
+}
+.uni-badge-green.uni-badge-inverted,
+.uni-badge-success.uni-badge-inverted {
+	color: #4cd964;
+	background-color: transparent
+}
+.uni-badge-warning,
+.uni-badge-yellow {
+	color: #fff;
+	background-color: #f0ad4e
+}
+.uni-badge-warning.uni-badge-inverted,
+.uni-badge-yellow.uni-badge-inverted {
+	color: #f0ad4e;
+	background-color: transparent
+}
+.uni-badge-danger,
+.uni-badge-red {
+	color: #fff;
+	background-color: #dd524d
+}
+.uni-badge-danger.uni-badge-inverted,
+.uni-badge-red.uni-badge-inverted {
+	color: #dd524d;
+	background-color: transparent
+}
+.uni-badge-purple,
+.uni-badge-royal {
+	color: #fff;
+	background-color: #8a6de9
+}
+.uni-badge-purple.uni-badge-inverted,
+.uni-badge-royal.uni-badge-inverted {
+	color: #8a6de9;
+	background-color: transparent
+}
+
+/*折叠面板 */
+.uni-collapse-content {
+	height: 0;
+	width: 100%;
+	overflow: hidden;
+}
+.uni-collapse-content.uni-active {
+	height: auto;
+}
+
+/*卡片视图 */
+.uni-card {
+	background: #fff;
+	border-radius: 8upx;
+	margin:20upx 0;
+	position: relative;
+	box-shadow: 0 2upx 4upx rgba(0, 0, 0, .3);
+}
+.uni-card-content {
+	font-size: 30upx;
+}
+.uni-card-content.image-view{
+    width: 100%;
+    margin: 0;
+}
+.uni-card-content-inner {
+	position: relative;
+	padding: 30upx;
+}
+.uni-card-footer,
+.uni-card-header {
+	position: relative;
+	display: flex;
+	min-height: 50upx;
+	padding: 20upx 30upx;
+	justify-content: space-between;
+	align-items: center;
+}
+.uni-card-header {
+	font-size: 36upx;
+}
+.uni-card-footer {
+	color: #6d6d72;
+}
+.uni-card-footer:before,
+.uni-card-header:after {
+	position: absolute;
+	top: 0;
+	right: 0;
+	left: 0;
+	height: 2upx;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-card-header:after {
+	top: auto;
+	bottom: 0;
+}
+.uni-card-media {
+	justify-content: flex-start;
+}
+.uni-card-media-logo {
+	height: 84upx;
+	width: 84upx;
+	margin-right: 20upx;
+}
+.uni-card-media-body {
+	height: 84upx;
+	display: flex;
+	flex-direction: column;
+	justify-content: space-between;
+	align-items: flex-start;
+}
+.uni-card-media-text-top {
+	line-height: 36upx;
+	font-size: 34upx;
+}
+.uni-card-media-text-bottom {
+	line-height: 30upx;
+	font-size: 28upx;
+	color: #8f8f94;
+}
+.uni-card-link {
+	color: #007AFF;
+}
+
+/* 列表 */
+.uni-list {
+	background-color: #FFFFFF;
+	position: relative;
+	width: 100%;
+	display: flex;
+	flex-direction: column;
+}
+.uni-list:after {
+	position: absolute;
+	z-index: 10;
+	right: 0;
+	bottom: 0;
+	left: 0;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list::before {
+	position: absolute;
+	z-index: 10;
+	right: 0;
+	top: 0;
+	left: 0;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list-cell {
+	position: relative;
+	display: flex;
+	flex-direction: row;
+	justify-content: space-between;
+	align-items: center;
+}
+.uni-list-cell-hover {
+	background-color: #eee;
+}
+.uni-list-cell-pd {
+	padding: 22upx 30upx;
+}
+.uni-list-cell-left {
+	font-size:28upx;
+	padding: 0 30upx;
+}
+.uni-list-cell-db,
+.uni-list-cell-right {
+	flex: 1;
+}
+.uni-list-cell::after {
+	position: absolute;
+  z-index: 3;
+	right: 0;
+	bottom: 0;
+	left: 30upx;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list .uni-list-cell:last-child::after {
+	height: 0upx;
+}
+.uni-list-cell-last.uni-list-cell::after {
+	height: 0upx;
+}
+.uni-list-cell-divider {
+	position: relative;
+	display: flex;
+	color: #999;
+	background-color: #f7f7f7;
+	padding:15upx 20upx;
+}
+.uni-list-cell-divider::before {
+	position: absolute;
+	right: 0;
+	top: 0;
+	left: 0;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list-cell-divider::after {
+	position: absolute;
+	right: 0;
+	bottom: 0;
+	left: 0upx;
+	height: 1px;
+	content: '';
+	-webkit-transform: scaleY(.5);
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+.uni-list-cell-navigate {
+	font-size:30upx;
+	padding: 22upx 30upx;
+	line-height: 48upx;
+	position: relative;
+	display: flex;
+	box-sizing: border-box;
+	width: 100%;
+	flex: 1;
+	justify-content: space-between;
+	align-items: center;
+}
+.uni-list-cell-navigate {
+	padding-right: 36upx;
+}
+.uni-navigate-badge {
+	padding-right: 50upx;
+}
+.uni-list-cell-navigate.uni-navigate-right:after {
+	font-family: uniicons;
+	content: '\e583';
+	position: absolute;
+	right: 24upx;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.uni-list-cell-navigate.uni-navigate-bottom:after {
+	font-family: uniicons;
+	content: '\e581';
+	position: absolute;
+	right: 24upx;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.uni-list-cell-navigate.uni-navigate-bottom.uni-active::after {
+	font-family: uniicons;
+	content: '\e580';
+	position: absolute;
+	right: 24upx;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.uni-collapse.uni-list-cell {
+	flex-direction: column;
+}
+.uni-list-cell-navigate.uni-active {
+	background: #eee;
+}
+.uni-list.uni-collapse {
+	box-sizing: border-box;
+	height: 0;
+	overflow: hidden;
+}
+.uni-collapse .uni-list-cell {
+	padding-left: 20upx;
+}
+.uni-collapse .uni-list-cell::after {
+	left: 52upx;
+}
+.uni-list.uni-active {
+	height: auto;
+}
+
+/* 三行列表 */
+.uni-triplex-row {
+	display: flex;
+	flex: 1;
+	width: 100%;
+	box-sizing: border-box;
+	flex-direction: row;
+	padding: 22upx 30upx;
+}
+.uni-triplex-right,
+.uni-triplex-left {
+	display: flex;
+	flex-direction: column;
+}
+.uni-triplex-left {
+	width: 84%;
+}
+.uni-triplex-left .uni-title{
+	padding:8upx 0;
+}
+.uni-triplex-left .uni-text, .uni-triplex-left .uni-text-small{color:#999999;}
+.uni-triplex-right {
+	width: 16%;
+	text-align: right;
+}
+
+/* 图文列表 */
+.uni-media-list {
+	padding: 22upx 30upx;
+	box-sizing: border-box;
+	display: flex;
+	width: 100%;
+	flex-direction: row;
+}
+.uni-navigate-right.uni-media-list {
+	padding-right: 74upx;
+}
+.uni-pull-right {
+	flex-direction: row-reverse;
+}
+.uni-pull-right>.uni-media-list-logo {
+	margin-right: 0upx;
+	margin-left: 20upx;
+}
+.uni-media-list-logo {
+	height: 84upx;
+	width: 84upx;
+	margin-right: 20upx;
+}
+.uni-media-list-logo image {
+	height: 100%;
+	width: 100%;
+}
+.uni-media-list-body {
+	height: 84upx;
+	display: flex;
+	flex: 1;
+	flex-direction: column;
+	justify-content: space-between;
+	align-items: flex-start;
+	overflow: hidden;
+}
+.uni-media-list-text-top {
+	width: 100%;
+	line-height: 36upx;
+	font-size: 30upx;
+}
+.uni-media-list-text-bottom {
+	width: 100%;
+	line-height: 30upx;
+	font-size: 26upx;
+	color: #8f8f94;
+}
+
+/* 九宫格 */
+.uni-grid-9 {
+	background: #f2f2f2;
+	width: 750upx;
+	display: flex;
+	flex-direction: row;
+	flex-wrap: wrap;
+	border-top: 2upx solid #eee;
+}
+.uni-grid-9-item {
+	width: 250upx;
+	height: 200upx;
+	display: flex;
+	flex-direction: column;
+	align-items: center;
+	justify-content: center;
+	border-bottom: 2upx solid;
+	border-right: 2upx solid;
+	border-color: #eee;
+	box-sizing: border-box;
+}
+.no-border-right {
+	border-right: none;
+}
+.uni-grid-9-image {
+	width: 100upx;
+	height: 100upx;
+}
+.uni-grid-9-text {
+	width: 250upx;
+	line-height: 4upx;
+	height: 40upx;
+	text-align: center;
+	font-size: 30upx;
+}
+.uni-grid-9-item-hover {
+	background: rgba(0, 0, 0, 0.1);
+}
+
+/* 上传 */
+.uni-uploader {
+	flex: 1;
+	flex-direction: column;
+}
+.uni-uploader-head {
+	display: flex;
+	flex-direction: row;
+	justify-content: space-between;
+}
+.uni-uploader-info {
+	color: #B2B2B2;
+}
+.uni-uploader-body {
+	margin-top: 16upx;
+}
+.uni-uploader__files {
+	display: flex;
+	flex-direction: row;
+	flex-wrap: wrap;
+}
+.uni-uploader__file {
+	margin: 10upx;
+	width: 210upx;
+	height: 210upx;
+}
+.uni-uploader__img {
+	display: block;
+	width: 210upx;
+	height: 210upx;
+}
+.uni-uploader__input-box {
+	position: relative;
+	margin:10upx;
+	width: 208upx;
+	height: 208upx;
+	border: 2upx solid #D9D9D9;
+}
+.uni-uploader__input-box:before,
+.uni-uploader__input-box:after {
+	content: " ";
+	position: absolute;
+	top: 50%;
+	left: 50%;
+	-webkit-transform: translate(-50%, -50%);
+	transform: translate(-50%, -50%);
+	background-color: #D9D9D9;
+}
+.uni-uploader__input-box:before {
+	width: 4upx;
+	height: 79upx;
+}
+.uni-uploader__input-box:after {
+	width: 79upx;
+	height: 4upx;
+}
+.uni-uploader__input-box:active {
+	border-color: #999999;
+}
+.uni-uploader__input-box:active:before,
+.uni-uploader__input-box:active:after {
+	background-color: #999999;
+}
+.uni-uploader__input {
+	position: absolute;
+	z-index: 1;
+	top: 0;
+	left: 0;
+	width: 100%;
+	height: 100%;
+	opacity: 0;
+}
+
+/*问题反馈*/
+.feedback-title {
+	display: flex;
+	flex-direction: row;
+	justify-content: space-between;
+	align-items: center;
+	padding: 20upx;
+	color: #8f8f94;
+	font-size: 28upx;
+}
+.feedback-star-view.feedback-title {
+	justify-content: flex-start;
+	margin: 0;
+}
+.feedback-quick {
+	position: relative;
+	padding-right: 40upx;
+}
+.feedback-quick:after {
+	font-family: uniicons;
+	font-size: 40upx;
+	content: '\e581';
+	position: absolute;
+	right: 0;
+	top: 50%;
+	color: #bbb;
+	-webkit-transform: translateY(-50%);
+	transform: translateY(-50%);
+}
+.feedback-body {
+	background: #fff;
+}
+.feedback-textare {
+	height: 200upx;
+	font-size: 34upx;
+	line-height: 50upx;
+	width: 100%;
+	box-sizing: border-box;
+	padding: 20upx 30upx 0;
+}
+.feedback-input {
+	font-size: 34upx;
+	height: 50upx;
+	min-height: 50upx;
+	padding: 15upx 20upx;
+	line-height: 50upx;
+}
+.feedback-uploader {
+	padding: 22upx 20upx;
+}
+.feedback-star {
+	font-family: uniicons;
+	font-size: 40upx;
+	margin-left: 6upx;
+}
+.feedback-star-view {
+	margin-left: 20upx;
+}
+.feedback-star:after {
+	content: '\e408';
+}
+.feedback-star.active {
+	color: #FFB400;
+}
+.feedback-star.active:after {
+	content: '\e438';
+}
+.feedback-submit {
+	background: #007AFF;
+	color: #FFFFFF;
+	margin: 20upx;
+}
+
+/* input group */
+.uni-input_group {
+	position: relative;
+	padding: 0;
+	border: 0;
+	background-color: #fff;
+}
+
+.uni-input_group:before {
+	position: absolute;
+	top: 0;
+	right: 0;
+	left: 0;
+	height: 2upx;
+	content: '';
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+
+.uni-input_group:after {
+	position: absolute;
+	right: 0;
+	bottom: 0;
+	left: 0;
+	height: 2upx;
+	content: '';
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+
+.uni-input-row {
+	position: relative;
+	display: flex;
+	flex-direction: row;
+	font-size:28upx;
+	padding: 22upx 30upx;
+	justify-content: space-between;
+}
+
+.uni-input_group .uni-input-row:after {
+	position: absolute;
+	right: 0;
+	bottom: 0;
+	left: 30upx;
+	height: 2upx;
+	content: '';
+	transform: scaleY(.5);
+	background-color: #c8c7cc;
+}
+
+.uni-input-row label {
+	line-height: 70upx;
+}
+
+/* textarea */
+.uni-textarea{
+	width:100%;
+	background:#FFF;
+}
+.uni-textarea textarea{
+	width:96%;
+	padding:18upx 2%;
+	line-height:1.6;
+	font-size:28upx;
+	height:150upx;
+}
+
+/* tab bar */
+.uni-tab-bar {
+	display: flex;
+	flex: 1;
+	flex-direction: column;
+	overflow: hidden;
+	height: 100%;
+}
+
+.uni-tab-bar .list {
+	width: 750upx;
+	height: 100%;
+}
+
+.uni-swiper-tab {
+	width: 100%;
+	white-space: nowrap;
+	line-height: 100upx;
+	height: 100upx;
+	border-bottom: 1px solid #c8c7cc;
+}
+
+.swiper-tab-list {
+	font-size: 30upx;
+	width: 150upx;
+	display: inline-block;
+	text-align: center;
+	color: #555;
+}
+
+.uni-tab-bar .active {
+	color: #007AFF;
+}
+
+.uni-tab-bar .swiper-box {
+	flex: 1;
+	width: 100%;
+	height: calc(100% - 100upx);
+}
+
+.uni-tab-bar-loading{
+	padding:20upx 0;
+}
+
+/* comment */
+.uni-comment{padding:5rpx 0; display: flex; flex-grow:1; flex-direction: column;}
+.uni-comment-list{flex-wrap:nowrap; padding:10rpx 0; margin:10rpx 0; width:100%; display: flex;}
+.uni-comment-face{width:70upx; height:70upx; border-radius:100%; margin-right:20upx; flex-shrink:0; overflow:hidden;}
+.uni-comment-face image{width:100%; border-radius:100%;}
+.uni-comment-body{width:100%;}
+.uni-comment-top{line-height:1.5em; justify-content:space-between;}
+.uni-comment-top text{color:#0A98D5; font-size:24upx;}
+.uni-comment-date{line-height:38upx; flex-direction:row; justify-content:space-between; display:flex !important; flex-grow:1;}
+.uni-comment-date view{color:#666666; font-size:24upx; line-height:38upx;}
+.uni-comment-content{line-height:1.6em; font-size:28upx; padding:8rpx 0;}
+.uni-comment-replay-btn{background:#FFF; font-size:24upx; line-height:28upx; padding:5rpx 20upx; border-radius:30upx; color:#333 !important; margin:0 10upx;}
+
+/* swiper msg */
+.uni-swiper-msg{width:100%; padding:12rpx 0; flex-wrap:nowrap; display:flex;}
+.uni-swiper-msg-icon{width:50upx; margin-right:20upx;}
+.uni-swiper-msg-icon image{width:100%; flex-shrink:0;}
+.uni-swiper-msg swiper{width:100%; height:50upx;}
+.uni-swiper-msg swiper-item{line-height:50upx;}
+
+/* product */
+.uni-product-list {
+    display: flex;
+    width: 100%;
+    flex-wrap: wrap;
+    flex-direction: row;
+}
+
+.uni-product {
+    padding: 20upx;
+    display: flex;
+    flex-direction: column;
+}
+
+.image-view {
+    height: 330upx;
+    width: 330upx;
+	margin:12upx 0;
+}
+
+.uni-product-image {
+    height: 330upx;
+    width: 330upx;
+}
+
+.uni-product-title {
+    width: 300upx;
+    word-break: break-all;
+    display: -webkit-box;
+    overflow: hidden;
+	line-height:1.5;
+    text-overflow: ellipsis;
+    -webkit-box-orient: vertical;
+    -webkit-line-clamp: 2;
+}
+
+.uni-product-price {
+	margin-top:10upx;
+    font-size: 28upx;
+	line-height:1.5;
+    position: relative;
+}
+
+.uni-product-price-original {
+    color: #e80080;
+}
+
+.uni-product-price-favour {
+    color: #888888;
+    text-decoration: line-through;
+    margin-left: 10upx;
+}
+
+.uni-product-tip {
+    position: absolute;
+    right: 10upx;
+    background-color: #ff3333;
+    color: #ffffff;
+    padding: 0 10upx;
+    border-radius: 5upx;
+}
+
+/* timeline */
+.uni-timeline {
+		margin: 35upx 0;
+		display: flex;
+		flex-direction: column;
+		position: relative;
+	}
+
+
+	.uni-timeline-item {
+		display: flex;
+		flex-direction: row;
+		position: relative;
+		padding-bottom: 20upx;
+		box-sizing: border-box;
+		overflow: hidden;
+
+	}
+
+	.uni-timeline-item .uni-timeline-item-keynode {
+		width: 160upx;
+		flex-shrink: 0;
+		box-sizing: border-box;
+		padding-right: 20upx;
+		text-align: right;
+		line-height: 65upx;
+	}
+
+	.uni-timeline-item .uni-timeline-item-divider {
+		flex-shrink: 0;
+		position: relative;
+		width: 30upx;
+		height: 30upx;
+		top: 15upx;
+		border-radius: 50%;
+		background-color: #bbb;
+	}
+
+
+
+	.uni-timeline-item-divider::before,
+	.uni-timeline-item-divider::after {
+		position: absolute;
+		left: 15upx;
+		width: 1upx;
+		height: 100vh;
+		content: '';
+		background: inherit;
+	}
+
+	.uni-timeline-item-divider::before {
+		bottom: 100%;
+	}
+
+	.uni-timeline-item-divider::after {
+		top: 100%;
+	}
+
+
+	.uni-timeline-last-item .uni-timeline-item-divider:after {
+		display: none;
+	}
+
+	.uni-timeline-first-item .uni-timeline-item-divider:before {
+		display: none;
+	}
+
+	.uni-timeline-item .uni-timeline-item-content {
+		padding-left: 20upx;
+	}
+
+	.uni-timeline-last-item .bottom-border::after{
+		display: none;
+	}
+
+	.uni-timeline-item-content .datetime{
+		color: #CCCCCC;
+	}
+
+	/* 自定义节点颜色 */
+	.uni-timeline-last-item .uni-timeline-item-divider{
+		background-color: #1AAD19;
+	}
+
+
+/* uni-icon */
+
+.uni-icon {
+	font-family: uniicons;
+	font-size: 24px;
+	font-weight: normal;
+	font-style: normal;
+	line-height: 1;
+	display: inline-block;
+	text-decoration: none;
+	-webkit-font-smoothing: antialiased;
+}
+
+.uni-icon.uni-active {
+	color: #007aff;
+}
+
+.uni-icon-contact:before {
+	content: '\e100';
+}
+
+.uni-icon-person:before {
+	content: '\e101';
+}
+
+.uni-icon-personadd:before {
+	content: '\e102';
+}
+
+.uni-icon-contact-filled:before {
+	content: '\e130';
+}
+
+.uni-icon-person-filled:before {
+	content: '\e131';
+}
+
+.uni-icon-personadd-filled:before {
+	content: '\e132';
+}
+
+.uni-icon-phone:before {
+	content: '\e200';
+}
+
+.uni-icon-email:before {
+	content: '\e201';
+}
+
+.uni-icon-chatbubble:before {
+	content: '\e202';
+}
+
+.uni-icon-chatboxes:before {
+	content: '\e203';
+}
+
+.uni-icon-phone-filled:before {
+	content: '\e230';
+}
+
+.uni-icon-email-filled:before {
+	content: '\e231';
+}
+
+.uni-icon-chatbubble-filled:before {
+	content: '\e232';
+}
+
+.uni-icon-chatboxes-filled:before {
+	content: '\e233';
+}
+
+.uni-icon-weibo:before {
+	content: '\e260';
+}
+
+.uni-icon-weixin:before {
+	content: '\e261';
+}
+
+.uni-icon-pengyouquan:before {
+	content: '\e262';
+}
+
+.uni-icon-chat:before {
+	content: '\e263';
+}
+
+.uni-icon-qq:before {
+	content: '\e264';
+}
+
+.uni-icon-videocam:before {
+	content: '\e300';
+}
+
+.uni-icon-camera:before {
+	content: '\e301';
+}
+
+.uni-icon-mic:before {
+	content: '\e302';
+}
+
+.uni-icon-location:before {
+	content: '\e303';
+}
+
+.uni-icon-mic-filled:before,
+.uni-icon-speech:before {
+	content: '\e332';
+}
+
+.uni-icon-location-filled:before {
+	content: '\e333';
+}
+
+.uni-icon-micoff:before {
+	content: '\e360';
+}
+
+.uni-icon-image:before {
+	content: '\e363';
+}
+
+.uni-icon-map:before {
+	content: '\e364';
+}
+
+.uni-icon-compose:before {
+	content: '\e400';
+}
+
+.uni-icon-trash:before {
+	content: '\e401';
+}
+
+.uni-icon-upload:before {
+	content: '\e402';
+}
+
+.uni-icon-download:before {
+	content: '\e403';
+}
+
+.uni-icon-close:before {
+	content: '\e404';
+}
+
+.uni-icon-redo:before {
+	content: '\e405';
+}
+
+.uni-icon-undo:before {
+	content: '\e406';
+}
+
+.uni-icon-refresh:before {
+	content: '\e407';
+}
+
+.uni-icon-star:before {
+	content: '\e408';
+}
+
+.uni-icon-plus:before {
+	content: '\e409';
+}
+
+.uni-icon-minus:before {
+	content: '\e410';
+}
+
+.uni-icon-circle:before,
+.uni-icon-checkbox:before {
+	content: '\e411';
+}
+
+.uni-icon-close-filled:before,
+.uni-icon-clear:before {
+	content: '\e434';
+}
+
+.uni-icon-refresh-filled:before {
+	content: '\e437';
+}
+
+.uni-icon-star-filled:before {
+	content: '\e438';
+}
+
+.uni-icon-plus-filled:before {
+	content: '\e439';
+}
+
+.uni-icon-minus-filled:before {
+	content: '\e440';
+}
+
+.uni-icon-circle-filled:before {
+	content: '\e441';
+}
+.uni-icon-checkbox-filled:before {
+	content: '\e442';
+}
+
+.uni-icon-closeempty:before {
+	content: '\e460';
+}
+
+.uni-icon-refreshempty:before {
+	content: '\e461';
+}
+
+.uni-icon-reload:before {
+	content: '\e462';
+}
+
+.uni-icon-starhalf:before {
+	content: '\e463';
+}
+
+.uni-icon-spinner:before {
+	content: '\e464';
+}
+
+.uni-icon-spinner-cycle:before {
+	content: '\e465';
+}
+
+.uni-icon-search:before {
+	content: '\e466';
+}
+
+.uni-icon-plusempty:before {
+	content: '\e468';
+}
+
+.uni-icon-forward:before {
+	content: '\e470';
+}
+
+.uni-icon-back:before,
+.uni-icon-left-nav:before {
+	content: '\e471';
+}
+
+.uni-icon-checkmarkempty:before {
+	content: '\e472';
+}
+
+.uni-icon-home:before {
+	content: '\e500';
+}
+
+.uni-icon-navigate:before {
+	content: '\e501';
+}
+
+.uni-icon-gear:before {
+	content: '\e502';
+}
+
+.uni-icon-paperplane:before {
+	content: '\e503';
+}
+
+.uni-icon-info:before {
+	content: '\e504';
+}
+
+.uni-icon-help:before {
+	content: '\e505';
+}
+
+.uni-icon-locked:before {
+	content: '\e506';
+}
+
+.uni-icon-more:before {
+	content: '\e507';
+}
+
+.uni-icon-flag:before {
+	content: '\e508';
+}
+
+.uni-icon-home-filled:before {
+	content: '\e530';
+}
+
+.uni-icon-gear-filled:before {
+	content: '\e532';
+}
+
+.uni-icon-info-filled:before {
+	content: '\e534';
+}
+
+.uni-icon-help-filled:before {
+	content: '\e535';
+}
+
+.uni-icon-more-filled:before {
+	content: '\e537';
+}
+
+.uni-icon-settings:before {
+	content: '\e560';
+}
+
+.uni-icon-list:before {
+	content: '\e562';
+}
+
+.uni-icon-bars:before {
+	content: '\e563';
+}
+
+.uni-icon-loop:before {
+	content: '\e565';
+}
+
+.uni-icon-paperclip:before {
+	content: '\e567';
+}
+
+.uni-icon-eye:before {
+	content: '\e568';
+}
+
+.uni-icon-arrowup:before {
+	content: '\e580';
+}
+
+.uni-icon-arrowdown:before {
+	content: '\e581';
+}
+
+.uni-icon-arrowleft:before {
+	content: '\e582';
+}
+
+.uni-icon-arrowright:before {
+	content: '\e583';
+}
+
+.uni-icon-arrowthinup:before {
+	content: '\e584';
+}
+
+.uni-icon-arrowthindown:before {
+	content: '\e585';
+}
+
+.uni-icon-arrowthinleft:before {
+	content: '\e586';
+}
+
+.uni-icon-arrowthinright:before {
+	content: '\e587';
+}
+
+.uni-icon-pulldown:before {
+	content: '\e588';
+}
+
+.uni-icon-scan:before {
+    content: "\e612";
+}
+
+/* 分界线 */
+.uni-divider{
+    height: 110upx;
+    display: flex;
+    align-items:center;
+    justify-content: center;
+    position: relative;
+}
+.uni-divider__content{
+    font-size: 28upx;
+    color: #999;
+    padding: 0 20upx;
+    position: relative;
+    z-index: 101;
+    background: #F4F5F6;
+}
+.uni-divider__line{
+    background-color: #CCCCCC;
+    height: 1px;
+    width: 100%;
+    position: absolute;
+    z-index: 100;
+    top: 50%;
+    left: 0;
+    transform: translateY(50%);
+}

+ 229 - 0
mobile/static/iconfont/iconfont.css

@@ -0,0 +1,229 @@
+@font-face {
+  font-family: 'iconfont';  /* project id 1169641 */
+  src: url('https://at.alicdn.com/t/font_1169641_448qu878ouj.eot');
+  src: url('https://at.alicdn.com/t/font_1169641_448qu878ouj.eot?#iefix') format('embedded-opentype'),
+  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.woff2') format('woff2'),
+  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.woff') format('woff'),
+  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.ttf') format('truetype'),
+  url('https://at.alicdn.com/t/font_1169641_448qu878ouj.svg#iconfont') format('svg');
+}
+
+.iconfont {
+  font-family: "iconfont" !important;
+  font-size: 32px;
+  font-style: normal;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.icon22:before {
+  content: "\e618";
+}
+
+.icongouwuche:before {
+  content: "\e73d";
+}
+
+.iconpaizhao:before {
+  content: "\e6f9";
+}
+
+.iconclear:before {
+  content: "\e6e1";
+}
+
+.icontianjia1:before {
+  content: "\e609";
+}
+
+.iconsousuo:before {
+  content: "\e643";
+}
+
+.iconweibiaoti-:before {
+  content: "\e6e8";
+}
+
+.iconjichutubiao-:before {
+  content: "\e633";
+}
+
+.iconclose:before {
+  content: "\e6f1";
+}
+
+.iconkefu:before {
+  content: "\e6f2";
+}
+
+.iconjiaobiao:before {
+  content: "\e6f5";
+}
+
+.iconshaixuan:before {
+  content: "\e6f6";
+}
+
+.icondaishenhe:before {
+  content: "\e705";
+}
+
+.iconyiqueren:before {
+  content: "\e706";
+}
+
+.iconjiantou:before {
+  content: "\e707";
+}
+
+.iconbeibohui:before {
+  content: "\e708";
+}
+
+.iconicon-test:before {
+  content: "\e709";
+}
+
+.iconxianshi:before {
+  content: "\e70a";
+}
+
+.iconhaoping:before {
+  content: "\e70b";
+}
+
+.icongou:before {
+  content: "\e70c";
+}
+
+.iconxiaoxi:before {
+  content: "\e70d";
+}
+
+.iconfenxiang:before {
+  content: "\e70e";
+}
+
+.iconxuanze:before {
+  content: "\e712";
+}
+
+.iconxiaoxituisong:before {
+  content: "\e713";
+}
+
+.iconmorentu:before {
+  content: "\e714";
+}
+
+.iconqian:before {
+  content: "\e715";
+}
+
+.icontianjia:before {
+  content: "\e716";
+}
+
+.iconadd:before {
+  content: "\e717";
+}
+
+.iconxiala:before {
+  content: "\e718";
+}
+
+.iconjisuanji:before {
+  content: "\e719";
+}
+
+.iconxiaji:before {
+  content: "\e71a";
+}
+
+.iconqiye:before {
+  content: "\e91d";
+}
+
+.iconshoujihao:before {
+  content: "\e71c";
+}
+
+.iconmima:before {
+  content: "\e71d";
+}
+
+.iconzhanghaodenglu:before {
+  content: "\e71e";
+}
+
+.iconyanzhengma:before {
+  content: "\e71f";
+}
+
+.icondelete:before {
+  content: "\e720";
+}
+
+.iconxia:before {
+  content: "\e721";
+}
+
+.iconshang:before {
+  content: "\e722";
+}
+
+.iconshijianzhou:before {
+  content: "\e723";
+}
+
+.iconmoban:before {
+  content: "\e724";
+}
+
+.iconshanchu:before {
+  content: "\e725";
+}
+
+.iconqiehuan:before {
+  content: "\e726";
+}
+
+.icondianzan:before {
+  content: "\e727";
+}
+
+.icongengxin:before {
+  content: "\e728";
+}
+
+.iconshezhi:before {
+  content: "\e729";
+}
+
+.icontishi:before {
+  content: "\e72a";
+}
+
+.iconcollection:before {
+  content: "\e72d";
+}
+
+.iconcustomerservice:before {
+  content: "\e72e";
+}
+
+.iconcollecton_unactive:before {
+  content: "\e72f";
+}
+
+.iconaddress:before {
+  content: "\e730";
+}
+
+.iconxiala-min:before {
+  content: "\e91e";
+}
+
+.iconbaocun:before {
+  content: "\e731";
+}

+ 29 - 0
mobile/static/iconfont/readme.md

@@ -0,0 +1,29 @@
+> 下载文件到本地然后我们只要iconfont.css文件,其他文件我们在官网生产在线链接
+
+==记得加https:因为小程序只支持https==
+
+```
+@font-face {
+	font-family: 'iconfont';  /* project id 1352166 */
+	src: url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.eot');
+	src: url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.eot?#iefix') format('embedded-opentype'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.woff2') format('woff2'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.woff') format('woff'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.ttf') format('truetype'),
+	url('https://at.alicdn.com/t/font_1352166_t16gekn9k1e.svg#iconfont') format('svg');
+}
+```
+font-size改成默认30px
+```
+.iconfont {
+  font-size: 30px;
+}
+```
+
+使用方式
+
+```
+<view class="iconfont iconpaizhao"></view>
+
+<view class="iconfont" style="">&#xe716;</view>
+```

BIN
mobile/static/images/bg.png


BIN
mobile/static/images/check/icon_check0.png


BIN
mobile/static/images/check/icon_check1.png


BIN
mobile/static/images/check/icon_check2.png


BIN
mobile/static/images/check/icon_check3.png


BIN
mobile/static/images/extension.png


BIN
mobile/static/images/localposition_small.png


BIN
mobile/static/images/logout.png


BIN
mobile/static/images/publicicon/order_read.png


BIN
mobile/static/images/publicicon/order_unread.png


BIN
mobile/static/images/qualification.png


BIN
mobile/static/images/rank.png


BIN
mobile/static/images/rank/icon_rank1.png


BIN
mobile/static/images/rank/icon_rank2.png


BIN
mobile/static/images/rank/icon_rank3.png


BIN
mobile/static/images/submenber.png


BIN
mobile/static/images/vip/certification_icon.png


BIN
mobile/static/images/vip/company_icon.png


BIN
mobile/static/images/vip/gold_icon.png


BIN
mobile/static/images/vip/person_icon.png


BIN
mobile/static/images/vip/strategy_icon.png


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/index.css


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/js/chunk-vendors.57842518.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/js/index.c85c2951.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/js/pages-category-index.9ba7748b.js


+ 1 - 0
mobile/static/js/pages-goods-detail.e76218d3.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-goods-detail"],{"16ef":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a={name:"goods-detail",data:function(){return{}},onLoad:function(t){}};n.default=a},"17af":function(t,n,e){"use strict";e.r(n);var a=e("16ef"),u=e.n(a);for(var r in a)"default"!==r&&function(t){e.d(n,t,(function(){return a[t]}))}(r);n["default"]=u.a},"3a8b":function(t,n,e){"use strict";var a=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"app-content"})},u=[];e.d(n,"a",(function(){return a})),e.d(n,"b",(function(){return u}))},bbcb:function(t,n,e){"use strict";e.r(n);var a=e("3a8b"),u=e("17af");for(var r in u)"default"!==r&&function(t){e.d(n,t,(function(){return u[t]}))}(r);var o=e("4e82"),f=Object(o["a"])(u["default"],a["a"],a["b"],!1,null,"571a4e7e",null);n["default"]=f.exports}}]);

+ 1 - 0
mobile/static/js/pages-home-index.1735f5fa.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-home-index"],{"3ef7":function(n,t,e){"use strict";e.r(t);var u=e("8b67"),a=e.n(u);for(var i in u)"default"!==i&&function(n){e.d(t,n,(function(){return u[n]}))}(i);t["default"]=a.a},"46ee":function(n,t,e){"use strict";var u=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"app-content"},[e("v-uni-button",{on:{click:function(t){t=n.$handleEvent(t),n.toPay(t)}}},[n._v("去支付页")])],1)},a=[];e.d(t,"a",(function(){return u})),e.d(t,"b",(function(){return a}))},"8b67":function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={name:"home",components:{},data:function(){return{}},onLoad:function(n){uni.setNavigationBarTitle({title:"国兰花尚"})},methods:{toPay:function(){uni.navigateTo({url:"/pages/pay/index"})}}};t.default=u},f5b8:function(n,t,e){"use strict";e.r(t);var u=e("46ee"),a=e("3ef7");for(var i in a)"default"!==i&&function(n){e.d(t,n,(function(){return a[n]}))}(i);var o=e("4e82"),r=Object(o["a"])(a["default"],u["a"],u["b"],!1,null,"760e0e4c",null);t["default"]=r.exports}}]);

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/js/pages-page-login-index.96e98b39.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/js/pages-page-redirect.d3f5dffe.js


+ 1 - 0
mobile/static/js/pages-page-webview-index.1c13ebef.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-page-webview-index"],{1476:function(e,t,r){"use strict";r.r(t);var n=r("7e11"),o=r("3ff8");for(var i in o)"default"!==i&&function(e){r.d(t,e,(function(){return o[e]}))}(i);var a=r("4e82"),u=Object(a["a"])(o["default"],n["a"],n["b"],!1,null,"716d5a9a",null);t["default"]=u.exports},"3ff8":function(e,t,r){"use strict";r.r(t);var n=r("8d17"),o=r.n(n);for(var i in n)"default"!==i&&function(e){r.d(t,e,(function(){return n[e]}))}(i);t["default"]=o.a},"7e11":function(e,t,r){"use strict";var n=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-uni-web-view",{attrs:{src:e.src}})},o=[];r.d(t,"a",(function(){return n})),r.d(t,"b",(function(){return o}))},"8d17":function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=r("08c1");r("5f87");function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o(r,!0).forEach((function(t){a(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o(r).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var u={data:function(){return{src:"",options:{},roleName:""}},computed:i({},(0,n.mapGetters)({userInfo:"getBasicUser"})),onLoad:function(e){this.options=e},onShareAppMessage:function(e){var t={};return t={title:this.userInfo.nick_name+this.userInfo.role_name,path:"/pages/design/designCompany/indexNew?".concat(params)},t}};t.default=u}}]);

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/js/pages-pay-index.dd3f06f6.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
mobile/static/js/pages-shop-index.b8b1826e.js


+ 1 - 0
mobile/static/js/pages-user-index.98e71438.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-index"],{"0d59":function(n,t,e){"use strict";e.r(t);var u=e("35c2"),r=e.n(u);for(var a in u)"default"!==a&&function(n){e.d(t,n,(function(){return u[n]}))}(a);t["default"]=r.a},"1de2":function(n,t,e){"use strict";e.r(t);var u=e("4081"),r=e("0d59");for(var a in r)"default"!==a&&function(n){e.d(t,n,(function(){return r[n]}))}(a);var c=e("4e82"),o=Object(c["a"])(r["default"],u["a"],u["b"],!1,null,"0f62c3b6",null);t["default"]=o.exports},"35c2":function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={name:"category",components:{},data:function(){return{}},onLoad:function(n){}};t.default=u},4081:function(n,t,e){"use strict";var u=function(){var n=this,t=n.$createElement,e=n._self._c||t;return e("div",{staticClass:"app-content"})},r=[];e.d(t,"a",(function(){return u})),e.d(t,"b",(function(){return r}))}}]);

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است