From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug

---
 small-program/unpackage/dist/dev/mp-weixin/pages/settings/settings.wxss |  172 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 172 insertions(+), 0 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
new file mode 100644
index 0000000..6288313
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/settings/settings.wxss
@@ -0,0 +1,172 @@
+@charset "UTF-8";
+/**
+ * 杩欓噷鏄痷ni-app鍐呯疆鐨勫父鐢ㄦ牱寮忓彉閲�
+ *
+ * uni-app 瀹樻柟鎵╁睍鎻掍欢鍙婃彃浠跺競鍦猴紙https://ext.dcloud.net.cn锛変笂寰堝涓夋柟鎻掍欢鍧囦娇鐢ㄤ簡杩欎簺鏍峰紡鍙橀噺
+ * 濡傛灉浣犳槸鎻掍欢寮�鍙戣�咃紝寤鸿浣犱娇鐢╯css棰勫鐞嗭紝骞跺湪鎻掍欢浠g爜涓洿鎺ヤ娇鐢ㄨ繖浜涘彉閲忥紙鏃犻渶 import 杩欎釜鏂囦欢锛夛紝鏂逛究鐢ㄦ埛閫氳繃鎼Н鏈ㄧ殑鏂瑰紡寮�鍙戞暣浣撻鏍间竴鑷寸殑App
+ *
+ */
+/**
+ * 濡傛灉浣犳槸App寮�鍙戣�咃紙鎻掍欢浣跨敤鑰咃級锛屼綘鍙互閫氳繃淇敼杩欎簺鍙橀噺鏉ュ畾鍒惰嚜宸辩殑鎻掍欢涓婚锛屽疄鐜拌嚜瀹氫箟涓婚鍔熻兘
+ *
+ * 濡傛灉浣犵殑椤圭洰鍚屾牱浣跨敤浜唖css棰勫鐞嗭紝浣犱篃鍙互鐩存帴鍦ㄤ綘鐨� scss 浠g爜涓娇鐢ㄥ涓嬪彉閲忥紝鍚屾椂鏃犻渶 import 杩欎釜鏂囦欢
+ */
+/* uni.scss */
+/* 棰滆壊鍙橀噺 */
+/* 琛屼负鐩稿叧棰滆壊 */
+/* 鏂囧瓧鍩烘湰棰滆壊 */
+/* 鑳屾櫙棰滆壊 */
+/* 杈规棰滆壊 */
+/* 灏哄鍙橀噺 */
+/* 鏂囧瓧灏哄 */
+/* 鍥剧墖灏哄 */
+/* Border Radius */
+/* 姘村钩闂磋窛 */
+/* 鍨傜洿闂磋窛 */
+/* 閫忔槑搴� */
+/* 鏂囩珷鍦烘櫙鐩稿叧 */
+.box.data-v-57211de6 {
+  width: 100%;
+  padding-top: 40rpx;
+  box-sizing: border-box;
+}
+.box .tc.data-v-57211de6 {
+  width: calc(100vw - 148rpx);
+}
+.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;
+}
+.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;
+  font-weight: 400;
+  font-size: 24rpx;
+  color: #10B2FA;
+  margin-top: 24rpx;
+}
+.box .list.data-v-57211de6 {
+  width: 100%;
+  padding: 0 30rpx;
+  box-sizing: border-box;
+  display: flex;
+  flex-direction: column;
+  margin-top: 60rpx;
+}
+.box .list .list-item.data-v-57211de6 {
+  width: 100%;
+  height: 98rpx;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  border-bottom: 1rpx solid #E5E5E5;
+}
+.box .list .list-item .list-item-label.data-v-57211de6 {
+  flex-shrink: 0;
+  font-weight: 400;
+  font-size: 30rpx;
+  color: #111111;
+  width: 200rpx;
+}
+.box .list .list-item .list-item-val.data-v-57211de6 {
+  flex: 1;
+  display: flex;
+  align-items: center;
+  justify-content: flex-end;
+}
+.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;
+}
+.box .list .list-item .list-item-val image.data-v-57211de6 {
+  width: 40rpx;
+  height: 40rpx;
+}
+

--
Gitblit v1.9.3