From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改
---
miniprogram/pages/user/myself/detail/index.wxss | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 51 insertions(+), 3 deletions(-)
diff --git a/miniprogram/pages/user/myself/detail/index.wxss b/miniprogram/pages/user/myself/detail/index.wxss
index 8b4ea27..5a38263 100644
--- a/miniprogram/pages/user/myself/detail/index.wxss
+++ b/miniprogram/pages/user/myself/detail/index.wxss
@@ -1,17 +1,65 @@
/**index.wxss**/
-.list1{
+.buttonView{
+ margin-top: 1rem;
font-size: 14px;
+ text-align: center;
+ width: 100%;
+ margin-bottom: 1rem;
+}
+.button-sub{
+
+ height: 5vh;
+ line-height: 5vh;
+ text-align: center;
+ left: 0;
+ right: 0;
+ margin: 0 auto;
+ width: 90%;
+ font-size: 13px;
+ color: #6699ff;
+ background-color: white;
+ border: 1px solid #6699ff;
+}
+.isshow-img{
+ margin-top: 1rem;
+}
+.foot{
+ display: flex;
+}
+.title{
+ margin-top: 1rem;
+ font-size: 18px;
+ margin-left: 0.6rem;
+ margin-right: 0.6rem;
+ font-weight: 700;
+}
+.foot-button{
+ margin: 0;
+}
+.list1{
+ align-items: center;
+ justify-content: space-between;
+ margin-left: 0.6rem;
+ margin-right: 0.6rem;
+ display: flex;
+ font-size: 16px;
border-bottom: 1px solid rgba(0,0,0,0.1);
+ margin-top: 1rem;
}
.font-wenzi{
+
margin-bottom: 4px;
}
.content{
- margin-top: 4px;
+ /* margin-top: 4px; */
float: right;
- font-size: 12px;
+ font-size: 16px;
color:rgba(0,0,0,0.7);
}
+.headPortrait{
+ margin-left: 0.5rem;
+ color: blue;
+}
.font-wenzi1{
font-size: 13px;
margin-bottom: 20px;
--
Gitblit v1.8.0