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 | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/static/css/app.less b/static/css/app.less
index 37248fe..357b4fb 100644
--- a/static/css/app.less
+++ b/static/css/app.less
@@ -1,10 +1,10 @@
.main {
- margin: 5px 15px 0 15px;
+ margin: 15px 15px 0 15px;
min-height: 80rpx;
background-color: #FFF;
display: grid;
justify-items: center;
- box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
+ box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
border-radius: 5px;
.item {
height: 80rpx;
@@ -22,7 +22,7 @@
}
}
.list {
- margin: 5px 25px 0 15px;
+ margin: 15px 15px 0 15px;
min-height: 80rpx;
display: grid;
background-color: #FFF;
@@ -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