Authored by 肖亚东

验收问题修改

... ... @@ -56,7 +56,7 @@
{{#ifcond pageGo '===' 4}}
<div class="status-text">拼团成功</div>
<a href="../group/list?activityId={{activityId}}" class="status-btn">查看更多拼团活动</a>
<a href="/activity/group" class="status-btn">查看更多拼团活动</a>
{{/ifcond}}
{{#ifcond pageGo '===' 5}}
... ... @@ -68,12 +68,12 @@
{{#ifcond pageGo '===' 6}}
<div class="status-text">拼团失败</div>
<a href="../group/list?activityId={{activityId}}" class="status-btn">查看更多拼团活动</a>
<a href="/activity/group" class="status-btn">查看更多拼团活动</a>
{{/ifcond}}
{{#ifcond pageGo '===' 7}}
<div class="status-text">拼团失败</div>
<a href="../group/list?activityId={{activityId}}" class="status-btn">查看更多拼团活动</a>
<a href="/activity/group" class="status-btn">查看更多拼团活动</a>
{{/ifcond}}
<a class="tip" href="https://m.yohobuy.com/activity/feature/1555.html?nodownload=1">支付开团-支付参团-凑齐人数发货-凑不齐退款 玩法介绍》</a>
... ...
... ... @@ -8,7 +8,7 @@
</div>
<div id="fellow-guide" class="js-fellow-guide" style="display: none">
<div class="fellow-guide-bg"></div>
<div class="js-fellow-guide-bg"></div>
<div class="fellow-guide">
<div class="js-fellow-ok"></div>
</div>
... ...
... ... @@ -201,7 +201,7 @@ if (+fellowInfo.type === 2) {
}
// 隐藏关注公众号引导
$('.js-fellow-guide').on('click', '.js-fellow-ok', function() {
$('.js-fellow-guide').on('click', '.js-fellow-ok,.js-fellow-guide-bg', function() {
$fellowGuide.hide();
});
... ...
... ... @@ -14,23 +14,24 @@
color: #444;
margin-left: 32px;
margin-right: 32px;
text-align: left;
text-align: center;
}
.product_lucky_bg {
display: flex;
flex-direction: row;
align-items: baseline;
justify-content: space-between;
justify-content: center;
margin-left: 32px;
margin-right: 32px;
}
.product_price {
color: #b0b0b0;
font-size: 30px;
font-size: 32px;
margin-left: 20px;
text-decoration: line-through;
font-weight: bold;
}
.product_time {
... ...
... ... @@ -14,8 +14,8 @@
.ok {
color: white;
background-color: #d0021b;
-webkit-animation: product-status-ok-animate 0.6s infinite;
animation: product-status-ok-animate 0.6s infinite;
-webkit-animation: product-status-ok-animate 0.8s linear infinite;
animation: product-status-ok-animate 0.8s linear infinite;
}
.cancel {
... ... @@ -23,12 +23,12 @@
}
}
@keyframes product-status-ok-animate {
@-webkit-keyframes product-status-ok-animate {
0% {
transform: scale(1);
}
50% {
70% {
transform: scale(1.05);
}
... ...
... ... @@ -144,7 +144,7 @@
top: 350px;
}
.fellow-guide-bg {
.js-fellow-guide-bg {
width: 100%;
height: 100%;
position: fixed;
... ...
... ... @@ -99,7 +99,7 @@
left: 0;
bottom: 0;
width: 100%;
height: 100px;
height: 98px;
background-color: white;
border-top: 1px solid #e0e0ee;
display: flex;
... ...