소스 검색

[兑换][增加]:[增加兑换的温馨提示]

tags/C.10.02
meo 5 년 전
부모
커밋
9456bce34c
2개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      pages/exchange/exchange.wxml
  2. +17
    -0
      pages/exchange/exchange.wxss

+ 5
- 0
pages/exchange/exchange.wxml 파일 보기

@@ -2,4 +2,9 @@
<view class="section" style="padding-top:{{navigationBarHeight}};">
<input placeholder="请输入兑换码" clearable/>
<button type="text" size="{{primarySize}}" style="background:#FD832D;color:#fff;" bindtap="exchange">兑换</button>
</view>
<view class="comment">
<text class="txt1">如何获取兑换码?</text>
<text class="txt2">1.实体卡卡密可刮开卡背面涂层查看;</text>
<text class="txt3">2.自己购买的电子卡,可到 我的订单 或 短信 查看详情;</text>
</view>

+ 17
- 0
pages/exchange/exchange.wxss 파일 보기

@@ -19,4 +19,21 @@
height: 74rpx;
line-height: 74rpx;
font-size: 30rpx;
}
.comment{
padding: 0 20rpx;
margin-top: 60rpx;
}
.comment text{
display: block;
}
.txt1{
margin-top: 30rpx;
font-size: 34rpx;
margin-bottom: 20rpx;
}
.txt2,.txt3{
font-size: 30rpx;
line-height: 40rpx;
color: #999;
}

불러오는 중...
취소
저장