Browse Source

语音样式

release_0.0.2
巴林闲侠 2 years ago
parent
commit
c0ec917f01
  1. BIN
      code/VideoAccess-VCMP/web/client/assets/images/background/talk.png
  2. BIN
      code/VideoAccess-VCMP/web/client/assets/images/background/talking.png
  3. 11
      code/VideoAccess-VCMP/web/client/src/components/videoPlay.jsx

BIN
code/VideoAccess-VCMP/web/client/assets/images/background/talk.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
code/VideoAccess-VCMP/web/client/assets/images/background/talking.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 KiB

11
code/VideoAccess-VCMP/web/client/src/components/videoPlay.jsx

@ -191,7 +191,16 @@ const VideoPlay = ({ height, width }) => {
}
</div> :
operationState.talk.select ?
'2' :
<div style={{
position: 'absolute', top: 'calc(50% - 88px)', left: 'calc(50% - 156px)',
width: 312, height: 176, backgroundColor: '#000000A5',
}}>
<img src="/assets/images/background/talking.png" style={{ display: 'block', margin: '12px auto' }} />
<div style={{
height: 32, width: 88, textAlign: 'center', margin: 'auto', color: '#fff', backgroundColor: '#1859C1',
lineHeight: '32px'
}}>开始讲话</div>
</div> :
'' : ''
}
{/* 下方操作 */}

Loading…
Cancel
Save