zhaogongxue 1 year ago
parent
commit
7402c48377
2 changed files with 3 additions and 3 deletions
  1. 1 1
      components/ty-paper/ty-paper.vue
  2. 2 2
      pages/index/index.vue

+ 1 - 1
components/ty-paper/ty-paper.vue

@@ -22,7 +22,7 @@
 		<view class="u-flex u-row-between" style="flex-wrap: wrap;">
 			<view class="" v-for="(item,index) in 5" :key="index" style="margin-top: 26rpx;">
 				<image src="/static/logo.png" style="width: 334rpx;height: 460rpx;" mode=""></image>
-				<view class="title">新时代大学生劳动教育教…</view>
+				<view class="title u-line-1">新时代大学生劳动教育教…</view>
 				<view class="writer">丁爱萍,林秀丽</view>
 				<view class="" style="margin-top: 8rpx;">
 					<text class="ding">定价</text>

+ 2 - 2
pages/index/index.vue

@@ -75,10 +75,10 @@
 			</view>
 			<view class="" style="height: 30rpx;"></view>
 		</view>
-		<view v-if="curret==1" style="position: relative;z-index: 200;" class="">
+		<view v-if="curret==1" style="position: relative;z-index: 200;margin-top: 24rpx;" class="">
 			<ty-paper></ty-paper>
 		</view>
-		<view v-if="curret==3" style="position: relative;z-index: 200;" class="">
+		<view v-if="curret==3" style="position: relative;z-index: 200;margin-top: 24rpx;" class="">
 			<ty-video></ty-video>    
 		</view>
 	</view>