企业用户bug修复
This commit is contained in:
@@ -30,6 +30,14 @@
|
||||
<text class="size">{{ companyInfo.scale || '100-999人' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 企业用户直播按钮 -->
|
||||
<view class="company-live-button press-button" @click.stop="handleLiveClick">
|
||||
<view class="live-icon">
|
||||
<uni-icons type="videocam-filled" size="16" color="#FFFFFF"></uni-icons>
|
||||
</view>
|
||||
<view class="live-text">直播</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -1939,7 +1947,39 @@ defineExpose({ loadData });
|
||||
color: #CCCCCC
|
||||
font-weight: 300
|
||||
|
||||
.size
|
||||
color: #666666
|
||||
font-weight: 400
|
||||
.size
|
||||
color: #666666
|
||||
font-weight: 400
|
||||
|
||||
// 企业用户直播按钮样式
|
||||
.company-live-button
|
||||
display: flex
|
||||
align-items: center
|
||||
justify-content: center
|
||||
width: 100rpx
|
||||
height: 48rpx
|
||||
background: linear-gradient(135deg, #FF6B6B 0%, #FF8E8E 100%)
|
||||
border-radius: 40rpx
|
||||
box-shadow: 0 4rpx 12rpx rgba(255, 107, 107, 0.3)
|
||||
transition: all 0.2s ease
|
||||
flex-shrink: 0
|
||||
margin-left: 20rpx
|
||||
|
||||
&:active
|
||||
transform: scale(0.95)
|
||||
box-shadow: 0 2rpx 8rpx rgba(255, 107, 107, 0.4)
|
||||
|
||||
.live-icon
|
||||
margin-right: 6rpx
|
||||
display: flex
|
||||
align-items: center
|
||||
justify-content: center
|
||||
|
||||
.live-text
|
||||
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif
|
||||
font-weight: 500
|
||||
font-size: 24rpx
|
||||
color: #FFFFFF
|
||||
text-align: center
|
||||
white-space: nowrap
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user