|
|
@@ -11,11 +11,13 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 详细信息 --> |
|
|
|
<view class="h-b-btm"> |
|
|
|
<view class="h-b-btm" style="margin: 19rpx 0 30rpx;"> |
|
|
|
<view class="item"> |
|
|
|
<image class="item-imgs" src="@/static/images/img/time.png" mode=""></image> |
|
|
|
{{ userlistobj.createTime || '' }} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="h-b-btm"> |
|
|
|
<view class="item"> |
|
|
|
<image class="item-imgs" src="@/static/images/img/voice.png" mode=""></image> |
|
|
|
{{ userlistobj.mm || '' }}m |
|
|
@@ -29,7 +31,7 @@ |
|
|
|
</view> |
|
|
|
<!-- tab选择框 --> |
|
|
|
<template v-if="isShowMerge"> |
|
|
|
<u-tabs :list="list" :is-scroll="false" bg-color="transparent" :show-bar="false" :current="current" |
|
|
|
<u-tabs :activeItemStyle="{background: '#2979ff', color: '#fff'}" :list="list" :is-scroll="false" bg-color="transparent" :show-bar="false" :current="current" |
|
|
|
@change="change"></u-tabs> |
|
|
|
</template> |
|
|
|
<template v-if="current == 0"> |
|
|
@@ -997,19 +999,17 @@ |
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
.header { |
|
|
|
padding: 20rpx; |
|
|
|
padding: 19rpx 30rpx 0; |
|
|
|
width: 100%; |
|
|
|
height: 210rpx; |
|
|
|
|
|
|
|
.h-box { |
|
|
|
padding: 0 16rpx; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
background: #fff; |
|
|
|
border-radius: 16rpx; |
|
|
|
|
|
|
|
.h-b-top { |
|
|
|
padding: 20rpx 0; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
@@ -1102,7 +1102,6 @@ |
|
|
|
font-size: 36upx; |
|
|
|
color: #999999; |
|
|
|
background: #FFFFFF; |
|
|
|
margin-top: 30upx; |
|
|
|
overflow-y: scroll; |
|
|
|
width: 100%; |
|
|
|
|
|
|
@@ -1127,12 +1126,12 @@ |
|
|
|
|
|
|
|
.text { |
|
|
|
margin: 50upx 30upx; |
|
|
|
line-height: 80upx; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
|
|
.avatar { |
|
|
|
margin-right: 24rpx; |
|
|
|
width: 64upx; |
|
|
|
height: 64upx; |
|
|
|
line-height: 64upx; |
|
|
@@ -1187,9 +1186,7 @@ |
|
|
|
color: #ccc; |
|
|
|
font-size: 18rpx; |
|
|
|
font-size: 30rpx; |
|
|
|
padding: 0 28rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.AudioUserName { |
|
|
|
margin-right: 20rpx; |
|
|
|
} |
|
|
@@ -1221,6 +1218,10 @@ |
|
|
|
&.reverse { |
|
|
|
flex-direction: row-reverse; |
|
|
|
text-align: right; |
|
|
|
|
|
|
|
.avatar { |
|
|
|
margin-left: 24rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.content { |
|
|
|
margin-left: 0; |
|
|
|