From 87f6bb4bcb2446b9c9065b58391ae400cd358b77 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 09 八月 2022 17:39:42 +0800
Subject: [PATCH] 智能咨询搜索界面

---
 app.wxss |   40 +++++++++++++++++++++++++++++++---------
 1 files changed, 31 insertions(+), 9 deletions(-)

diff --git a/app.wxss b/app.wxss
index e5e7f31..373a62f 100644
--- a/app.wxss
+++ b/app.wxss
@@ -1,13 +1,15 @@
 /**app.wxss**/
 @import "/libs/weui.wxss";
 
-page{
+page {
   --fyui-primary-color: #59D5B3;
   --fyui-text-color_1: #191919;
   --fyui-text-color_2: #7F7F7F;
   --fyui-text-color_3: #B2B2B2;
   --fyui-BG_1: #F5F5F5;
+  --fyui-BG-COLOR-ACTIVE: #ececec5d;
 }
+
 /********************************** 閫氱敤-start ***********************************/
 .statusbar-title {
   text-align: center;
@@ -19,6 +21,7 @@
   display: flex;
   justify-content: space-between;
 }
+
 .flex-v {
   position: relative;
   display: flex;
@@ -51,6 +54,17 @@
   transform: rotate(90deg);
   margin: 0 4px;
 }
+
+.fyui-mask {
+  background: rgba(0, 0, 0, .2);
+  position: absolute;
+  z-index: 1000;
+  top: 0;
+  right: 0;
+  left: 0;
+  bottom: 0
+}
+
 /********************************** 閫氱敤-end ***********************************/
 
 /********************************** 涓荤晫闈㈣儗鏅�-start ***********************************/
@@ -96,11 +110,12 @@
   text-align: center;
   /* z-index: 1; */
 }
+
 /********************************** 涓荤晫闈㈣儗鏅�-end ***********************************/
 
 /********************************** 妯悜鍥炬爣鏂囨湰-start ***********************************/
 .fyui-cell {
-  padding: 8px 16px;
+  padding: 8px 8px;
   position: relative;
   display: -webkit-box;
   display: -webkit-flex;
@@ -114,13 +129,13 @@
 .fyui-cell__hd {
   display: flex;
   align-items: center;
+  margin-right: 8px;
 }
 
 .fyui-cell__bd {
   -webkit-box-flex: 1;
   -webkit-flex: 1;
   flex: 1;
-  margin-left: 8px;
 }
 
 .fyui-cell__ft {
@@ -145,7 +160,7 @@
   mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.454%206.58l1.06-1.06%205.78%205.779a.996.996%200%20010%201.413l-5.78%205.779-1.06-1.061%205.425-5.425-5.425-5.424z%22%20fill%3D%22%23B2B2B2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
   position: absolute;
   top: 50%;
-  right: 16px;
+  right: 8px;
   margin-top: -12px
 }
 
@@ -159,6 +174,11 @@
   -webkit-align-items: center;
   align-items: flex-start;
   height: 80px;
+  background-color: white;
+}
+
+.fyui-box:active {
+  background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
 
 .fyui-box .fyui-box__hd {
@@ -185,7 +205,7 @@
   padding: 0 8px;
 }
 
-.fyui-box .fyui-box__bd .fyui-box__content{
+.fyui-box .fyui-box__bd .fyui-box__content {
   color: var(--fyui-text-color_1);
   font-size: 14px;
 }
@@ -228,7 +248,7 @@
   padding: 4px 0px;
 }
 
-.fyui-box__text .fyui-box__bd .fyui-box__content{
+.fyui-box__text .fyui-box__bd .fyui-box__content {
   color: var(--fyui-text-color_3);
   font-size: x-small;
 }
@@ -248,13 +268,14 @@
   margin-top: 4px;
 }
 
-.fyui-box__text .fyui-box__ft{
+.fyui-box__text .fyui-box__ft {
   display: flex;
   flex-direction: row;
   font-size: smaller;
   color: var(--fyui-text-color_3);
   justify-content: space-between;
 }
+
 /********************************** 妯悜鍥炬爣鏂囨湰-end ***********************************/
 
 /********************************** 鍐呭闈㈡澘-start ***********************************/
@@ -271,15 +292,16 @@
   border-radius: 0;
 }
 
-.fyui-panel .fyui-panel_title{
+.fyui-panel .fyui-panel_title {
   font-size: 15px;
   font-weight: 600;
   color: var(--fyui-text-color_1);
   margin-bottom: 4px;
 }
 
-.fyui-panel .fyui-panel_desc{
+.fyui-panel .fyui-panel_desc {
   font-size: 14px;
   color: var(--fyui-text-color_2);
 }
+
 /********************************** 鍐呭闈㈡澘-end ***********************************/
\ No newline at end of file

--
Gitblit v1.9.3