From bbd9c436f23f5fdbe712c4a22d90b457066bdf38 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 17 七月 2025 19:25:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.wxss |  130 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 130 insertions(+), 0 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.wxss
new file mode 100644
index 0000000..fbe672f
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/set-up/set-up.wxss
@@ -0,0 +1,130 @@
+@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 */
+/* 姘村钩闂磋窛 */
+/* 鍨傜洿闂磋窛 */
+/* 閫忔槑搴� */
+/* 鏂囩珷鍦烘櫙鐩稿叧 */
+.setup.data-v-a5f981f4 {
+  width: 100%;
+  padding: 0 40rpx;
+  box-sizing: border-box;
+}
+.setup .setup-tx.data-v-a5f981f4 {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: center;
+  margin-top: 64rpx;
+}
+.setup .setup-tx .setup-tx-image.data-v-a5f981f4 {
+  width: 160rpx;
+  height: 160rpx;
+  border-radius: 50%;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  overflow: hidden;
+  background: rgba(91, 190, 56, 0.3);
+  border: 2rpx solid rgba(91, 190, 56, 0.35);
+}
+.setup .setup-tx .setup-tx-image image.data-v-a5f981f4 {
+  width: 100%;
+}
+.setup .setup-tx .setup-tx-btn.data-v-a5f981f4 {
+  width: 176rpx;
+  height: 48rpx;
+  line-height: 48rpx;
+  text-align: center;
+  border-radius: 32rpx;
+  font-weight: 400;
+  font-size: 26rpx;
+  color: #5BBE38;
+  border: 1rpx solid #5BBE38;
+  background-color: #ffffff;
+  margin-top: 24rpx;
+}
+.setup .setup-list.data-v-a5f981f4 {
+  width: 100%;
+  display: flex;
+  flex-direction: column;
+  margin-top: 40rpx;
+}
+.setup .setup-list .setup-list-item.data-v-a5f981f4 {
+  width: 100%;
+  height: 112rpx;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  border-bottom: 1rpx solid #E5E5E5;
+}
+.setup .setup-list .setup-list-item .label.data-v-a5f981f4 {
+  font-weight: 400;
+  font-size: 30rpx;
+  color: #222222;
+  flex-shrink: 0;
+  width: 150rpx;
+  margin-right: 30rpx;
+}
+.setup .setup-list .setup-list-item .val.data-v-a5f981f4 {
+  flex: 1;
+  height: 100%;
+  display: flex;
+  align-items: center;
+  justify-content: flex-end;
+}
+.setup .setup-list .setup-list-item .val input.data-v-a5f981f4 {
+  width: 100%;
+  height: 100%;
+  font-weight: 400;
+  font-size: 28rpx;
+  color: #222222;
+  text-align: right;
+}
+.setup .setup-list .setup-list-item .val button.data-v-a5f981f4 {
+  width: 148rpx;
+  height: 60rpx;
+  line-height: 60rpx;
+  text-align: center;
+  background: #5BBE38;
+  border-radius: 30rpx;
+  font-weight: 500;
+  font-size: 28rpx;
+  color: #FFFFFF;
+  margin: 0 !important;
+}
+.setup .setup-sub.data-v-a5f981f4 {
+  width: 100%;
+  height: 88rpx;
+  line-height: 88rpx;
+  text-align: center;
+  box-shadow: 0rpx 8rpx 12rpx 0rpx rgba(91, 190, 56, 0.16);
+  border-radius: 44rpx;
+  font-weight: 500;
+  font-size: 32rpx;
+  color: white;
+  background-color: #15CF52;
+  margin-top: 80rpx;
+  border: 1rpx solid #15CF52;
+}
+

--
Gitblit v1.9.3