Compare commits
	
		
			2 Commits
		
	
	
		
			eef6220af6
			...
			df8f3c76b0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| df8f3c76b0 | |||
| 82ce5d7fdd | 
@ -26,15 +26,17 @@
 | 
				
			|||||||
		</view>
 | 
							</view>
 | 
				
			||||||
		<view style="margin-top: 180rpx;">
 | 
							<view style="margin-top: 180rpx;">
 | 
				
			||||||
			<view class="center flex flex-column flex-start" v-for="detail,index in list" :key="index" @click="only(detail.id,detail.type)">
 | 
								<view class="center flex flex-column flex-start" v-for="detail,index in list" :key="index" @click="only(detail.id,detail.type)">
 | 
				
			||||||
				<span class="title">{{detail.title}}</span>
 | 
									<span class="title">
 | 
				
			||||||
 | 
										<span class="jiao" v-if="detail.type == 1">
 | 
				
			||||||
 | 
											<u-badge :isDot="true" type="error"></u-badge>
 | 
				
			||||||
 | 
										</span>
 | 
				
			||||||
 | 
										{{detail.title}}
 | 
				
			||||||
 | 
									</span>
 | 
				
			||||||
				<span class="span" style="margin-top: 20rpx;">
 | 
									<span class="span" style="margin-top: 20rpx;">
 | 
				
			||||||
					<!-- <u-parse :content="detail.desc" :selectable="true"></u-parse> -->
 | 
										<!-- <u-parse :content="detail.desc" :selectable="true"></u-parse> -->
 | 
				
			||||||
					<rich-text :nodes="detail.desc" selectable user-select></rich-text>
 | 
										<rich-text :nodes="detail.desc" selectable user-select></rich-text>
 | 
				
			||||||
				</span>
 | 
									</span>
 | 
				
			||||||
				<span  class="span" style="margin-top: 20rpx; color: #999999 ;">{{detail.createtime_text}}</span> 
 | 
									<span  class="span" style="margin-top: 20rpx; color: #999999 ;">{{detail.createtime_text}}</span> 
 | 
				
			||||||
				<span class="jiao" v-if="detail.type == 1">
 | 
					 | 
				
			||||||
					<u-badge :isDot="true" type="error"></u-badge>
 | 
					 | 
				
			||||||
				</span> 
 | 
					 | 
				
			||||||
			</view>
 | 
								</view>
 | 
				
			||||||
		</view>
 | 
							</view>
 | 
				
			||||||
		<u-loadmore :status="loadStatus" nomoreText="已经到底啦~"/>
 | 
							<u-loadmore :status="loadStatus" nomoreText="已经到底啦~"/>
 | 
				
			||||||
@ -214,7 +216,7 @@
 | 
				
			|||||||
	.center {
 | 
						.center {
 | 
				
			||||||
		margin: 30rpx;
 | 
							margin: 30rpx;
 | 
				
			||||||
		width: 690rpx;
 | 
							width: 690rpx;
 | 
				
			||||||
		height: 278rpx;
 | 
							// height: 278rpx;
 | 
				
			||||||
		background: #FFFFFF;
 | 
							background: #FFFFFF;
 | 
				
			||||||
		border-radius: 20rpx 20rpx 20rpx 20rpx;
 | 
							border-radius: 20rpx 20rpx 20rpx 20rpx;
 | 
				
			||||||
		padding: 30rpx;
 | 
							padding: 30rpx;
 | 
				
			||||||
@ -233,11 +235,12 @@
 | 
				
			|||||||
			font-weight: 800;
 | 
								font-weight: 800;
 | 
				
			||||||
			font-size: 34rpx;
 | 
								font-size: 34rpx;
 | 
				
			||||||
			color: #202020 ;
 | 
								color: #202020 ;
 | 
				
			||||||
 | 
								display: flex;
 | 
				
			||||||
 | 
								align-items: center;
 | 
				
			||||||
 | 
								justify-content: start;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		.jiao {
 | 
							.jiao {
 | 
				
			||||||
			position: absolute;
 | 
								margin-right: 20rpx;
 | 
				
			||||||
			left: 0;
 | 
					 | 
				
			||||||
			top: 0;
 | 
					 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user