From a59ff44b2eaa7020f0529632d9ec064c4dc38e27 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 28 四月 2026 22:08:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
small-program/unpackage/dist/dev/mp-weixin/pages/store-apply/store-apply.wxss | 33 +++++++++++++++++++++++----------
1 files changed, 23 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 7e3eaa3..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;
--
Gitblit v1.9.3