李书文 2 rokov pred
rodič
commit
7dbc5345f2
38 zmenil súbory, kde vykonal 256 pridanie a 171 odobranie
  1. 12 54
      smart-ui-app/common/common.scss
  2. 2 2
      smart-ui-app/common/http.js
  3. 2 1
      smart-ui-app/manifest.json
  4. 239 114
      smart-ui-app/pages/index/index2.vue
  5. BIN
      smart-ui-app/static/dw.png
  6. BIN
      smart-ui-app/static/icon1.png
  7. BIN
      smart-ui-app/static/icon2.png
  8. BIN
      smart-ui-app/static/icon3.png
  9. BIN
      smart-ui-app/static/icon4.png
  10. BIN
      smart-ui-app/static/index.png
  11. BIN
      smart-ui-app/static/lo2.png
  12. BIN
      smart-ui-app/static/qz.png
  13. BIN
      smart-ui-app/static/tab/a1.png
  14. BIN
      smart-ui-app/static/tab/a1s.png
  15. BIN
      smart-ui-app/static/tab/a2.png
  16. BIN
      smart-ui-app/static/tab/a2s.png
  17. BIN
      smart-ui-app/static/tab/a3.png
  18. BIN
      smart-ui-app/static/tab/a3s.png
  19. BIN
      smart-ui-app/static/tab/a4.png
  20. BIN
      smart-ui-app/static/tab/a4s.png
  21. 1 0
      smart-ui-app/uni.scss
  22. BIN
      smart-ui-app/unpackage/res/icons/1024x1024.png
  23. BIN
      smart-ui-app/unpackage/res/icons/120x120.png
  24. BIN
      smart-ui-app/unpackage/res/icons/144x144.png
  25. BIN
      smart-ui-app/unpackage/res/icons/152x152.png
  26. BIN
      smart-ui-app/unpackage/res/icons/167x167.png
  27. BIN
      smart-ui-app/unpackage/res/icons/180x180.png
  28. BIN
      smart-ui-app/unpackage/res/icons/192x192.png
  29. BIN
      smart-ui-app/unpackage/res/icons/20x20.png
  30. BIN
      smart-ui-app/unpackage/res/icons/29x29.png
  31. BIN
      smart-ui-app/unpackage/res/icons/40x40.png
  32. BIN
      smart-ui-app/unpackage/res/icons/58x58.png
  33. BIN
      smart-ui-app/unpackage/res/icons/60x60.png
  34. BIN
      smart-ui-app/unpackage/res/icons/72x72.png
  35. BIN
      smart-ui-app/unpackage/res/icons/76x76.png
  36. BIN
      smart-ui-app/unpackage/res/icons/80x80.png
  37. BIN
      smart-ui-app/unpackage/res/icons/87x87.png
  38. BIN
      smart-ui-app/unpackage/res/icons/96x96.png

+ 12 - 54
smart-ui-app/common/common.scss

@@ -9,7 +9,9 @@
 .theme_bg_bg {
 	color: white;
 	background-color: $theme-color;
-	text-align: center;
+}
+.mt15 {
+	margin-top: 15px;
 }
 .box {
 	border-radius: 7px;
@@ -157,28 +159,20 @@
 }
 .menu {
 	background-color: white;
-	border-radius: 5px;
-	padding: 15px 0px 15px 0px;
+	border-radius: 10px;
+	padding: 22px 0px 22px 0px;
 	width: 100%;
 	margin-top: 10px;
-	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
-	.icon {
-		font-size: 30px;
-		background-color: red;
-		width: 38px;
-		height: 38px;
-		border-radius: 5px;
-		margin: 0 auto;
-		color: white;
-		padding: 3px;
-	}
+	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.02);
 	.icon1 {
-		width: 55px;
-		height: 55px;
+		width: 40px;
+		height: 40px;
+		margin-bottom: 5px;
 	}
 	.title {
-		margin-top: -4px;
-		font-size: 13px;
+		font-size: 15px;
+		color: #333333;
+		font-weight: 400;
 	}
 }
 .feedback {
@@ -524,42 +518,6 @@
 		}
 	}
 }
