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/mine/mine.wxss | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 232 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
new file mode 100644
index 0000000..31c1a27
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
@@ -0,0 +1,232 @@
+@charset "UTF-8";
+/**
+ * 杩欓噷鏄痷ni-app鍐呯疆鐨勫父鐢ㄦ牱寮忓彉閲�
+ *
+ * uni-app 瀹樻柟鎵╁睍鎻掍欢鍙婃彃浠跺競鍦猴紙https://ext.dcloud.net.cn锛変笂寰堝涓夋柟鎻掍欢鍧囦娇鐢ㄤ簡杩欎簺鏍峰紡鍙橀噺
+ * 濡傛灉浣犳槸鎻掍欢寮�鍙戣�咃紝寤鸿浣犱娇鐢╯css棰勫鐞嗭紝骞跺湪鎻掍欢浠g爜涓洿鎺ヤ娇鐢ㄨ繖浜涘彉閲忥紙鏃犻渶 import 杩欎釜鏂囦欢锛夛紝鏂逛究鐢ㄦ埛閫氳繃鎼Н鏈ㄧ殑鏂瑰紡寮�鍙戞暣浣撻鏍间竴鑷寸殑App
+ *
+ */
+/**
+ * 濡傛灉浣犳槸App寮�鍙戣�咃紙鎻掍欢浣跨敤鑰咃級锛屼綘鍙互閫氳繃淇敼杩欎簺鍙橀噺鏉ュ畾鍒惰嚜宸辩殑鎻掍欢涓婚锛屽疄鐜拌嚜瀹氫箟涓婚鍔熻兘
+ *
+ * 濡傛灉浣犵殑椤圭洰鍚屾牱浣跨敤浜唖css棰勫鐞嗭紝浣犱篃鍙互鐩存帴鍦ㄤ綘鐨� scss 浠g爜涓娇鐢ㄥ涓嬪彉閲忥紝鍚屾椂鏃犻渶 import 杩欎釜鏂囦欢
+ */
+/* uni.scss */
+/* 棰滆壊鍙橀噺 */
+/* 琛屼负鐩稿叧棰滆壊 */
+/* 鏂囧瓧鍩烘湰棰滆壊 */
+/* 鑳屾櫙棰滆壊 */
+/* 杈规棰滆壊 */
+/* 灏哄鍙橀噺 */
+/* 鏂囧瓧灏哄 */
+/* 鍥剧墖灏哄 */
+/* Border Radius */
+/* 姘村钩闂磋窛 */
+/* 鍨傜洿闂磋窛 */
+/* 閫忔槑搴� */
+/* 鏂囩珷鍦烘櫙鐩稿叧 */
+.mine-page.data-v-dcbcfe34 {
+ position: relative;
+ min-height: 100vh;
+ background: #f6f8fb;
+}
+.top-bg.data-v-dcbcfe34 {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 450rpx;
+ background: linear-gradient(180deg, #B9E9FF 0%, #ffffff 100%);
+ z-index: 0;
+}
+.page-scroll.data-v-dcbcfe34 {
+ position: relative;
+ z-index: 1;
+}
+.page-content.data-v-dcbcfe34 {
+ padding: 30rpx;
+ box-sizing: border-box;
+}
+.profile-card.data-v-dcbcfe34 {
+ display: flex;
+ align-items: center;
+ margin-bottom: 30rpx;
+ position: relative;
+}
+.profile-card button.data-v-dcbcfe34 {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ opacity: 0;
+}
+.avatar.data-v-dcbcfe34 {
+ width: 108rpx;
+ height: 108rpx;
+ border-radius: 50%;
+ overflow: hidden;
+ margin-right: 24rpx;
+}
+.login-text.data-v-dcbcfe34 {
+ font-weight: 600;
+ font-size: 36rpx;
+ color: #111111;
+}
+.profile-copy.data-v-dcbcfe34 {
+ flex: 1;
+ min-width: 0;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+}
+.user-name.data-v-dcbcfe34 {
+ margin-top: 12rpx;
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #7d8792;
+}
+.profile-tools.data-v-dcbcfe34 {
+ display: flex;
+ align-items: center;
+ gap: 20rpx;
+}
+.tool-item.data-v-dcbcfe34 {
+ position: relative;
+ width: 40rpx;
+ height: 40rpx;
+}
+.tool-icon.data-v-dcbcfe34 {
+ width: 100%;
+ height: 100%;
+}
+.tool-badge.data-v-dcbcfe34 {
+ position: absolute;
+ right: -4rpx;
+ top: -4rpx;
+ width: 12rpx;
+ height: 12rpx;
+ border-radius: 50%;
+ background: #ff3b30;
+}
+.section-card.data-v-dcbcfe34 {
+ background: #ffffff;
+ border-radius: 18rpx;
+}
+.order-card.data-v-dcbcfe34 {
+ padding: 30rpx;
+ box-sizing: border-box;
+}
+.section-head.data-v-dcbcfe34 {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-bottom: 30rpx;
+}
+.section-title.data-v-dcbcfe34 {
+ font-size: 34rpx;
+ font-weight: 600;
+ color: #222222;
+}
+.more-wrap.data-v-dcbcfe34 {
+ display: flex;
+ align-items: center;
+ gap: 4rpx;
+}
+.more-text.data-v-dcbcfe34 {
+ font-size: 24rpx;
+ color: #b5bbc5;
+}
+.order-grid.data-v-dcbcfe34 {
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+ padding: 8rpx 14rpx 0;
+}
+.order-item.data-v-dcbcfe34 {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+.order-badge.data-v-dcbcfe34 {
+ position: absolute;
+ top: -6rpx;
+ right: -15rpx;
+ min-width: 28rpx;
+ height: 28rpx;
+ padding: 0 6rpx;
+ border-radius: 14rpx;
+ background: #ff2d55;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 18rpx;
+ line-height: 1;
+ color: #ffffff;
+ box-sizing: border-box;
+}
+.order-icon.data-v-dcbcfe34 {
+ width: 60rpx;
+ height: 60rpx;
+}
+.order-label.data-v-dcbcfe34 {
+ margin-top: 8rpx;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #333333;
+}
+.banner-card.data-v-dcbcfe34 {
+ position: relative;
+ margin-top: 30rpx;
+ width: 100%;
+ overflow: hidden;
+}
+.banner-image.data-v-dcbcfe34 {
+ width: 100%;
+}
+.menu-card.data-v-dcbcfe34 {
+ margin-top: 30rpx;
+ padding: 0 30rpx;
+ box-sizing: border-box;
+}
+.menu-row.data-v-dcbcfe34 {
+ height: 100rpx;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ border-bottom: 1rpx solid #E5E5E5;
+}
+.menu-row.data-v-dcbcfe34:last-child {
+ border-bottom: none;
+}
+.menu-label.data-v-dcbcfe34 {
+ font-weight: 400;
+ font-size: 30rpx;
+ color: #222222;
+}
+.right-icon.data-v-dcbcfe34 {
+ display: flex;
+ align-items: center;
+ gap: 4rpx;
+}
+.right-icon text.data-v-dcbcfe34 {
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #10B2FA;
+ margin-right: 20rpx;
+}
+.right-icon .status-red.data-v-dcbcfe34 {
+ color: #FF0000;
+}
+.right-icon button.data-v-dcbcfe34 {
+ position: relative;
+ top: 0;
+ float: right;
+ right: 0;
+ width: 200rpx;
+ height: 48rpx;
+ opacity: 0;
+ z-index: 9999;
+}
+
--
Gitblit v1.9.3