|
@@ -7,7 +7,7 @@
|
|
|
<image class="top_left_box_img" :src="avatar"></image>
|
|
|
<view class="top_left_box_text">
|
|
|
<text class="top_left_box_text1">{{title}}</text>
|
|
|
- <text class="top_left_box_text2">{{subtitle}}</text>
|
|
|
+ <text class="top_left_box_text2">{{subtitle}}人观看</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -90,7 +90,7 @@
|
|
|
type: Boolean
|
|
|
}, // 是否开启美颜
|
|
|
btns:{
|
|
|
- default: false,
|
|
|
+ // default: [{picture:"../static/images/loginLogo.png",,title:''}],
|
|
|
type: Array
|
|
|
}, // 按钮数组
|
|
|
},
|
|
@@ -203,17 +203,18 @@
|
|
|
}
|
|
|
|
|
|
.top_left_box {
|
|
|
+ width: 300rpx;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
margin-left: 10px;
|
|
|
margin-top: 10px;
|
|
|
position: absolute;
|
|
|
z-index: 100;
|
|
|
- background-color: rgba(0, 0, 0, 0.4);
|
|
|
+ background-color: rgba(115, 111, 117, 0.4);
|
|
|
border-radius: 1000px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- padding: 10px;
|
|
|
+ padding: 5px;
|
|
|
}
|
|
|
|
|
|
.top_left_box_img {
|
|
@@ -231,6 +232,7 @@
|
|
|
.top_left_box_text1 {
|
|
|
font-size: 28rpx;
|
|
|
color: white;
|
|
|
+ margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
.top_left_box_text2 {
|