Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-luck
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lea guo
2019-08-08 14:40:36 +0800
Commit
41b48dc0a6997e54d83bc74bc3f6fc052bd7c886
1 parent
bd8562ee
yohood抽奖样式优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
pages/zeroSell/components/yohoodLottery/product-detail-header.js
pages/zeroSell/components/yohoodLottery/product-detail-header.wxss
pages/zeroSell/components/yohoodLottery/product-detail-header.js
View file @
41b48dc
...
...
@@ -11,7 +11,7 @@ Component({
if
(
status
===
1
&&
endTime
)
{
nextActivityTime
=
`
$
{
formatTimeByDefined
(
startTime
,
'Y
-M-
D h:m'
,
'Y
.M.
D h:m'
,
)}
-
$
{
formatTimeByDefined
(
endTime
,
'h:m'
)}
`
;
}
this
.
setData
({
...
...
pages/zeroSell/components/yohoodLottery/product-detail-header.wxss
View file @
41b48dc
...
...
@@ -160,9 +160,10 @@
border-radius: 20rpx;
height: 30rpx;
padding: 5rpx 20rpx;
vertical-align: middle;
font-size: 24rpx;
margin-bottom: 20rpx;
display: flex;
align-items: center;
}
.next-time {
font-size: 36rpx;
...
...
Please
register
or
login
to post a comment