浏览代码

轮播图

lilei 4 年之前
父节点
当前提交
00786f23d1
共有 3 个文件被更改,包括 6 次插入5 次删除
  1. 1 1
      pages/evaluatePlan/evaluatePlan.vue
  2. 3 3
      pages/evaluatePlan/planDetail.vue
  3. 2 1
      pages/index/index.vue

+ 1 - 1
pages/evaluatePlan/evaluatePlan.vue

@@ -9,7 +9,7 @@
 				<text>{{item.name}}</text>
 			</view>
 			<view class="details" @click="viewDetail(item)">
-				详情 <u-icon name='arrow-right'></u-icon>
+				详情 <u-icon name="icon-xian-11" custom-prefix="xd-icon" size="28" color="#888888"></u-icon>
 			</view>
 		</view>
 		

+ 3 - 3
pages/evaluatePlan/planDetail.vue

@@ -83,10 +83,10 @@
 		}
 		.kp-ok{
 			text-align: center;
-			padding: 20upx;
-			background: #ff9933;
+			padding: 26upx;
+			background: #55aaff;
 			color: #fff;
-			font-size: 16px;
+			font-size: 18px;
 		}
 	}
 </style>

+ 2 - 1
pages/index/index.vue

@@ -4,7 +4,8 @@
 		<swiper class="top-ad-swiper" :indicator-dots="false" :autoplay="true" :interval="5000" :duration="600" :circular="true">
 			<swiper-item v-for="(item,index) in imageTopList" :key="index">
 				<div class="swiper-item uni-bg-red">
-					<image class="swiper-item-imgse" :fade-show='true' :src="item.photo"></image>
+					<!-- <image class="swiper-item-imgse" :fade-show='true' :src="item.photo"></image> -->
+					<u-image mode="scaleToFill" width="750upx" height="400upx" :src="item.photo"></u-image>
 				</div>
 			</swiper-item>
 		</swiper>