浏览代码

学院荣誉样式开发

tanxue 2 月之前
父节点
当前提交
4243695d6a

+ 9 - 2
common/styles/global/components.scss

@@ -211,7 +211,7 @@ view{box-sizing: border-box;}
 .dljt-page-content-box{width: 92%;margin: 0 auto 50rpx;background-color: #fff;
 .dljt-page-content-box{width: 92%;margin: 0 auto 50rpx;background-color: #fff;
 box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
 box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
 /* 无限滚动区域 */
 /* 无限滚动区域 */
-.uni-scroll-view-content{height: calc(100vh - 420rpx)}
+.dljt-scroll-view .uni-scroll-view-content{height: calc(100vh - 420rpx)}
 
 
 /*左侧图片右侧内容列表区域*/
 /*左侧图片右侧内容列表区域*/
 .list-item-box{
 .list-item-box{
@@ -268,7 +268,14 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
         .video-title{margin-top: 8rpx;}
         .video-title{margin-top: 8rpx;}
       }
       }
     }
     }
-  
+  /**/
+  .xyry-item-row{
+	  border-bottom: 1rpx dashed #ccc;margin: 32rpx;display: flex;padding-bottom: 16rpx;cursor: pointer;
+	  .xyry-icon{width: 42rpx;height: 42rpx;display: block;@include dljt-no-repeat-cover;margin-right: 16rpx;
+	    background-image: url("@/static/images/xygk/xyry-icon.png");flex-shrink: 0}
+	  .xyry-title{font-size: 28rpx;line-height: 1.5;color: #333;min-height: 45rpx;display: flex;align-items: center;}
+	}
+      
 
 
 /* 底部返回按钮*/
 /* 底部返回按钮*/
 .return-footer-box{
 .return-footer-box{

+ 3 - 8
pages/xygkXueyuanrongyu/xygkXueyuanrongyu.vue

@@ -13,14 +13,9 @@
 				</view>
 				</view>
 				<MtaScrollViewVue :refreshFn="getList">
 				<MtaScrollViewVue :refreshFn="getList">
 					<template v-slot="{ list }">
 					<template v-slot="{ list }">
-						<view class="list-item-box" v-for="item in list" :key="item.id">
-							<!-- 图 -->
-							<!-- 内容 -->
-							<view class="list-right-box">
-								<view class="list-name">{{item.title}}</view>
-								<view class="list-line"></view>
-								<view class="list-content" v-html="getStringByHtml3(item.content)"> </view>
-							</view>
+						<view class="xyry-item-row" v-for="item in list" :key="item.id">
+							<icon class="xyry-icon"></icon>
+							<view class="xyry-title">{{item.content}}</view>
 						</view>
 						</view>
 					</template>
 					</template>
 				</MtaScrollViewVue>
 				</MtaScrollViewVue>

二进制
static/images/xygk/xyry-icon.png


二进制
static/images/xygk/xywh-row-bj1.png


二进制
static/images/xygk/xywh-row-bj2.png


二进制
static/images/xygk/xywh-row-bj3.png