| | |
| | | <text>套餐</text> |
| | | </view> |
| | | <view class="flex flex-v content-box-row" v-for="item in 2"> |
| | | <view class="font-12 flex align-center justify-between"> |
| | | <view class="font-14 flex align-center justify-between"> |
| | | <text>时尚补水套餐</text> |
| | | <text class="red">即将过期</text> |
| | | </view> |
| | |
| | | <text class="font-10 gray mt-5">有效期至: 2021-01-02</text> |
| | | <view class="mt-5 flex align-center justify-between"> |
| | | <text class="font-12 blue">剩余次数: 2次</text> |
| | | <view> |
| | | <text class="iconfont iconjian blue-outline-btn-circle mr-20"></text> |
| | | <text class="iconfont iconjia blue-btn-circle"></text> |
| | | <view class="flex align-center justify-end mt-10"> |
| | | <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> |
| | | <text>1</text> |
| | | <text class="iconfont iconjia blue-btn-circle ml-10"></text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <text class="font-10 gray mt-5">有效期至: 2021-01-02</text> |
| | | <view class="mt-5 flex align-center justify-between"> |
| | | <text class="font-12 blue">剩余次数: 2次</text> |
| | | <view> |
| | | <text class="iconfont iconjian blue-outline-btn-circle mr-20"></text> |
| | | <text class="iconfont iconjia blue-btn-circle"></text> |
| | | <view class="flex align-center justify-end mt-10"> |
| | | <text class="iconfont iconjian blue-outline-btn-circle mr-10"></text> |
| | | <text>1</text> |
| | | <text class="iconfont iconjia blue-btn-circle ml-10"></text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | <text class="font-14 blue ml-10">¥110.00</text> |
| | | </view> |
| | | <navigator url="./confirmService" hover-class="none"> |
| | | <navigator url="../confirmOrder"> |
| | | <button class="blue-btn btn mr-0">提交订单</button> |
| | | </navigator> |
| | | </view> |
| | |
| | | padding-bottom: 5px; |
| | | } |
| | | .content{ |
| | | padding: 10px; |
| | | padding: 10px 10px 65px; |
| | | } |
| | | .content-box{ |
| | | background: #FFFFFF; |
| | |
| | | .shopping{ |
| | | background: #FFFFFF; |
| | | padding: 10px 10px; |
| | | position: fixed; |
| | | bottom: 0; |
| | | left: 0; |
| | | right: 0; |
| | | } |
| | | .shopping-icon{ |
| | | font-size: 28px; |
| | |
| | | right: -10px; |
| | | top: -10px; |
| | | } |
| | | .btn{ |
| | | border-radius: 20px; |
| | | line-height: 34px; |
| | | padding: 0 24px; |
| | | font-size: 14px; |
| | | } |
| | | </style> |