|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<view class="wrap"> |
|
|
|
<!-- <view class="video-wrapper" id="video-container"></view> --> |
|
|
|
<view class="stabar"></view> |
|
|
|
<!-- <view class="video-wrapper" id="video-container"></view> |
|
|
|
<view class="stabar"></view>--> |
|
|
|
<view class="secbar"> <label class="back" @click="back()"></label></view> |
|
|
|
<view class="mainwrap3"> |
|
|
|
<view class="role_wrap"><sVideo :jsonId="jsonId"></sVideo></view> |
|
|
|
@ -53,13 +53,32 @@ |
|
|
|
<style lang="scss"> |
|
|
|
|
|
|
|
@import url("@/static/base_css.css"); |
|
|
|
|
|
|
|
.secbar { |
|
|
|
position: absolute; |
|
|
|
z-index: 999999; |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
.secbar label.back { |
|
|
|
position: absolute; |
|
|
|
top: 6rpx; |
|
|
|
left: 4%; |
|
|
|
padding-left: 0; |
|
|
|
background: url(/static/images/icon_arbw.png) no-repeat left 40% center; |
|
|
|
background-size: auto 50%; |
|
|
|
background-color: rgba(255, 255, 255, .2); |
|
|
|
border: 1rpx solid rgba(255, 255, 255, .7); |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
|
|
|
|
.mainwrap3 { |
|
|
|
top: 90rpx; |
|
|
|
height: 100%; |
|
|
|
background-color: #000; |
|
|
|
} |
|
|
|
.role_wrap { |
|
|
|
position: relative; |
|
|
|
top: -62rpx; |
|
|
|
/* top: -62rpx; */ |
|
|
|
margin: 0; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
|