C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.2 KiB

  1. <view class='headerbg'>
  2. <image src="./../../assets/img/myspeacial.jpg" mode='widthFix'></image>
  3. </view>
  4. <view class='con'>
  5. <view class="title">以下为商城会员对应门店的优惠折扣</view>
  6. </view>
  7. <view class='cards clearfix'>
  8. <view class='card'>
  9. <view class='txt01'>
  10. <view class="triangle">
  11. <text><i>></i></text>
  12. </view>
  13. <view class='discount'>
  14. <text style='display:inline-block;'>7.9</text>折</view>
  15. <text class='cardtype'>缤纷卡</text>
  16. <text class='tit'>美车堂</text>
  17. <view class='clearfix footer'>
  18. <text class='fl'>A座1012号</text>
  19. <image class="fr" src='./../../assets/img/telicon.png' mode='widthFix'></image>
  20. </view>
  21. </view>
  22. </view>
  23. <view class='card'>
  24. <view class='txt01'>
  25. <view class="triangle">
  26. <text><i>></i></text>
  27. </view>
  28. <view class='discount'>
  29. <text style='display:inline-block;'>7.9</text>折</view>
  30. <text class='cardtype'>缤纷卡</text>
  31. <text class='tit'>美车堂</text>
  32. <view class='clearfix footer'>
  33. <text class='fl'>A座1012号</text>
  34. <image class="fr" src='./../../assets/img/telicon.png' mode='widthFix'></image>
  35. </view>
  36. </view>
  37. </view>
  38. <view class='card'>
  39. <view class='txt01'>
  40. <view class="triangle">
  41. <text><i>></i></text>
  42. </view>
  43. <view class='discount'>
  44. <text style='display:inline-block;'>7.9</text>折</view>
  45. <text class='cardtype'>缤纷卡</text>
  46. <text class='tit'>美车堂</text>
  47. <view class='clearfix footer'>
  48. <text class='fl'>A座1012号</text>
  49. <image class="fr" src='./../../assets/img/telicon.png' mode='widthFix'></image>
  50. </view>
  51. </view>
  52. </view>
  53. <view class='card'>
  54. <view class='txt01'>
  55. <view class="triangle">
  56. <text><i>></i></text>
  57. </view>
  58. <view class='discount'>
  59. <text style='display:inline-block;'>7.9</text>折</view>
  60. <text class='cardtype'>缤纷卡</text>
  61. <text class='tit'>美车堂</text>
  62. <view class='clearfix footer'>
  63. <text class='fl'>A座1012号</text>
  64. <image class="fr" src='./../../assets/img/telicon.png' mode='widthFix'></image>
  65. </view>
  66. </view>
  67. </view>
  68. </view>