From 1facebeb64c8ee1694b881ce3c98db8ccd8b72f9 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 21:19:19 +0800
Subject: [PATCH] 小程序改bug
---
small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.wxss | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 104 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.wxss b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.wxss
new file mode 100644
index 0000000..a8f413d
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-search/u-search.wxss
@@ -0,0 +1,104 @@
+@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 */
+/* 姘村钩闂磋窛 */
+/* 鍨傜洿闂磋窛 */
+/* 閫忔槑搴� */
+/* 鏂囩珷鍦烘櫙鐩稿叧 */
+view.data-v-1a326067, scroll-view.data-v-1a326067, swiper-item.data-v-1a326067 {
+ display: flex;
+ flex-direction: column;
+ flex-shrink: 0;
+ flex-grow: 0;
+ flex-basis: auto;
+ align-items: stretch;
+ align-content: flex-start;
+}
+.u-search.data-v-1a326067 {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ flex: 1;
+}
+.u-search__content.data-v-1a326067 {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ padding: 0 10px;
+ flex: 1;
+ justify-content: space-between;
+ border-width: 1px;
+ border-color: transparent;
+ border-style: solid;
+ overflow: hidden;
+}
+.u-search__content__icon.data-v-1a326067 {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+}
+.u-search__content__label.data-v-1a326067 {
+ color: #303133;
+ font-size: 14px;
+ margin: 0 4px;
+}
+.u-search__content__close.data-v-1a326067 {
+ width: 20px;
+ height: 20px;
+ border-top-left-radius: 100px;
+ border-top-right-radius: 100px;
+ border-bottom-left-radius: 100px;
+ border-bottom-right-radius: 100px;
+ background-color: #C6C7CB;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: center;
+ -webkit-transform: scale(0.82);
+ transform: scale(0.82);
+}
+.u-search__content__input.data-v-1a326067 {
+ flex: 1;
+ font-size: 14px;
+ line-height: 1;
+ margin: 0 5px;
+ color: #303133;
+}
+.u-search__content__input--placeholder.data-v-1a326067 {
+ color: #909193;
+}
+.u-search__action.data-v-1a326067 {
+ font-size: 14px;
+ color: #303133;
+ width: 0;
+ overflow: hidden;
+ transition-property: width;
+ transition-duration: 0.3s;
+ white-space: nowrap;
+ text-align: center;
+}
+.u-search__action--active.data-v-1a326067 {
+ width: 40px;
+ margin-left: 5px;
+}
+
--
Gitblit v1.9.3