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
be3dcffb
authored
2020-01-16 19:01:07 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
66cdc65a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
src/pages/blessing/blessing.scss
src/pages/blessing/blessing.wxml
src/pages/blessing/blessing.scss
View file @
be3dcff
...
...
@@ -131,7 +131,7 @@ $blessContentLabelWidth: 650px;
font-size
:
46px
;
font-weight
:
500
;
text-align
:
center
;
color
:
#
fee085
;
color
:
#
333333
;
width
:
$blessContentWidth
;
margin
:
0
auto
;
}
...
...
@@ -141,7 +141,7 @@ $blessContentLabelWidth: 650px;
font-size
:
48px
;
font-weight
:
600
;
text-align
:
center
;
color
:
#
fee085
;
color
:
#
333333
;
.portrait
{
margin
:
24px
auto
0
;
...
...
@@ -159,7 +159,7 @@ $blessContentLabelWidth: 650px;
font-size
:
48px
;
font-weight
:
500
;
text-align
:
center
;
color
:
#
fee085
;
color
:
#
333333
;
}
&
-edit
{
...
...
@@ -322,7 +322,7 @@ $blessContentLabelWidth: 650px;
font-size
:
48px
;
font-weight
:
500
;
text-align
:
center
;
color
:
#
fee085
;
color
:
#
333333
;
margin-top
:
48px
;
}
}
...
...
src/pages/blessing/blessing.wxml
View file @
be3dcff
...
...
@@ -140,8 +140,10 @@
</view>
</block>
<block wx:else>
<view bindtap="onBlessMakeHandler" class="btn btn2">定制我的祝福</view>
<button open-type="share" class="btn btn2">送祝福给亲友</button>
<view class="btn-wrap">
<view bindtap="onBlessMakeHandler" class="btn btn1">定制我的祝福</view>
<button open-type="share" class="btn btn2">送祝福给亲友</button>
</view>
</block>
</block>
<!-- 组队 -->
...
...
Please
register
or
sign in
to post a comment