wanghao vor 1 Jahr
Ursprung
Commit
747d30752a
2 geänderte Dateien mit 40 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/highServer/travelGuideDetails/travelGuideDetails.vue
  2. 39 0
      uni.scss

+ 1 - 1
pages/highServer/travelGuideDetails/travelGuideDetails.vue

@@ -13,7 +13,7 @@
 				    </view>
 				</view>
 			</view>
-			<view class="wenzhangCont">
+			<view class="wenzhangCont article">
 				<view v-html="fromData.textDetails"></view>
 				<view v-for="(item, index) in fromData.pictureList" :key="index">
 					<image :src="loadImgSrcLocalhost(item)"></image>

+ 39 - 0
uni.scss

@@ -94,3 +94,42 @@ image {
   line-height: 90rpx;
   width: 100%;
 }
+
+.ck{
+	position: absolute !important;
+	margin-left: 0 !important;
+	right: 30rpx !important;
+}
+.onePic{
+	width: 100% !important;
+	    height: 360rpx !important;
+	    border-radius: 20rpx !important;
+	    overflow: hidden !important;
+	    margin: 20rpx 0 !important;
+}
+.list {
+    border-bottom: solid 2rpx #f6f6f6 !important;
+    padding: 10rpx 0 !important;
+    width: 100% !important;
+}
+.onePic image {
+    width: 100% !important;
+    height: 100% !important;
+}
+.wenzhangLy {
+    width: 100%;
+    display: flex;
+    justify-content: space-between;
+    border-bottom: solid 2rpx #e8e8e8;
+    padding: 0 0 14rpx 0;
+}
+.wenzhangCont {
+    font-size: 34rpx;
+    margin: 30rpx 0;
+}
+.fengexian {
+    width: 100%;
+    height: 20rpx;
+    background: #f6f6f6;
+    border-radius: 6rpx;
+}