直播预告图片替换

This commit is contained in:
caishi 2026-04-28 17:14:25 +08:00
parent 8ed663590a
commit 26aaae35c3
4 changed files with 5 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 KiB

After

Width:  |  Height:  |  Size: 8.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB

View File

@ -75,11 +75,11 @@ function TrainAnswer(){
<p className='font17 mt20'style={{textAlign:"left",fontFamily:"alibabaPuhuiR"}}>开源大赛官方培训即将开启助你冲刺奖项</p>
</div>
<div className={styles.trainRight}>
<div className={styles.vedioBox}>
<div className={styles.vedioBox} onClick={()=>window.open(`/zone/2026CCFkycxds/newdetail/1359`)}>
<div className={styles.vedioWords}>
<p className={styles.vedioName}>第八届CCF开源创新大赛 赛事培训</p>
{/* <p className={styles.vedioName}>第八届CCF开源创新大赛 赛事培训</p> */}
{/* 2026年3月13日 17:00:00 */}
<div className={styles.vedioTime}><img src={Xing} width={20} className={`mr10 ${styles.shine}`}/>敬请期待<img src={Xing} width={20} className={`ml10 ${styles.shine} ${styles.delay1}`}/></div>
{/* <div className={styles.vedioTime}><img src={Xing} width={20} className={`mr10 ${styles.shine}`}/>敬请期待<img src={Xing} width={20} className={`ml10 ${styles.shine} ${styles.delay1}`}/></div> */}
{/* <p className={styles.vedioAddr}>直播地址:<span id="vedioLink">https://cloud.baidu.com/?track=d2b70a5c</span></p>
<CopyToClipboard
text={"https://cloud.baidu.com/?track=d2b70a5c"}

View File

@ -276,9 +276,11 @@
.vedioBox{
background-image: url(../img/train/trainvedioBack.png);
background-size: 100% 100%;
border-radius: 15px;
min-height: 329px;
display: flex;
justify-content: center;
cursor: pointer;
.vedioWords{
display: flex;
align-items: center;