consultationDetails.vue
733 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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>