|
|
@@ -42,48 +42,51 @@
|
|
|
:height="imgHeight"
|
|
|
></van-image>
|
|
|
<div class="chat-message" v-else-if="type === 'text'">
|
|
|
- <div
|
|
|
- style="
|
|
|
- line-height: 40px;
|
|
|
- background: #06c04f;
|
|
|
- border-radius: 4px;
|
|
|
- padding: 0 20px;
|
|
|
- margin-bottom: 12px;
|
|
|
- "
|
|
|
- >
|
|
|
- RAEX绿洲:RID元域名称交易监控
|
|
|
- </div>
|
|
|
- <div style="display: flex">
|
|
|
- <img
|
|
|
- style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
- src="https://cdn.raex.vip/image/2023-04-06-14-32-07vINcTaZP.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- <span>RID: 058.nft【已出售】</span>
|
|
|
- </div>
|
|
|
- <div style="display: flex">
|
|
|
- <img
|
|
|
- style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
- src="https://cdn.raex.vip/image/2023-04-06-14-28-32HcaKTDYb.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- <span>分类: 【RID元域名】</span>
|
|
|
- </div>
|
|
|
- <div style="display: flex">
|
|
|
- <img
|
|
|
- style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
- src="https://cdn.raex.vip/image/2023-04-06-14-31-49lldhGaqC.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- <span>销售价格: 【3899.99 】</span>
|
|
|
- </div>
|
|
|
- <div style="display: flex">
|
|
|
- <img
|
|
|
- style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
- src="https://cdn.raex.vip/image/2023-04-06-14-32-21ciilInpO.png"
|
|
|
- alt=""
|
|
|
- />
|
|
|
- <span>交易时间:<br />【2023-03-08 11:23:37】</span>
|
|
|
+ <div style="padding: 4px 0">
|
|
|
+ <div
|
|
|
+ style="
|
|
|
+ line-height: 40px;
|
|
|
+ background: #06c04f;
|
|
|
+ border-radius: 4px;
|
|
|
+ padding: 0 12px;
|
|
|
+ margin-bottom: 12px;
|
|
|
+ font-weight: bold;
|
|
|
+ "
|
|
|
+ >
|
|
|
+ RAEX绿洲:RID元域名称交易监控
|
|
|
+ </div>
|
|
|
+ <div style="display: flex; margin-bottom: 8px">
|
|
|
+ <img
|
|
|
+ style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
+ src="https://cdn.raex.vip/image/2023-04-06-14-32-07vINcTaZP.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ <span>RID: 058.nft【已出售】</span>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex; margin-bottom: 8px">
|
|
|
+ <img
|
|
|
+ style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
+ src="https://cdn.raex.vip/image/2023-04-06-14-28-32HcaKTDYb.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ <span>分类: 【RID元域名】</span>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex; margin-bottom: 8px">
|
|
|
+ <img
|
|
|
+ style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
+ src="https://cdn.raex.vip/image/2023-04-06-14-31-49lldhGaqC.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ <span>销售价格: 【3899.99 】</span>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex">
|
|
|
+ <img
|
|
|
+ style="width: 18px; height: 18px; margin: 5px 10px 0 0"
|
|
|
+ src="https://cdn.raex.vip/image/2023-04-06-14-32-21ciilInpO.png"
|
|
|
+ alt=""
|
|
|
+ />
|
|
|
+ <span>交易时间:<br />【2023-03-08 11:23:37】</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<van-image
|