Commit 1f0337f6e010c2b5207a1725dfefc1f523ef6904

Authored by 后端研发-倪永富
1 parent 81e52163

充值有礼详情页修改标题间距

packageA/pages/chongzhiDetails/chongzhiDetails.wxml
@@ -23,6 +23,50 @@ @@ -23,6 +23,50 @@
23 <view class="t-r fs24 c-y">数量:1</view> 23 <view class="t-r fs24 c-y">数量:1</view>
24 </view> 24 </view>
25 </view> 25 </view>
  26 +
  27 + <view class="list-item flex">
  28 + <!-- 左 -->
  29 + <view class="avatar"><text class="iconfont icon-meirong2"></text></view>
  30 + <!-- 右 -->
  31 + <view class="info">
  32 + <view class="c-y">美甲</view>
  33 + <view class="fs28 pdv10 txt-justify">节日可免费享受专业美甲,可以享受1次。</view>
  34 + <view class="t-r fs24 c-y">数量:1</view>
  35 + </view>
  36 + </view>
  37 +
  38 + <view class="list-item flex">
  39 + <!-- 左 -->
  40 + <view class="avatar"><text class="iconfont icon-meirong2"></text></view>
  41 + <!-- 右 -->
  42 + <view class="info">
  43 + <view class="c-y">美甲</view>
  44 + <view class="fs28 pdv10 txt-justify">节日可免费享受专业美甲,可以享受1次。</view>
  45 + <view class="t-r fs24 c-y">数量:1</view>
  46 + </view>
  47 + </view>
  48 +
  49 + <view class="list-item flex">
  50 + <!-- 左 -->
  51 + <view class="avatar"><text class="iconfont icon-meirong2"></text></view>
  52 + <!-- 右 -->
  53 + <view class="info">
  54 + <view class="c-y">美甲</view>
  55 + <view class="fs28 pdv10 txt-justify">节日可免费享受专业美甲,可以享受1次。</view>
  56 + <view class="t-r fs24 c-y">数量:1</view>
  57 + </view>
  58 + </view>
  59 +
  60 + <view class="list-item flex">
  61 + <!-- 左 -->
  62 + <view class="avatar"><text class="iconfont icon-meirong2"></text></view>
  63 + <!-- 右 -->
  64 + <view class="info">
  65 + <view class="c-y">美甲</view>
  66 + <view class="fs28 pdv10 txt-justify">节日可免费享受专业美甲,可以享受1次。</view>
  67 + <view class="t-r fs24 c-y">数量:1</view>
  68 + </view>
  69 + </view>
26 </view> 70 </view>
27 71
28 </view> 72 </view>
packageA/pages/chongzhiDetails/chongzhiDetails.wxss
@@ -38,6 +38,7 @@ @@ -38,6 +38,7 @@
38 .title-container { 38 .title-container {
39 padding:40rpx; 39 padding:40rpx;
40 background-color: white; 40 background-color: white;
  41 + letter-spacing:2px;
41 } 42 }
42 43
43 .title { 44 .title {