diff --git a/pages/signup/index.js b/pages/signup/index.js index eb1ee85..79028d8 100644 --- a/pages/signup/index.js +++ b/pages/signup/index.js @@ -11,7 +11,24 @@ Page({ bgColor: '#1a1c26', isShowBg: true, showHomeIcon: false - } + }, + list: [{ + icon: 'iconfont icon-yonghu', + title: '用户全程0负担', + content: '无需额外付费,即可享受报价权益' + },{ + icon: 'iconfont icon-yonghu', + title: '1次覆盖全范围', + content: '权益覆盖空间站所有合作品牌' + },{ + icon: 'iconfont icon-yonghu', + title: '赔付至高2万元', + content: '根据所购车型官方指导价划分,赔付差价' + },{ + icon: 'iconfont icon-yonghu', + title: '保价长达3个月', + content: '自购车之日起(含购车当日)90天' + }] }, /** diff --git a/pages/signup/index.wxml b/pages/signup/index.wxml index ac6a734..611f8b3 100644 --- a/pages/signup/index.wxml +++ b/pages/signup/index.wxml @@ -1,10 +1,36 @@ - - - + + + + 欢迎到访 + 汽车之家空间中·娄底娄星车卖场 + + + + 专属管家 张三 为您服务 + + + + + + + 价格不用比,买贵赔给你 + + + + + {{item.title}} + {{item.content}} + + + + + + + \ No newline at end of file diff --git a/pages/signup/index.wxss b/pages/signup/index.wxss index 5db71d3..d546811 100644 --- a/pages/signup/index.wxss +++ b/pages/signup/index.wxss @@ -1 +1,14 @@ -/* pages/signup/index.wxss */ \ No newline at end of file +/* pages/signup/index.wxss */ + +page{ + background-repeat:no-repeat; + background-position:center bottom; + background-size:cover; + background-color:#1a1c26; + background-image:url('https://img.liche.cn/spacestation/bg.jpg?v=20240526'); + +} + +.card{ + background-image:linear-gradient(to right,#fff,#fff3d4) +} \ No newline at end of file