From f39ca3c49d26abd10f76fc67506b9c603a13547c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 17 四月 2026 20:20:30 +0800
Subject: [PATCH] 调接口加页面

---
 small-program/unpackage/dist/dev/mp-weixin/pages/settings/settings.wxss |  162 +++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 113 insertions(+), 49 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/settings/settings.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/settings/settings.wxss
index efcb556..872cc23 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/settings/settings.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/settings/settings.wxss
@@ -25,84 +25,148 @@
 /* 鍨傜洿闂磋窛 */
 /* 閫忔槑搴� */
 /* 鏂囩珷鍦烘櫙鐩稿叧 */
-.settings-page.data-v-57211de6 {
-  background: #ffffff;
-  padding: 0 30rpx;
+.box.data-v-57211de6 {
+  width: 100%;
+  padding-top: 40rpx;
   box-sizing: border-box;
 }
-.avatar-section.data-v-57211de6 {
-  margin-top: 40rpx;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
+.box .tc.data-v-57211de6 {
+  width: calc(100vw - 148rpx);
 }
-.avatar-image.data-v-57211de6 {
+.box .tc .tc-btn.data-v-57211de6 {
+  width: 100%;
+  height: 102rpx;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  border-top: 1rpx solid #EEEEEE;
+}
+.box .tc .tc-btn .tc-btn-item.data-v-57211de6 {
+  flex: 1;
+  height: 100%;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  font-weight: 400;
+  font-size: 32rpx;
+  color: #666666;
+  border-right: 1rpx solid #EEEEEE;
+}
+.box .tc .tc-btn .tc-btn-item.data-v-57211de6:last-child {
+  border: none !important;
+}
+.box .tc .tc-contemt.data-v-57211de6 {
+  width: 100%;
+  padding: 40rpx 0;
+  box-sizing: border-box;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  flex-direction: column;
+}
+.box .tc .tc-contemt .tc-contemt-title.data-v-57211de6 {
+  width: 100%;
+  text-align: center;
+  font-weight: 600;
+  font-size: 32rpx;
+  color: #111111;
+}
+.box .tc .tc-contemt .tc-contemt-nr.data-v-57211de6 {
+  width: 472rpx;
+  text-align: center;
+  font-weight: 400;
+  font-size: 28rpx;
+  color: #333333;
+  margin-top: 40rpx;
+}
+.box .loginOut.data-v-57211de6 {
+  position: fixed;
+  left: 50%;
+  bottom: calc(40rpx + env(safe-area-inset-bottom));
+  -webkit-transform: translate(-50%, 0);
+          transform: translate(-50%, 0);
+  width: 200rpx;
+  height: 72rpx;
+  line-height: 72rpx;
+  text-align: center;
+  border-radius: 36rpx;
+  font-weight: 400;
+  font-size: 28rpx;
+  color: #333333;
+  border: 1rpx solid #999999;
+}
+.box .box-tx.data-v-57211de6 {
+  width: 100%;
+  display: flex;
+  align-items: center;
+  flex-direction: column;
+  justify-content: center;
+}
+.box .box-tx .box-tx-image.data-v-57211de6 {
   width: 160rpx;
   height: 160rpx;
   border-radius: 50%;
   overflow: hidden;
 }
-.change-avatar-btn.data-v-57211de6 {
+.box .box-tx .box-tx-image image.data-v-57211de6 {
+  width: 100%;
+}
+.box .box-tx button.data-v-57211de6 {
   width: 136rpx;
+  padding: 0;
   height: 48rpx;
+  line-height: 48rpx;
+  text-align: center;
   border-radius: 32rpx;
-  border: 1rpx solid #10B2FA;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-size: 26rpx;
-  color: #10B2FA;
+  border: 1rpx solid #004096;
+  font-weight: 400;
+  font-size: 24rpx;
+  color: #004096;
   margin-top: 24rpx;
 }
-.settings-list.data-v-57211de6 {
-  margin-top: 56rpx;
+.box .list.data-v-57211de6 {
+  width: 100%;
+  padding: 0 30rpx;
+  box-sizing: border-box;
+  display: flex;
+  flex-direction: column;
+  margin-top: 60rpx;
 }
-.settings-row.data-v-57211de6 {
+.box .list .list-item.data-v-57211de6 {
+  width: 100%;
   height: 98rpx;
-  border-bottom: 1rpx solid #E5E5E5;
   display: flex;
   align-items: center;
   justify-content: space-between;
+  border-bottom: 1rpx solid #E5E5E5;
 }
-.row-label.data-v-57211de6 {
+.box .list .list-item .list-item-label.data-v-57211de6 {
+  flex-shrink: 0;
   font-weight: 400;
   font-size: 30rpx;
   color: #111111;
+  width: 200rpx;
 }
-.row-right.data-v-57211de6 {
+.box .list .list-item .list-item-val.data-v-57211de6 {
+  flex: 1;
   display: flex;
   align-items: center;
-  gap: 8rpx;
+  justify-content: flex-end;
 }
-.row-value.data-v-57211de6 {
+.box .list .list-item .list-item-val text.data-v-57211de6 {
+  font-weight: 400;
+  font-size: 28rpx;
+  color: #333333;
+}
+.box .list .list-item .list-item-val input.data-v-57211de6 {
+  width: 100%;
+  text-align: right;
   font-weight: 400;
   font-size: 28rpx;
   color: #111111;
 }
-.row-value.placeholder.data-v-57211de6 {
-  font-weight: 400;
-  font-size: 28rpx;
-  color: #999999;
-}
-.logout-wrap.data-v-57211de6 {
-  position: fixed;
-  bottom: calc(40rpx + env(safe-area-inset-bottom));
-  left: 30rpx;
-  width: calc(100% - 60rpx);
-  display: flex;
-  justify-content: center;
-}
-.logout-btn.data-v-57211de6 {
-  width: 200rpx;
-  height: 72rpx;
-  border-radius: 36rpx;
-  border: 1rpx solid #999999;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 400;
-  font-size: 28rpx;
-  color: #333333;
-  box-sizing: border-box;
+.box .list .list-item .list-item-val image.data-v-57211de6 {
+  width: 40rpx;
+  height: 40rpx;
 }
 

--
Gitblit v1.9.3