|
@@ -203,8 +203,11 @@
|
|
|
|
|
|
<div class="pinBottom right hideTarget">
|
|
<div class="pinBottom right hideTarget">
|
|
<div class="rightViewContainer clearfix">
|
|
<div class="rightViewContainer clearfix">
|
|
|
|
+
|
|
|
|
+ <!-- <xunirenwu :active="xunirenwu"/> -->
|
|
|
|
+
|
|
<div class="commentator">
|
|
<div class="commentator">
|
|
- <img class="icon" @click="clickItem({ id: 5, img: 'commentator'})" :src="require('@/assets/images/icon/bigscene/change.png')" />
|
|
|
|
|
|
+ <img class="icon" @click="clickItem({ id: 5, current: xunirenwu, img: 'commentator'})" :src="require('@/assets/images/icon/bigscene/change.png')" />
|
|
</div>
|
|
</div>
|
|
<div class="gui-floor">
|
|
<div class="gui-floor">
|
|
<div class="gui-floor-title"></div>
|
|
<div class="gui-floor-title"></div>
|
|
@@ -265,9 +268,11 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import Danmaku from "@/components/Danmaku";
|
|
import Danmaku from "@/components/Danmaku";
|
|
|
|
+import xunirenwu from "@/newcomponents/xunirenwu";
|
|
|
|
+
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- components: {Danmaku},
|
|
|
|
|
|
+ components: {Danmaku,xunirenwu},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
isShowList:false,
|
|
isShowList:false,
|
|
@@ -303,6 +308,7 @@ export default {
|
|
img: "Q&A",
|
|
img: "Q&A",
|
|
}],
|
|
}],
|
|
subActive:'',
|
|
subActive:'',
|
|
|
|
+ xunirenwu:'male',
|
|
quotes:[
|
|
quotes:[
|
|
"我是光荣的白衣天使,在春风里绽放笑容",
|
|
"我是光荣的白衣天使,在春风里绽放笑容",
|
|
"救死扶伤的行列里,我们是排头兵",
|
|
"救死扶伤的行列里,我们是排头兵",
|
|
@@ -338,7 +344,7 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
-@wh: 54px;
|
|
|
|
|
|
+@wh: 47px;
|
|
@margin: 0px;
|
|
@margin: 0px;
|
|
#play,
|
|
#play,
|
|
#pause {
|
|
#pause {
|
|
@@ -370,11 +376,16 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#gui-modes-map>div[rel], #play, #pause{
|
|
|
|
+ width: auto;
|
|
|
|
+ margin: 0 12px;
|
|
|
|
+}
|
|
|
|
+
|
|
.commentator{
|
|
.commentator{
|
|
width: @wh!important;
|
|
width: @wh!important;
|
|
- margin-right: 20px;
|
|
|
|
height: @wh!important;
|
|
height: @wh!important;
|
|
- margin-bottom: 0;
|
|
|
|
|
|
+ margin-bottom: 40px;
|
|
|
|
+
|
|
>img{
|
|
>img{
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -385,7 +396,7 @@ export default {
|
|
width: @wh!important;
|
|
width: @wh!important;
|
|
height: @wh!important;
|
|
height: @wh!important;
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
- margin-right: 20px;
|
|
|
|
|
|
+ margin-right: 0;
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
position: relative;
|
|
position: relative;
|
|
background: linear-gradient(359deg, rgba(26, 14, 10, 0.6) 0%, rgba(112, 80, 73, .6) 100%);
|
|
background: linear-gradient(359deg, rgba(26, 14, 10, 0.6) 0%, rgba(112, 80, 73, .6) 100%);
|
|
@@ -437,6 +448,9 @@ export default {
|
|
.rightViewContainer {
|
|
.rightViewContainer {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
+ margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.bgandshare {
|
|
.bgandshare {
|
|
@@ -444,8 +458,10 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
> div {
|
|
> div {
|
|
|
|
+ margin-top: 10px;
|
|
background: none !important;
|
|
background: none !important;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ margin-right: 0!important;
|
|
img {
|
|
img {
|
|
width: @wh!important;
|
|
width: @wh!important;
|
|
}
|
|
}
|
|
@@ -511,7 +527,7 @@ export default {
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 0;
|
|
left: 0;
|
|
- bottom: 6px;
|
|
|
|
|
|
+ bottom: 4px;
|
|
}
|
|
}
|
|
|
|
|
|
</style>
|
|
</style>
|