From 1bea37073f305929215bf2c3f28e2263acb6fc20 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 13 二月 2023 19:53:42 +0800
Subject: [PATCH] #
---
static/css/app.less | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/static/css/app.less b/static/css/app.less
index f36ac1a..357b4fb 100644
--- a/static/css/app.less
+++ b/static/css/app.less
@@ -65,3 +65,25 @@
background-color: #FFF;
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ;
}
+
+// 杈撳叆妗�
+.uni-input {
+ min-height: 80rpx;
+ width: 100%;
+ background-color: #f8f8f8;
+ box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ;
+ position: fixed;
+ top: 100px;
+ left: 0;
+}
+ // #ifdef APP-PLUS
+ .uni-input {
+ min-height: 80rpx;
+ width: 100%;
+ background-color: #f8f8f8;
+ box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ;
+ position: fixed;
+ top: 0;
+ left: 0;
+ }
+ // #endif
--
Gitblit v1.9.1