From 58d9f460b2f8c34430285115e2557d18333c5cab Mon Sep 17 00:00:00 2001 From: Codex Assistant <codex@example.com> Date: 星期三, 08 十月 2025 14:16:55 +0800 Subject: [PATCH] feat: 修复Player实体phone字段数据冗余问题并优化小程序报名逻辑 --- wx/pages/index/index.wxss | 23 ++++++++++++++--------- 1 files changed, 14 insertions(+), 9 deletions(-) diff --git a/wx/pages/index/index.wxss b/wx/pages/index/index.wxss index df62744..71aa4c6 100644 --- a/wx/pages/index/index.wxss +++ b/wx/pages/index/index.wxss @@ -257,21 +257,26 @@ 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 鎺у埗瀵归綈 */ - /* 绉婚櫎button榛樿鏍峰紡 */ - margin: 0; - position: static; - display: inline-block; } .ghost-btn::after { -- Gitblit v1.8.0