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
肖亚东
6 years ago
Commit
4db235010502108c954868de836320f281df326a
1 parent
e0fc6b94
验收问题修改
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
9 deletions
pages/zeroSell/components/fellow-official-accounts.wxml
pages/zeroSell/components/product-detail-header.wxml
pages/zeroSell/components/product-detail-header.wxss
pages/zeroSell/components/product-item-header.wxss
pages/zeroSell/components/product-item-status.js
pages/zeroSell/components/fellow-official-accounts.wxml
View file @
4db2350
...
...
@@ -4,7 +4,7 @@
<view>打开微信搜索去添加吧~</view>
</view> -->
<block wx:if="{{!_text}}">
<view class="modal-mask"></view>
<view class="modal-mask"
bindtap="onConfirm"
></view>
<image class="modal-image" src="../images/WXTC@2x.png">
<view class="confirm" bindtap="onConfirm"></view>
</image>
...
...
pages/zeroSell/components/product-detail-header.wxml
View file @
4db2350
...
...
@@ -23,7 +23,7 @@
抽奖价 ¥
<text class="lucky">0</text>
</view>
<view class="product_price">
原价:
<text class="line">{{product.price}}</text></view>
<view class="product_price"><text class="line">{{product.price}}</text></view>
</view>
<view wx:if="{{product.status !== 2 && product.start_time}}" class="product_time">{{helper.formatTime(product.start_time,
product.end_time)}}
...
...
pages/zeroSell/components/product-detail-header.wxss
View file @
4db2350
...
...
@@ -13,21 +13,21 @@
font-size: 28rpx;
font-weight: bold;
word-break:break-all;
color: #
444444
;
color: #
222222
;
}
.product_lucky_bg {
display: flex;
flex-direction: row;
align-items: baseline;
justify-content:
space-between
;
justify-content:
center
;
margin-left: 32rpx;
margin-right: 32rpx;
}
.product_price {
color: #B0B0B0;
font-size:
24
rpx;
font-size:
32
rpx;
font-weight: bold;
margin-left: 20rpx;
...
...
@@ -109,7 +109,8 @@
.product_lucky {
color: #D0021B;
font-size: 24rpx;
font-family: PingFangSC-Semibold;
font-family: PingFangSC-Medium;
font-weight: bold;
display: flex;
flex-direction: row;
align-items: baseline;
...
...
pages/zeroSell/components/product-item-header.wxss
View file @
4db2350
...
...
@@ -72,7 +72,7 @@
.product_lucky {
color: #D0021B;
font-size: 24rpx;
font-family: PingFangSC-
Semibold
;
font-family: PingFangSC-
Medium
;
display: flex;
flex-direction: row;
align-items: baseline;
...
...
pages/zeroSell/components/product-item-status.js
View file @
4db2350
...
...
@@ -13,7 +13,7 @@ Component({
ready
:
function
()
{
let
animation
=
wx
.
createAnimation
({
duration
:
400
,
timingFunction
:
'
ease
'
,
timingFunction
:
'
linear
'
,
});
//放大缩小循环动画
var
next
=
true
;
...
...
@@ -22,7 +22,7 @@ Component({
animation
.
scale
(
1.05
).
step
()
next
=
!
next
;
}
else
{
animation
.
scale
(
1
).
step
()
animation
.
scale
(
1
).
step
(
{
duration
:
250
}
)
next
=
!
next
;
}
this
.
setData
({
...
...
Please
register
or
login
to post a comment