Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郝肖肖
7 years ago
Commit
2a807bac8067b6a20eda8240cc5e0a6ca726417d
1 parent
689f20cd
'会员权益表格格式修改'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
apps/activity/models/droit-util.js
public/scss/activity/grade-droit.page.css
apps/activity/models/droit-util.js
View file @
2a807ba
...
...
@@ -58,7 +58,7 @@ function droitHtml(contents) {
{
title
:
'使用说明'
,
data
:
[
'金卡会员每月可享3次普通快递免邮,白金会员每月可享5次顺丰快递免邮(顺丰无法触达地区将改发其他快递)。'
,
'免邮次数每月一日更新,会员等级升级时,免邮次数当天更新。'
,
'
<span style="color: red;">秒杀、定金预售、限定发售等商品不支持使用免邮次数。</span>
'
,
'
秒杀、定金预售、限定发售等商品不支持使用免邮次数。
'
,
]},
],
interlocution
:
[]
...
...
public/scss/activity/grade-droit.page.css
View file @
2a807ba
...
...
@@ -95,7 +95,7 @@
td
{
width
:
23%
;
text-align
:
center
;
border
:
1px
solid
#
000
;
border
:
1px
solid
#
f2f2f2
;
}
th
{
...
...
@@ -106,6 +106,10 @@
td
:nth-child
(
2
)
{
width
:
31%
;
}
tr
:first-child
th
{
border-bottom
:
none
;
}
}
}
...
...
Please
register
or
login
to post a comment