Authored by zzzzzzz

链接修改

... ... @@ -14,10 +14,11 @@
{{/content}}
{{! 精选房间}}
{{#if best}}
<div class="live-rec">
{{#best}}
<div class="rec-child">
<a href='http://aaa.com/?aaa=1 & openby:yohobuy={"action":"go.videolive", "params":{"type":"{{living}}","videourl":"xxx.xxx.xxx","talkurl":"xxx.xxx.xxx","room":"{{room_id}}"}}'>
<a href='https://m.yohobuy.com/activity/live/{{room_id}}?openby:yohobuy={"action":"go.videolive", "params":{"type":"{{living}}","room":"{{room_id}}"}}'>
<img class="rec-pic" src="{{image pic 320 320}}" alt="直播预览">
{{#if now_living}}
<p class="living">直播</p>
... ... @@ -38,20 +39,21 @@
</div>
{{/best}}
</div>
{{/if}}
{{! 直播中房间}}
{{#living}}
<div class="live-living">
<h2 class="title">直播中</h2>
<header>
<img class="main-head" src="{{image master_pic 60 60}}" alt="头像">
<img class="main-head" src="{{image master_pic 120 120}}" alt="头像">
<div class="header-info">
<p class="main-name">{{master_name}}</p>
<p class="main-tag">{{master_meta}}</p>
</div>
</header>
<section>
<a href="">
<a href='https://m.yohobuy.com/activity/live/{{room_id}}?openby:yohobuy={"action":"go.videolive", "params":{"type":"1","room":"{{room_id}}"}}'>
<img class="main-bg" src="{{image pic 640 640}}" alt="正在直播">
<p class="main-living">直播</p>
<p class="main-intro">{{title}}</p>
... ... @@ -71,7 +73,7 @@
<ul class="list">
{{#pre}}
<li class="pre-list">
<a href="#">
<a href='https://m.yohobuy.com/activity/live/{{room_id}}?openby:yohobuy={"action":"go.videolive", "params":{"type":"0","room":"{{room_id}}"}}'>
<img class="pre-pic" src="{{image pic 150 150}}" alt="直播预览图">
<p class="pre-icon">预告</p>
<p class="pre-time">{{starting_time}}</p>
... ... @@ -91,14 +93,14 @@
<div class="live-living">
<h2 class="title">精彩回看</h2>
<header>
<img class="main-head" src="{{image master_pic 60 60}}" alt="头像">
<img class="main-head" src="{{image master_pic 120 120}}" alt="头像">
<div class="header-info">
<p class="main-name">{{master_name}}</p>
<p class="main-tag">{{master_meta}}</p>
</div>
</header>
<section>
<a href="{{url}}">
<a href='https://m.yohobuy.com/activity/live/replay/{{video_id}}?openby:yohobuy={"action":"go.videoreplay", "params":{"videoid":"{{video_id}}","videourl":"{{url}}"}}'>
<div class="record-icon"></div>
<img class="main-bg" src="{{image pic 640 640}}" alt="精彩回放">
<p class="main-living">回放</p>
... ...
... ... @@ -30,8 +30,8 @@ $border: #e0e0e0;
top: 30px;
left: 30px;
height: 35px;
padding: 2px 10px 0;
border: 1px solid $white;
padding: 0 10px;
border: 2px solid $white;
border-radius: 20px;
color: $white;
font-size: 22px;
... ... @@ -46,8 +46,7 @@ $border: #e0e0e0;
height: 35px;
width: 70px;
background: $red;
border-radius: 20px;
padding-top: 2px;
border-radius: 15px;
color: $white;
font-size: 22px;
text-align: center;
... ... @@ -91,7 +90,6 @@ $border: #e0e0e0;
font-size: 17.9px;
background: $black;
margin-left: 10px;
padding-top: 2px;
border-radius: 20px;
color: $white;
text-align: center;
... ... @@ -189,7 +187,6 @@ $border: #e0e0e0;
width: 70px;
background: $red;
border-radius: 20px;
padding-top: 2px;
color: $white;
font-size: 22px;
text-align: center;
... ... @@ -286,9 +283,8 @@ $border: #e0e0e0;
left: 220px;
height: 35px;
width: 70px;
border: 1px solid $black;
border: 2px solid $black;
border-radius: 20px;
padding-top: 2px;
font-size: 22px;
line-height: 1.5;
text-align: center;
... ...