-.sos {
-	float: right;
-	background: red;
-	padding: 4px 17px 4px 17px;
-	color: white;
-	font-size: 15px;
-	text-align: center;
-	font-weight: normal;
-	margin-top: -6px;
-	border-radius: 20px;
-	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
-	opacity: 0.7;
-	.icon {
-		font-size: 20px;
-		padding-bottom: 3px;
-	}
-}
-/* .sos {
-	position: fixed;
-	top: 53%;
-	right: 0px;
-	width: 47px;
-	background: red;
-	z-index: 111;
-	padding: 10px 10px 5px 10px;
-	color: white;
-	font-size: 15px;
-	text-align: center;
-	border-radius: 10px 0px 0px 10px;
-	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
-	opacity: 0.7;
-	.icon {
-		font-size: 25px;
-		padding-bottom: 3px;
-	}
-} */
 .hot_item {
 	.u-node {
 		width: 55rpx;

+ 2 - 2
smart-ui-app/common/http.js

@@ -1,6 +1,6 @@
 //const ip = 'http://127.0.0.1:8080';
 //const ip = 'http://192.168.2.102:8080';
-const ip = 'https://xdmly.qiyiiot.com/prod-api';
+const ip = 'https://xtmly.zhongchuang-tech.com/prod-api';
 /**
  * 全部接口(集中管理)
  */
@@ -31,7 +31,7 @@ const urls = {
 	orderDelete: ip + '/api/index/orderDelete', //商家订单删除
 	roomDel: ip + '/api/index/roomDel', //商家删除酒店房间
 	uploadImg: ip + '/api/index/uploadImg', //图片上传请求
-	weather: 'https://www.tianqiapi.com/free/day?appid=46884165&appsecret=b7oFR7GK&unescape=1&city=谢通门&vue=1'
+	weather: 'https://www.tianqiapi.com/free/day?appid=46884165&appsecret=b7oFR7GK&unescape=1&cityid=101140214'
 }
 /**
  * 封装的http请求

+ 2 - 1
smart-ui-app/manifest.json

@@ -86,7 +86,8 @@
     "mp-weixin" : {
         "appid" : "wx966b8f26dc595d45",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "minified" : true
         },
         "usingComponents" : true,
         "permission" : {

+ 239 - 114
smart-ui-app/pages/index/index2.vue

@@ -1,94 +1,99 @@
 <template>
-	<view class="page">
-		<view class="wd">
-			<view class="qw">{{ weather.tem }}°</view>
-			<view class="xs">
-				<view>{{ weather.wea }} {{ weather.win }} {{ weather.win_speed }}</view>
-				<view>风速 {{ weather.win_meter }}</view>
-			</view>
-		</view>
-		<view class="ms">
-			<text class="icon">&#xe64a;</text>
-			<text>谢通门县欢迎您</text>
-			<view class="sos" @click="call()">
-				<text class="icon">&#xe94d;</text>
-				求助
-			</view>
+	<view>
+		<view class="welcome" :style="{ marginTop: top + 'px' }">
+			<image src="../../static/dw.png" mode="widthFix" class="dw"></image>
+			<image src="../../static/index.png" mode="widthFix" class="bq"></image>
+			<view class="clear"></view>
 		</view>
-		<view class="top"><image :src="ip + aboutUs.bgImg1" mode="aspectFill"></image></view>
-		<view class="flex menu">
-			<view class="f" @click="navigate('/pages/travel/detail?id=43')">
-				<image src="../../static/icon3.png" mode="widthFix" class="icon1"></image>
-				<view class="title">谢通门介绍</view>
-			</view>
-			<view class="f" @click="navigate('/pages/travel/introduction')">
-				<image src="../../static/icon1.png" mode="widthFix" class="icon1"></image>
-				<view class="title">旅游攻略</view>
-			</view>
-			<view class="f" @click="navigate('/pages/government/activity')">
-				<image src="../../static/icon2.png" mode="widthFix" class="icon1"></image>
-				<view class="title">热门活动</view>
-			</view>
-			<view class="f" @click="navigate('/pages/government/index')">
-				<image src="../../static/icon4.png" mode="widthFix" class="icon1"></image>
-				<view class="title">党政服务</view>
-			</view>
-		</view>
-		<view class="flex" style="margin-top: 10px;">
-			<view class="f" style="padding-right:8px;">
-				<image @click="detail(2)" :src="ip + aboutUs.bgImg2" style="height: 164px;width: 100%;border-radius: 5px;" mode="aspectFill"></image>
+		<view class="top">
+			<view class="wd">
+				<view class="qw">{{ weather.tem }}°</view>
+				<view class="xs">
+					<view>{{ weather.wea }} {{ weather.win }} {{ weather.win_speed }}</view>
+					<view>风速 {{ weather.win_meter }}</view>
+				</view>
 			</view>
-			<view class="f">
-				<image @click="detail(3)" :src="ip + aboutUs.bgImg3" style="height: 77px;width: 100%;border-radius: 5px;" mode="aspectFill"></image>
-				<image @click="detail(4)" :src="ip + aboutUs.bgImg4" style="height: 77px;width: 100%;margin-top: 5px;border-radius: 5px;" mode="aspectFill"></image>
+			<view class="sos" @click="call()">
+				<image src="../../static/qz.png" mode="widthFix"></image>
+				<view class="title">求助</view>
 			</view>
+			<image :src="ip + aboutUs.bgImg1" mode="scaleToFill"></image>
 		</view>
-		<view class="it">
-			<view class="v_title">
-				<image src="../../static/lo.png" class="lo" mode="widthFix"></image>
-				<view class="hd">热门景区</view>
-				<view class="more" @click="tab('/pages/travel/index')">
-					更多
-					<text class="arrow icon">&#xe62d;</text>
+		<view class="page">
+			<view class="flex menu">
+				<view class="f" @click="navigate('/pages/travel/detail?id=43')">
+					<image src="../../static/icon1.png" mode="widthFix" class="icon1"></image>
+					<view class="title">谢通门介绍</view>
+				</view>
+				<view class="f" @click="navigate('/pages/travel/introduction')">
+					<image src="../../static/icon2.png" mode="widthFix" class="icon1"></image>
+					<view class="title">旅游攻略</view>
+				</view>
+				<view class="f" @click="navigate('/pages/government/activity')">
+					<image src="../../static/icon3.png" mode="widthFix" class="icon1"></image>
+					<view class="title">热门活动</view>
+				</view>
+				<view class="f" @click="navigate('/pages/government/index')">
+					<image src="../../static/icon4.png" mode="widthFix" class="icon1"></image>
+					<view class="title">党政服务</view>
 				</view>
-				<view class="clear"></view>
 			</view>
-			<view class="jq_item" v-for="(item, index) in hot_list" :key="index" @click="detail(item)">
-				<image :src="ip + item.showPictures" class="bmg" mode="aspectFill"></image>
-				<view class="cons">
-					<view class="tit omit">{{ item.title }}</view>
-					<view class="desc omit">{{ item.briefContent }}</view>
+			<view class="flex mt15">
+				<view class="f" style="padding-right:8px;">
+					<image @click="detail(3)" :src="ip + aboutUs.bgImg3" style="height: 77px;width: 100%;border-radius: 10px;" mode="widthFix"></image>
 				</view>
+				<view class="f"><image @click="detail(4)" :src="ip + aboutUs.bgImg4" style="height: 77px;width: 100%;border-radius: 10px;" mode="widthFix"></image></view>
 			</view>
-		</view>
-		<view class="it">
-			<view class="v_title">
-				<image src="../../static/lo.png" class="lo" mode="widthFix"></image>
-				<view class="hd">攻略指南</view>
-				<view class="more" @click="navigate('/pages/travel/introduction')">
-					更多
-					<text class="arrow icon">&#xe62d;</text>
+			<view style="margin-top: 10px;"><image @click="detail(2)" :src="ip + aboutUs.bgImg2" style="border-radius: 5px;width: 100%;" mode="widthFix"></image></view>
+			<!--热门景区-->
+			<view class="item">
+				<view class="lable">
+					<view class="title">热门景区</view>
+					<image src="../../static/lo2.png" mode="widthFix"></image>
+					<view class="look" @click="tab('/pages/travel/index')">
+						<text>更多</text>
+						<text class="icon">&#xe62d;</text>
+					</view>
+					<view class="clear"></view>
+				</view>
+				<view class="rows">
+					<view class="row" v-for="(item, index) in hot_list" :key="index" @click="detail(item)">
+						<view class="out">
+							<view class="int">
+								<image :src="ip + item.showPictures" mode="scaleToFill"></image>
+								<view class="title omit">{{ item.title }}</view>
+							</view>
+						</view>
+					</view>
+					<view class="clear"></view>
 				</view>
-				<view class="clear"></view>
 			</view>
-			<view class="jq_item flex" v-for="(item, index) in zn_list" :key="index" @click="detail(item)">
-				<view class="f" style="height: 213px;border-radius: 5px 0px 0px 5px;"><image :src="ip + item.showPictures" mode="aspectFill"></image></view>
-				<view class="f" style="padding: 10px;">
+			<!--攻略指南-->
+			<view class="item" style="margin-top: 15px;">
+				<view class="lable">
+					<view class="title">攻略指南</view>
+					<view class="look" @click="navigate('/pages/travel/introduction')">
+						<text>更多</text>
+						<text class="icon">&#xe62d;</text>
+					</view>
+					<view class="clear"></view>
+				</view>
+				<view class="card" v-for="(item, index) in zn_list" :key="index" @click="detail(item)">
+					<image :src="ip + item.showPictures" mode="aspectFill"></image>
 					<view class="cons">
-						<view class="tit omit">{{ item.title }}</view>
-						<view class="str-summery">{{ item.briefContent }}</view>
-						<view class="lx">浏览</view>
+						<view class="title omit">{{ item.title }}</view>
+						<view class="desc omit">{{ item.briefContent }}</view>
 					</view>
 				</view>
 			</view>
+			<u-back-top :scroll-top="scrollTop"></u-back-top>
+			<help ref="help"></help>
 		</view>
-		<u-back-top :scroll-top="scrollTop"></u-back-top>
-		<help ref="help"></help>
 	</view>
 </template>
 
 <script>
-import help from '../../components/help.vue';
+import help from "../../components/help.vue";
 export default {
 	components: {
 		help
@@ -96,11 +101,12 @@ export default {
 	data() {
 		return {
 			ip: this.$http.urls.ip,
+			top: 20,
 			scrollTop: 0,
 			hot_list: [],
 			zn_list: [],
 			aboutUs: {},
-			weather: { tem: '0', wea: '晴', win: '北风', win_speed: '0级', win_meter: '0km/h' }
+			weather: { tem: "0", wea: "晴", win: "北风", win_speed: "0级", win_meter: "0km/h" }
 		};
 	},
 	onPageScroll(e) {
@@ -110,6 +116,24 @@ export default {
 		this.getData();
 		this.getWeather();
 		//uni.setStorageSync("user",{"searchValue":null,"createBy":null,"createTime":null,"updateBy":null,"updateTime":null,"remark":null,"params":{},"memberId":27,"name":"wx_1011223213","mobile":"","email":null,"registerTime":"2021-11-23 21:39:27","lastLoginTime":"2021-11-23 21:53:20","lastLoginIp":"127.0.0.1","loginNum":2,"unionid":null,"openid":"ok3qt5FMehpGy6aOtqPd9pnPLC_Q","nickName":"西域男孩","avatarUrl":"https://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTLeSLQBtiavUU0ByFbXtND7iaricbNU81HSdaV9bQLTfciaMV604u5TNIdjLiaarL7MIZQXIrWFZfNiaZIQ/132","gender":"0","province":"","city":"","country":"","language":"zh_CN","lastLat":null,"lastLng":null,"isShop":0,"apiToken":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIyNyIsImlhdCI6MTYzNzY3NTYwMCwiZXhwIjoxNjM4MjgwNDAwfQ.vRPuNnLrUH1T8_qOL6Ti4TT2Akw29Set18kiavbjJynol52cxHXqeRoStyF4afdcsiipELdVW9G8-zh52voOFg"})
+		uni.getSystemInfo({
+			success: res => {
+				console.log("assd:" + JSON.stringify(res.safeArea));
+				this.top = parseInt(res.safeArea.top) + 5;
+			},
+			fail(err) {
+				console.error(err);
+			}
+		});
+	},
+	onReady() {
+		uni.setNavigationBarColor({
+			frontColor: "#000000",
+			backgroundColor: "#f8f8f8",
+			fail(e) {
+				console.log("aaa:" + JSON.stringify(e));
+			}
+		});
 	},
 	methods: {
 		getWeather() {
@@ -130,7 +154,7 @@ export default {
 					this.hot_list = res.data.data.hot_list;
 					this.zn_list = res.data.data.zn_list;
 					this.aboutUs = res.data.data.aboutUs;
-					uni.setStorageSync('aboutUs', this.aboutUs);
+					uni.setStorageSync("aboutUs", this.aboutUs);
 				}
 			});
 		},
@@ -142,23 +166,23 @@ export default {
 		//详情
 		detail(item) {
 			if (item.contentId) {
-				uni.navigateTo({ url: '/pages/travel/detail?id=' + item.contentId });
+				uni.navigateTo({ url: "/pages/travel/detail?id=" + item.contentId });
 			} else {
 				//根据后台的选择跳转id跳转到指定文章
 				let id;
 				if (item == 1) {
-					id = this.$http.getParam(this.aboutUs.briefText1, '?');
+					id = this.$http.getParam(this.aboutUs.briefText1, "?");
 				}
 				if (item == 2) {
-					id = this.$http.getParam(this.aboutUs.briefText2, '?');
+					id = this.$http.getParam(this.aboutUs.briefText2, "?");
 				}
 				if (item == 3) {
-					id = this.$http.getParam(this.aboutUs.briefText3, '?');
+					id = this.$http.getParam(this.aboutUs.briefText3, "?");
 				}
 				if (item == 4) {
-					id = this.$http.getParam(this.aboutUs.briefText4, '?');
+					id = this.$http.getParam(this.aboutUs.briefText4, "?");
 				}
-				uni.navigateTo({ url: '/pages/travel/detail?id=' + id });
+				uni.navigateTo({ url: "/pages/travel/detail?id=" + id });
 			}
 		},
 		navigate(url) {
@@ -180,54 +204,155 @@ export default {
 </script>
 
 <style lang="scss">
+page {
+	background-color: #f8f8f8;
+}
+.welcome {
+	margin-top: 38px;
+	padding-bottom: 5px;
+	.icon {
+		float: left;
+		font-size: 27px;
+	}
+	.dw {
+		float: left;
+		width: 6.5%;
+		margin: 3px 7px 0px 7px;
+	}
+	.bq {
+		width: 45%;
+		float: left;
+	}
+}
 .page {
 	padding: 10px;
 	overflow-x: hidden;
+	margin-top: -50px;
+	position: relative;
 }
-.wd {
-	margin-top: 28px;
-	z-index: 111111;
-	.qw {
-		font-size: 25px;
-		float: left;
-		font-weight: bold;
-	}
-	.xs {
-		margin-left: 45px;
+.top {
+	overflow: hidden;
+	position: relative;
+	.wd {
+		position: absolute;
+		top: 0px;
+		left: 0px;
 		width: 100%;
-		font-size: 13px;
-		line-height: 20px;
+		padding-top: 10px;
+		padding-left: 10px;
+		z-index: 111111;
+		color: #666666;
+		background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.1) 100%);
+		.qw {
+			font-size: 25px;
+			float: left;
+			font-weight: bold;
+		}
+		.xs {
+			margin-left: 45px;
+			width: 100%;
+			font-size: 13px;
+			line-height: 20px;
+		}
 	}
-}
-.ms {
-	font-size: 20px;
-	font-weight: bold;
-	margin-bottom: 15px;
-	margin-top: 10px;
-	.jb {
-		float: right;
-		font-size: 13px;
+	.sos {
+		position: absolute;
+		right: 10px;
+		top: 10px;
+		background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 100%);
+		padding: 10px 10px 15px 10px;
+		color: white;
+		font-size: 15px;
+		text-align: center;
 		font-weight: normal;
-		margin-top: 6px;
+		border-radius: 30px;
+		z-index: 111112;
+		image {
+			width: 115%;
+		}
+		.title {
+			color: #333333;
+		}
 	}
-}
-.top {
 	image {
 		width: 100%;
-		height: 150px;
-		border-radius: 5px;
-		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
+		height: 200px;
 	}
 }
-.a1 {
-	border-radius: 3px;
-}
-.it {
+.item {
 	margin-top: 15px;
-}
-.v_title {
-	.hd {
-		left: 25px;
+	.lable {
+		margin-bottom: 13px;
+		.title {
+			float: left;
+			font-size: 20px;
+			font-weight: bold;
+			color: #333;
+		}
+		image {
+			float: left;
+			width: 25%;
+			margin-top: -3px;
+		}
+		.look {
+			color: #999999;
+			float: right;
+			font-size: 15px;
+		}
+	}
+	.rows {
+		margin-left: -5px;
+		margin-right: -5px;
+		.row {
+			float: left;
+			width: 33.333%;
+			overflow: hidden;
+			height: 150px;
+			.out {
+				padding: 0px 3px 0px 3px;
+				.int {
+					position: relative;
+					image {
+						border-radius: 10px;
+						height: 150px;
+						width: 100%;
+						background-color: white;
+					}
+					.title {
+						position: absolute;
+						bottom: 13px;
+						left: 10px;
+						width: 85%;
+						color: white;
+						font-size: 15px;
+						font-weight: 400;
+					}
+				}
+			}
+		}
+	}
+	.card {
+		background-color: white;
+		overflow: hidden;
+		border-radius: 10px;
+		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.03);
+		image {
+			width: 100%;
+			height: 150px;
+		}
+		.cons {
+			padding: 12px;
+			.title {
+				color: #333333;
+				font-weight: bold;
+				font-size: 17px;
+			}
+			.desc {
+				font-size: 14px;
+				color: #999999;
+				margin-top: 8px;
+			}
+		}
 	}
 }
 </style>

BIN
smart-ui-app/static/dw.png


BIN
smart-ui-app/static/icon1.png


BIN
smart-ui-app/static/icon2.png


BIN
smart-ui-app/static/icon3.png


BIN
smart-ui-app/static/icon4.png


BIN
smart-ui-app/static/index.png


BIN
smart-ui-app/static/lo2.png


BIN
smart-ui-app/static/qz.png


BIN
smart-ui-app/static/tab/a1.png


BIN
smart-ui-app/static/tab/a1s.png


BIN
smart-ui-app/static/tab/a2.png


BIN
smart-ui-app/static/tab/a2s.png


BIN
smart-ui-app/static/tab/a3.png


BIN
smart-ui-app/static/tab/a3s.png


BIN
smart-ui-app/static/tab/a4.png


BIN
smart-ui-app/static/tab/a4s.png


+ 1 - 0
smart-ui-app/uni.scss

@@ -7,6 +7,7 @@ $green: #1ed626;
 $dar: #b2b1b1;
 $dar2: #979797;
 $dar3: #e6e6e6;
+$font-c:#545555;
 
 @import 'uview-ui/theme.scss';
 @import './common/common.scss';

BIN
smart-ui-app/unpackage/res/icons/1024x1024.png


BIN
smart-ui-app/unpackage/res/icons/120x120.png


BIN
smart-ui-app/unpackage/res/icons/144x144.png


BIN
smart-ui-app/unpackage/res/icons/152x152.png


BIN
smart-ui-app/unpackage/res/icons/167x167.png


BIN
smart-ui-app/unpackage/res/icons/180x180.png


BIN
smart-ui-app/unpackage/res/icons/192x192.png


BIN
smart-ui-app/unpackage/res/icons/20x20.png


BIN
smart-ui-app/unpackage/res/icons/29x29.png


BIN
smart-ui-app/unpackage/res/icons/40x40.png


BIN
smart-ui-app/unpackage/res/icons/58x58.png


BIN
smart-ui-app/unpackage/res/icons/60x60.png


BIN
smart-ui-app/unpackage/res/icons/72x72.png


BIN
smart-ui-app/unpackage/res/icons/76x76.png


BIN
smart-ui-app/unpackage/res/icons/80x80.png


BIN
smart-ui-app/unpackage/res/icons/87x87.png


BIN
smart-ui-app/unpackage/res/icons/96x96.png