simply a few
This commit is contained in:
@@ -8,6 +8,12 @@
|
|||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="who">
|
<view class="who">
|
||||||
|
<view>
|
||||||
|
<image src="/static/组 341.png" mode=""></image><text>发帖人:XXX</text>
|
||||||
|
</view>
|
||||||
|
<view>
|
||||||
|
评论数:{{this.value[2]}}
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@@ -46,4 +52,19 @@
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
text-indent: 2em;
|
text-indent: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.who {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.who view {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.who view image {
|
||||||
|
height: 30px;
|
||||||
|
width: 30px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user