diff --git a/gasStation-uni/pagesMy/Coupons/details.vue b/gasStation-uni/pagesMy/Coupons/details.vue new file mode 100644 index 000000000..a1ed67fc4 --- /dev/null +++ b/gasStation-uni/pagesMy/Coupons/details.vue @@ -0,0 +1,97 @@ + + + + + diff --git a/gasStation-uni/pagesMy/invite/invite.vue b/gasStation-uni/pagesMy/invite/invite.vue index 1c2f6536a..bc11379a9 100644 --- a/gasStation-uni/pagesMy/invite/invite.vue +++ b/gasStation-uni/pagesMy/invite/invite.vue @@ -22,45 +22,49 @@ 立即分享 - - - - 面对面邀请 - - - - - - + + + 推荐会员消费有礼 + + 详情 + + + + 赠送优惠券 + 50元优惠券 + + + 会员卡详情 + + + 特权说明 + 加油立享优惠 + + + 有效期 + 长期有效 + + + 使用须知 + 仅限个人使用 + + + + + 适用门店 + + 导航 + + + 中建锦绣广场二期站 + 山东省济南市槐荫区 | 3.0km + - - - 邀请记录 - - - - - - - - {{item.inviteeUserName}} - - - - - - {{item.createTime}} - - - + @@ -229,10 +233,6 @@ .hbbox { width: 95%; margin: 0px auto; - height: 200px; - - - } .faimg { @@ -407,6 +407,45 @@ justify-content: center; background: #FF9655; color: #fff; + margin: 10px auto; + } + + .h_bs { + width: 95%; + display: flex; + align-items: center; + justify-content: space-between; + margin: 10px auto; + } + + .si_ { + background: #fff; + width: 95%; + margin: 10px auto; + display: flex; + align-items: center; + justify-content: space-between; + padding: 10px; + font-size: 14px; + color: #333333; + box-sizing: border-box; + } + + .si_t { + background: #fff; + width: 95%; + margin: 10px auto; + padding: 10px; + font-size: 14px; + color: #333333; + box-sizing: border-box; + + } + + .title_ { + font-weight: 600; + font-size: 14px; + color: #333333; } button { @@ -418,4 +457,32 @@ padding: 0px !important; background-color: transparent; } - \ No newline at end of file + + .hui-size { + font-size: 12px; + color: #999999; + } + + .d-s { + display: flex; + align-items: center; + } + + .backf { + background: #fff; + width: 95%; + margin: 10px auto; + } + + .n_hang { + display: flex; + align-items: center; + justify-content: space-between; + font-size: 14px; + color: #333333; + box-sizing: border-box; + padding: 10px; + border-bottom: 1px solid #EEEEEE; + width: 100%; + } +