样式优化
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
// @use '../../scss/common.scss' as *;
|
// @use '../../scss/common.scss' as *;
|
||||||
|
|
||||||
.wallet_page {
|
.wallet_page {
|
||||||
|
height: 100vh;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
padding: 0 5px 5px;
|
padding-bottom: 5px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
@@ -15,7 +16,7 @@
|
|||||||
background: #000;
|
background: #000;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding: 12px 20px 32px;
|
padding: 12px 20px 32px;
|
||||||
margin-bottom: 8px;
|
margin: 5px 5px 8px 5px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
.card_header {
|
.card_header {
|
||||||
@@ -107,6 +108,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
padding: 0 5px;
|
||||||
|
|
||||||
.function_item {
|
.function_item {
|
||||||
background: white;
|
background: white;
|
||||||
@@ -152,6 +154,7 @@
|
|||||||
border: 0.5px solid #EBEBEB;
|
border: 0.5px solid #EBEBEB;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
margin: 0 5px;
|
||||||
|
|
||||||
.history_header {
|
.history_header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -430,7 +430,7 @@ const WalletPage: React.FC = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ScrollView className="wallet_page" scrollY enhanced showScrollbar={false}>
|
<ScrollView className="wallet_page" scrollY>
|
||||||
{/* 钱包主卡片 */}
|
{/* 钱包主卡片 */}
|
||||||
<View className="wallet_main_card">
|
<View className="wallet_main_card">
|
||||||
{/* 头部信息 */}
|
{/* 头部信息 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user