Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
home-with-kids-mp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b61ce41e
authored
2019-11-28 15:15:01 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
da9a4f1f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
src/pages/detail/detail.wxml
src/pages/index/index.scss
src/pages/personal-list/personal-list.scss
src/pages/detail/detail.wxml
View file @
b61ce41
...
...
@@ -8,7 +8,7 @@
<view class="detail">
<video objectFit="cover" class="vid" poster="{{detailData.thumbnail}}" src="{{detailData.videoUrl}}" />
<view class="btn-wrap">
<button open-type="share" class=" btn btn2">
<button open-type="share" class="
ani-scl
btn btn2">
<span class="t1 iconfont iconplane"></span>
<span class="t1">分享给好友</span>
</button>
...
...
src/pages/index/index.scss
View file @
b61ce41
...
...
@@ -41,7 +41,7 @@
.tit
{
position
:
absolute
;
bottom
:
12
px
;
bottom
:
0
px
;
width
:
750px
;
height
:
80px
;
line-height
:
80px
;
...
...
@@ -169,7 +169,7 @@
.van-tab--active
{
color
:
#fc464a
;
color
:
#fc464a
!
important
;
}
.van-hairline--top-bottom
:after
{
...
...
src/pages/personal-list/personal-list.scss
View file @
b61ce41
...
...
@@ -2,7 +2,7 @@
@import
'../../assets/scss/utils'
;
.page
{
$contentWidth
:
730px
;
padding-bottom
:
$pageBottom
;
color
:
#333333
;
...
...
@@ -66,6 +66,10 @@
width
:
$contentWidth
;
background-color
:
#dddddd
;
.img
{
width
:
$contentWidth
;
}
.vid
{
@include
border-top-radius
(
16px
);
width
:
$contentWidth
;
...
...
@@ -90,6 +94,7 @@
.iconfont
{
font-size
:
160px
;
font-weight
:
normal
;
position
:
absolute
;
left
:
0
;
right
:
0
;
...
...
@@ -123,12 +128,13 @@
.name
{
padding-left
:
24px
;
font-size
:
32px
;
@include
ellipsis
(
1
);
}
}
.share
{
font-size
:
30px
;
font-size
:
30px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
...
...
Please
register
or
sign in
to post a comment