From 308d3b3b7883a92a761dfaf4f607a9f4658213cf Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期四, 06 十一月 2025 09:58:25 +0800
Subject: [PATCH] 修改页面
---
wx/pages/index/index.wxss | 101 ++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 92 insertions(+), 9 deletions(-)
diff --git a/wx/pages/index/index.wxss b/wx/pages/index/index.wxss
index df62744..d2ef0c1 100644
--- a/wx/pages/index/index.wxss
+++ b/wx/pages/index/index.wxss
@@ -1,5 +1,83 @@
/* pages/index/index.wxss */
+/* 椤甸潰澶撮儴鍒嗕韩鍖哄煙鏍峰紡 */
+.header-section {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 20rpx;
+ background: #ffffff;
+ border-bottom: 1rpx solid #f0f0f0;
+}
+
+.page-title {
+ font-size: 36rpx;
+ font-weight: 700;
+ color: #0f172a;
+}
+
+.share-section {
+ display: flex;
+ align-items: center;
+}
+
+.share-btn {
+ display: flex;
+ align-items: center;
+ gap: 8rpx;
+ background: #007aff;
+ color: #ffffff;
+ border: none;
+ border-radius: 50rpx;
+ padding: 16rpx 24rpx;
+ font-size: 26rpx;
+ line-height: 1;
+}
+
+.share-btn::after {
+ border: none;
+}
+
+.share-btn:active {
+ background: #0056cc;
+}
+
+.share-icon {
+ font-size: 28rpx;
+}
+
+.share-text {
+ font-size: 26rpx;
+}
+
+/* 姣旇禌鍗$墖鍒嗕韩鎸夐挳鏍峰紡 */
+.share-activity-btn {
+ width: 80rpx;
+ height: 60rpx;
+ background: #f8fafc;
+ border: 1rpx solid #e2e8f0;
+ border-radius: 12rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-left: 16rpx;
+ padding: 0;
+ line-height: 1;
+}
+
+.share-activity-btn::after {
+ border: none;
+}
+
+.share-activity-btn:active {
+ background: #e2e8f0;
+}
+
+.share-icon-small {
+ font-size: 24rpx;
+ color: #64748b;
+}
+
/* 鎼滅储鏍忔牱寮� */
.search-bar {
padding: 20rpx;
@@ -257,21 +335,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