From df9471d1b47daa92b6227e7a907c93c1bc9d48c9 Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Fri, 13 Mar 2026 14:25:57 +0800
Subject: [PATCH] Ui
---
static/css/address.css | 68 ++++++++++++++++++++++++++++++++++
1 files changed, 68 insertions(+), 0 deletions(-)
diff --git a/static/css/address.css b/static/css/address.css
new file mode 100644
index 0000000..c87da12
--- /dev/null
+++ b/static/css/address.css
@@ -0,0 +1,68 @@
+page{
+ background-color: #fbf8f8;
+ font-size: 26upx;
+}
+.addrItem{
+ background-color: #ffffff;
+ padding: 30upx 30upx 0 30upx;
+ margin-bottom: 30upx;
+ position: relative;
+}
+.addr-v{
+ margin-bottom: 20upx;
+}
+.addr-v text{
+ margin-right: 20upx;
+}
+.addr-c {
+ border-top: 1px solid #eeeeee;
+ text-align: right;
+ height: 70upx;
+ position: relative;
+}
+.addr-c-main{
+ display: flex;
+ position: absolute;
+ right: 0;
+}
+.addr-c image{
+ width: 34upx;
+ height: 34upx;
+ margin-right: 10upx;
+}
+.addr-c view{
+ height: 70upx;
+ display: flex;
+ align-items: center;
+}
+.addr-c-c{
+ margin-left: 80upx;
+}
+.addr-df{
+ position: absolute;
+ left: 0;
+}
+.rgt{
+ width: 44upx;
+ height: 44upx;
+ position: absolute;
+ right: 30upx;
+ top: 22%;
+}
+
+.addrBtn{
+ width: 100%;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ z-index: 99;
+ height: 90upx;
+ background-color: #e3b400;
+ color: #ffffff;
+ letter-spacing: 10upx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-weight: 700;
+ font-size: 28upx;
+}
\ No newline at end of file
--
Gitblit v1.9.3