From 6763ddbac0a8df83bfb5191ed99e3dcbdd16beee Mon Sep 17 00:00:00 2001
From: hailu <962012470@qq.com>
Date: 星期五, 13 十月 2023 14:56:54 +0800
Subject: [PATCH] 备份
---
GoldC/pages/person/person.wxss | 34 +++++++++++++++++++++++++++-------
1 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/GoldC/pages/person/person.wxss b/GoldC/pages/person/person.wxss
index 2d584d1..834c5fc 100644
--- a/GoldC/pages/person/person.wxss
+++ b/GoldC/pages/person/person.wxss
@@ -93,8 +93,6 @@
background-color: #fff;
margin: 10px 0;
display: flex;
-
-
}
.header image {
width: 80px;
@@ -111,17 +109,39 @@
.list .item{
width: 100%;
- height: 60px;
- line-height: 60px;
- font-size: 20px;
- margin: 10px 0;
+ height: 50px;
+ line-height: 50px;
+ /* font-size: 18px; */
+ /* margin: 10px 0 0; */
background-color: #fff;
display: flex;
justify-content: space-between;
+ border-bottom: 1px solid #eee;
}
.list .item .text{
margin-left: 10px;
+ /* font-weight: 600; */
+ display: flex;
}
-.list .item .icon{
+.list .item .text image{
+ width: 30px;
+ height: 30px;
+ margin-top: 10px;
+ margin-right: 15px;
+}
+
+.list .item .iconfont{
margin-right: 10px;
+ color: #AFAFAF;
+}
+ .van-dialog__cancel, .van-dialog__confirm {
+ border: 0!important;
+ width: 100%;
+ padding: 0;
+}
+.van-dialog__button {
+
+ flex: 1;
+ width: 50%;
+ margin: 0 auto;
}
\ No newline at end of file
--
Gitblit v1.8.0