diff --git a/combining.css b/combining.css index 4cb3e4e..c50cb5a 100644 --- a/combining.css +++ b/combining.css @@ -116,7 +116,7 @@ body { font-size: 0.12rem; margin-top: 0.08rem; color: #666666; - max-width: 82%; + width: 82%; margin: 0 auto; word-spacing: 0.05rem; line-height: 0.18rem; diff --git a/combining.html b/combining.html index 5f945bc..44d1809 100644 --- a/combining.html +++ b/combining.html @@ -60,7 +60,8 @@

生效时间:{{goods.group_info.time_limit.effect_time.start_time}} ~ {{goods.group_info.time_limit.effect_time.end_time}},逾期不可领取

-

+

领取时间:{{goods.group_info.time_limit.receive_time.start_time}} ~ {{goods.group_info.time_limit.receive_time.end_time}}

diff --git a/combining.scss b/combining.scss index 5aea7bb..c63e589 100644 --- a/combining.scss +++ b/combining.scss @@ -117,7 +117,7 @@ body { font-size: 0.12rem; margin-top: 0.08rem; color: #666666; - max-width: 82%; + width: 82%; margin: 0 auto; word-spacing: 0.05rem; line-height: 0.18rem;