consultationDetails.vue 733 字节
<template>
	<view class="">
		<view class="mainBox">
			<view class="title">比特币跌幅超61%,山寨币跌幅超80%,熊市到底了吗?</view>
			<view class="timenev flexD">
				<view class="time">
					发布时间: 2022-05-22 21:56
				</view>
				<image src="../../static/ic_fenxiang.png" mode=""></image>
			</view>
			<rich-text nodes="string"></rich-text>
		</view>

	</view>
</template>

<script>
</script>

<style lang="less">
	.mainBox {
		padding: 24rpx 31rpx;

		.timenev {
			margin-top: 20rpx;
			color: rgba(179, 179, 179, 1);
			font-size: 24rpx;
			font-weight: 400;
			font-family: "PingFang SC";

			image {
				width: 40rpx;
				height: 40rpx;
			}
		}
	}
</style>