修改图标区域背景1
parent
72b4794b26
commit
945a239f02
|
|
@ -49,7 +49,7 @@
|
|||
<template v-if="item.type == 'user'">
|
||||
<!-- 用户名和文本内容容器 -->
|
||||
<view class="inline-block">
|
||||
<view class="fl flex-row align-c jc-c padding-top-xs">
|
||||
<view class="fl flex-row align-c jc-c padding-top-xsss">
|
||||
<!-- 头像 -->
|
||||
<image :src="item.user_avatar != null ? item.user_avatar : userAvatar" class="bulletin-item-avatar" mode="aspectFill"></image>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
z-index: 11;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
background: red;
|
||||
.component-icon-play {
|
||||
height: 200rpx;
|
||||
width: 200rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue