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/store-apply/store-apply.wxss |   56 ++++++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 46 insertions(+), 10 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/store-apply/store-apply.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/store-apply/store-apply.wxss
index 3255ae7..12840ca 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/store-apply/store-apply.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/store-apply/store-apply.wxss
@@ -63,20 +63,34 @@
   color: #222222;
 }
 .step-dot.data-v-43aee78c {
-  width: 26rpx;
-  height: 26rpx;
+  width: 50rpx;
+  height: 50rpx;
   border-radius: 50%;
-  background: #16b0fa;
+  background: #afe4fe;
   margin-bottom: 14rpx;
-  border: 5rpx solid #a2e2ff;
-}
-.step-index.data-v-43aee78c {
-  background: #b9bdc6;
-  font-size: 18rpx;
-  color: #ffffff;
   display: flex;
   align-items: center;
   justify-content: center;
+  box-sizing: border-box;
+}
+.step-dot__inner.data-v-43aee78c {
+  width: 26rpx;
+  height: 26rpx;
+  border-radius: 50%;
+  background: #13b2fc;
+  box-sizing: border-box;
+}
+.step-dot__index.data-v-43aee78c {
+  font-size: 30rpx;
+  font-weight: 400;
+  color: #ffffff;
+  line-height: 1;
+}
+.step-dot--inactive.data-v-43aee78c {
+  background: #8C939F;
+}
+.step-dot--done.data-v-43aee78c {
+  background: #10B2FA;
 }
 .process-line.data-v-43aee78c {
   width: 200rpx;
@@ -151,7 +165,6 @@
 }
 .text-input.data-v-43aee78c,
 .select-row.data-v-43aee78c {
-  height: 54rpx;
   margin-top: 14rpx;
   font-weight: 400;
   font-size: 30rpx;
@@ -310,6 +323,29 @@
   color: #666666;
   margin-top: 12rpx;
 }
+.agreement-row.data-v-43aee78c {
+  margin-top: 60rpx;
+  display: flex;
+  align-items: flex-start;
+}
+.agree-icon.data-v-43aee78c {
+  width: 34rpx;
+  height: 34rpx;
+  margin-top: 4rpx;
+  flex-shrink: 0;
+}
+.agreement-text-wrap.data-v-43aee78c {
+  margin-left: 14rpx;
+  flex: 1;
+  font-size: 24rpx;
+  line-height: 1.8;
+}
+.agreement-text.data-v-43aee78c {
+  color: #555555;
+}
+.agreement-link.data-v-43aee78c {
+  color: #2E68C4;
+}
 .preview-image.data-v-43aee78c {
   width: 100%;
   height: 100%;

--
Gitblit v1.9.3