fix(custom): 修复若干问题

This commit is contained in:
2024-03-07 18:55:38 +08:00
parent fbbdecf2e0
commit 714b980b28
21 changed files with 292 additions and 155 deletions

View File

@@ -3,7 +3,21 @@ page {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.topTips {
box-sizing: border-box;
width: 100%;
background-color: #ff0000;
color: #ffffff;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
image {
width: 150px;
height: 150px;
}
}
.tabs {
display: flex;
justify-content: space-between;

View File

@@ -1,5 +1,17 @@
<template>
<view>
<view class="topTips">
<view>
<view style="font-weight: bold">订单信息</view>
<view style="font-size: 15px"
>总赠送游戏豆{{ 0 }}
</view>
<view style="font-size: 15px"
>总计积分{{ 0 }}
</view>
</view>
<image src="../static/user/order_list_top.png" />
</view>
<view class="tabs">
<view
class="item"