From c8dffd157cd8b62023b26e62a0b92c152d959423 Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期三, 08 十月 2025 21:19:28 +0800
Subject: [PATCH] build(backend): switch to thin-jar layout (split libs into target/lib); chore: remove test-* files; misc updates
---
wx/pages/index/index.wxss | 23 ++++++++++++++++++-----
1 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/wx/pages/index/index.wxss b/wx/pages/index/index.wxss
index 10ba3b4..71aa4c6 100644
--- a/wx/pages/index/index.wxss
+++ b/wx/pages/index/index.wxss
@@ -257,17 +257,30 @@
margin-bottom: 16rpx;
}
+.btn-none {
+ box-shadow: none;
+ background-color: transparent;
+ line-height: inherit;
+ border-radius: 0;
+ margin: 0rpx;
+ margin-right: 0rpx !important;
+ padding: 0rpx;
+ outline: none;
+ font-weight: normal;
+ width: auto;
+}
+
.ghost-btn {
background: #E6F0FF;
color: #007aff;
font-size: 26rpx;
- padding: 14rpx 0;
border-radius: 999rpx;
- line-height: 1;
+ width: 200rpx;
border: none;
- width: 140rpx;
- text-align: center;
- /* align-self 宸茬Щ闄わ紝鐢辩埗绾� .btn-row 鎺у埗瀵归綈 */
+}
+
+.ghost-btn::after {
+ border: none;
}
.ghost-btn:active {
--
Gitblit v1.8.0