|
|
@@ -14,6 +14,39 @@
|
|
|
渠道返回,请注意查收</span
|
|
|
>
|
|
|
</div>
|
|
|
+ <div class="bor"></div>
|
|
|
+ <div class="con">
|
|
|
+ <div class="price">
|
|
|
+ <p>退款总金额</p>
|
|
|
+ <span>¥970</span>
|
|
|
+ </div>
|
|
|
+ <div class="box-tit">
|
|
|
+ <div>
|
|
|
+ <img src="/native/tabbar/icon_kapai_shangjia_da@3x.png" alt="" />
|
|
|
+ <p>光之城卡牌</p>
|
|
|
+ </div>
|
|
|
+ <div class="box-tit-seller">联系卖家</div>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <div class="box-con">
|
|
|
+ <div class="box-con-Cards">
|
|
|
+ <img src="../native/imgs/marker.png" alt="" />
|
|
|
+ <div class="box-con-right">
|
|
|
+ <p class="box-con-tit">1105皇权破晓</p>
|
|
|
+ <div class="box-con-today">
|
|
|
+ <p>卡盒选号:卡包02—A</p>
|
|
|
+ </div>
|
|
|
+ <div class="box-con-money">
|
|
|
+ <div class="box-con-num">
|
|
|
+ <p>¥320</p>
|
|
|
+ </div>
|
|
|
+ <p>×1</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -23,9 +56,8 @@ export default {
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
.apply {
|
|
|
- margin: 0 20px;
|
|
|
.top {
|
|
|
- margin: 30px 40px 16px 40px;
|
|
|
+ margin: 30px 60px 16px;
|
|
|
img {
|
|
|
width: 60px;
|
|
|
height: 60px;
|
|
|
@@ -46,5 +78,108 @@ export default {
|
|
|
line-height: 24px;
|
|
|
}
|
|
|
}
|
|
|
+ .bor {
|
|
|
+ height: 5px;
|
|
|
+ background: #f5f7fa;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .con {
|
|
|
+ padding: 0 20px;
|
|
|
+ .price {
|
|
|
+ .flex();
|
|
|
+ line-height: 70px;
|
|
|
+ color: #f42202;
|
|
|
+ justify-content: space-between;
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .box-tit {
|
|
|
+ margin: 21px 0 16px 0;
|
|
|
+ .flex();
|
|
|
+ justify-content: space-between;
|
|
|
+ div {
|
|
|
+ .flex();
|
|
|
+ img {
|
|
|
+ width: 17px;
|
|
|
+ height: 17px;
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000000;
|
|
|
+ margin-left: 2px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .box-tit-seller {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #000;
|
|
|
+ line-height: 22px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .box-con {
|
|
|
+ height: 160px;
|
|
|
+ background: #ffffff;
|
|
|
+ border-radius: 12px;
|
|
|
+ .box-con-Cards {
|
|
|
+ display: flex;
|
|
|
+ img {
|
|
|
+ width: 62px;
|
|
|
+ height: 90px;
|
|
|
+ border-radius: 6px;
|
|
|
+ }
|
|
|
+ .box-con-right {
|
|
|
+ width: 237px;
|
|
|
+ margin-left: 8px;
|
|
|
+ .box-con-tit {
|
|
|
+ font-size: 16px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #000000;
|
|
|
+ margin: 5px 0 10px 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .box-con-today {
|
|
|
+ .flex();
|
|
|
+ height: 30px;
|
|
|
+ background: #f5f7fa;
|
|
|
+ border-radius: 6px;
|
|
|
+ width: 142px;
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #303133;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .box-con-money {
|
|
|
+ .flex();
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 28px;
|
|
|
+ .box-con-num {
|
|
|
+ .flex();
|
|
|
+ img {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: normal;
|
|
|
+ color: #c8c9cc;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #c8c9cc;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|