李书文 vor 2 Jahren
Ursprung
Commit
1e1a07efc1

+ 3 - 3
smart-ui-app/common/common.scss

@@ -125,7 +125,7 @@
 				color: $dar;
 			}
 			.icon {
-				color: #e22929;
+				color: #48a5ff;
 				padding-right: 3px;
 			}
 			.ll {
@@ -444,7 +444,7 @@
 		.dh {
 			width: 13%;
 			float: left;
-			color: red;
+			color: #48a5ff;
 			text-align: right;
 			.icon {
 				font-size: 20px;
@@ -507,7 +507,7 @@
 			float: right;
 			margin-right: -20px;
 			color: #fff;
-			background: #e22929;
+			background: #48a5ff;
 			border-radius: 15pt 0pt 0pt 15pt;
 			padding: 5px 20px;
 			font-size: 13px;

+ 3 - 3
smart-ui-app/pages.json

@@ -183,7 +183,7 @@
 	],
 	"tabBar": {
 		"color": "#7A7E83",
-		"selectedColor": "#c74547",
+		"selectedColor": "#48a5ff",
 		"borderStyle": "black",
 		"backgroundColor": "#F8F8F8",
 		"list": [{
@@ -213,9 +213,9 @@
 		]
 	},
 	"globalStyle": {
-		"navigationBarTextStyle": "white",
+		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "",
-		"navigationBarBackgroundColor": "#d84748",
+		"navigationBarBackgroundColor": "#fff",
 		"backgroundColor": "#F8F8F8",
 		"pageOrientation": "portrait"
 

+ 1 - 1
smart-ui-app/pages/government/activity.vue

@@ -6,7 +6,7 @@
 		<u-time-line>
 			<u-time-line-item class="hot_item" nodeTop="2" v-for="(item, index) in list" :key="index">
 				<template v-slot:node>
-					<view class="u-node" style="background: #fde4e8;"><text class="icon" style="color: #e22929;">&#xe60b;</text></view>
+					<view class="u-node" style="background: #fde4e8;"><text class="icon" style="color: #48a5ff;">&#xe60b;</text></view>
 				</template>
 				<template v-slot:content>
 					<view class="content" @click="detail(item)">

+ 1 - 1
smart-ui-app/pages/government/index.vue

@@ -6,7 +6,7 @@
 		<u-time-line>
 			<u-time-line-item class="hot_item" nodeTop="2" v-for="(item, index) in list" :key="index">
 				<template v-slot:node>
-					<view class="u-node" style="background: #fde4e8;"><text class="icon" style="color: #e22929;">&#xe649;</text></view>
+					<view class="u-node" style="background: #fde4e8;"><text class="icon" style="color: #48a5ff;">&#xe649;</text></view>
 				</template>
 				<template v-slot:content>
 					<view class="content" @click="detail(item)">

+ 1 - 1
smart-ui-app/pages/index/index.vue

@@ -213,7 +213,7 @@ export default {
 		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
 		.icon {
 			font-size: 30px;
-			background-color: red;
+			background-color: #48a5ff;
 			width: 38px;
 			height: 38px;
 			border-radius: 5px;

+ 2 - 2
smart-ui-app/pages/index/index2.vue

@@ -1,7 +1,6 @@
 <template>
 	<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>
@@ -216,12 +215,13 @@ page {
 		float: left;
 		width: 6.5%;
 		height: 20px;
-		margin: 3px 7px 0px 7px;
+		margin: 3px 10px 0px 10px;
 	}
 	.bq {
 		width: 45%;
 		height: 34px;
 		float: left;
+		padding-left: 10px;
 	}
 }
 .top {

+ 2 - 2
smart-ui-app/pages/shop/manage.vue

@@ -152,7 +152,7 @@ export default {
 	}
 	.del {
 		float: right;
-		color: red;
+		color: #48a5ff;
 	}
 }
 .cd {
@@ -161,7 +161,7 @@ export default {
 	.icon {
 		font-size: 30px;
 		padding: 5px 8px;
-		background-color: red;
+		background-color: #48a5ff;
 		color: white;
 		margin-bottom: 5px;
 		border-radius: 5px;

+ 3 - 3
smart-ui-app/pages/user/my.vue

@@ -24,7 +24,7 @@
 					</view>
 				</view>
 				<view class="item f" @click="navigate('/pages/shop/list')">
-					<text class="icon ic" style="background-color:#9727ec">&#xe616;</text>
+					<text class="icon ic" style="background-color:#607D8B">&#xe616;</text>
 					<view class="fon">商家中心</view>
 				</view>
 			</view>
@@ -47,7 +47,7 @@
 					</button>
 				</view>
 				<view class="item" @click="navigate('/pages/other/about')">
-					<text class="icon ic" style="background-color:#343f61">&#xe65f;</text>
+					<text class="icon ic" style="background-color:#9E9E9E">&#xe65f;</text>
 					<text>关于我们</text>
 					<text class="icon arrow">&#xe62d;</text>
 				</view>
@@ -170,7 +170,7 @@ export default {
 			color: #222222;
 			.ic {
 				font-size: 20px;
-				background-color: red;
+				background-color: #48a5ff;
 				text-align: center;
 				padding: 5px;
 				border-radius: 5px;

BIN
smart-ui-app/static/my.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 - 1
smart-ui-app/uni.scss

@@ -1,5 +1,5 @@
 /* 主题颜色变量 */
-$theme-color: #E22929;
+$theme-color: #48a5ff;
 $page: #eae6e6;
 $orange: #ecb727;
 $red: #ff554b;