Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"usingComponents": {},
"navigationBarTitleText": "channel-live",
"renderer": "webview"
"componentFramework": "glass-easel",
"renderer": "skyline",
"navigationStyle": "custom"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<view>
<channel-live
feed-id="export/UzFfAgtgekIEAQAAAAAA7UEOPV-7TQAAAAstQy6ubaLX4KHWvLEZgBPEiYIALRwBBP6BzNPgMIspjeQfphOob7LuGRJz_8UF"
finder-user-name="sphiUesg6A9wDtl"
></channel-live>
</view>
<import src="../../../../common/head.wxml" />
<import src="../../../../common/foot.wxml" />

<mp-navigation-bar title="channel-live" back="{{true}}"></mp-navigation-bar>
<template is="head" data="{{title: 'channel-live'}}"/>
<scroll-view class="page-scroll-view" scroll-y type="list">
<view class="container page" data-weui-theme="{{theme}}">
<view class="page-body">
<view class="page-section page-section-spacing">
<channel-live
style="width: 300px; height: 500px"
feed-id="export/UzFfAgtgekIEAQAAAAAA7UEOPV-7TQAAAAstQy6ubaLX4KHWvLEZgBPEiYIALRwBBP6BzNPgMIspjeQfphOob7LuGRJz_8UF"
finder-user-name="sphiUesg6A9wDtl"
></channel-live>
</view>
</view>
<template is="foot" />
</view>
</scroll-view>
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
.intro {
margin: 30px;
text-align: center;
@import "../../../../common/reset.wxss";

.page-section-title{
padding: 0;
}
button {
width: 240px !important;
margin-top: 40px;
line-height: 40px;
.page-section-title{
margin-top: 30px;
position: relative;
}
view {
text-align: center;
margin-top: 50px;
.page-foot{
margin-top: 25px;
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"usingComponents": {},
"navigationBarTitleText": "channel-video",
"renderer": "webview"
"componentFramework": "glass-easel",
"renderer": "skyline",
"navigationStyle": "custom"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
<view>
<channel-video
feed-id="{{feedId}}"
finder-user-name="sphiUesg6A9wDtl"
autoplay="{{false}}"
></channel-video>
</view>
<import src="../../../../common/head.wxml" />
<import src="../../../../common/foot.wxml" />

<mp-navigation-bar title="channel-video" back="{{true}}"></mp-navigation-bar>
<template is="head" data="{{title: 'channel-video'}}"/>
<scroll-view class="page-scroll-view" scroll-y type="list">
<view class="container page" data-weui-theme="{{theme}}">
<view class="page-body">
<view class="page-section page-section-spacing channel-video">
<channel-video
feed-id="{{feedId}}"
finder-user-name="sphiUesg6A9wDtl"
autoplay="{{false}}"
></channel-video>
</view>
</view>
<template is="foot"/>
</view>
</scroll-view>
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
.intro {
margin: 30px;
text-align: center;
}
button {
width: 240px !important;
margin-top: 40px;
line-height: 40px;
}
view {
text-align: center;
margin-top: 50px;
}

@import "../../../../common/reset.wxss";

.page-section-title{
padding: 0;
}
.page-section-title{
margin-top: 30px;
position: relative;
}
.page-foot{
margin-top: 25px;
}