Authored by 郝肖肖

'会员权益表格格式修改'

... ... @@ -58,7 +58,7 @@ function droitHtml(contents) {
{title: '使用说明', data: [
'金卡会员每月可享3次普通快递免邮,白金会员每月可享5次顺丰快递免邮(顺丰无法触达地区将改发其他快递)。',
'免邮次数每月一日更新,会员等级升级时,免邮次数当天更新。',
'<span style="color: red;">秒杀、定金预售、限定发售等商品不支持使用免邮次数。</span>',
'秒杀、定金预售、限定发售等商品不支持使用免邮次数。',
]},
],
interlocution: []
... ...
... ... @@ -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;
}
}
}
... ...