From 45b2c022e27dda53ee4e5266fbdbdf1ac3aa4c65 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 05 八月 2022 16:47:59 +0800
Subject: [PATCH] 2022.8.5

---
 app.wxss |  171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 165 insertions(+), 6 deletions(-)

diff --git a/app.wxss b/app.wxss
index e69ed21..e5e7f31 100644
--- a/app.wxss
+++ b/app.wxss
@@ -1,4 +1,6 @@
 /**app.wxss**/
+@import "/libs/weui.wxss";
+
 page{
   --fyui-primary-color: #59D5B3;
   --fyui-text-color_1: #191919;
@@ -7,14 +9,47 @@
   --fyui-BG_1: #F5F5F5;
 }
 /********************************** 閫氱敤-start ***********************************/
+.statusbar-title {
+  text-align: center;
+  z-index: 1;
+}
+
 .flex-h {
+  position: relative;
   display: flex;
-  justify-content: space-around;
+  justify-content: space-between;
 }
 .flex-v {
+  position: relative;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
+}
+
+.fyui-bold {
+  font-weight: 600;
+}
+
+.icon {
+  width: 16px;
+  height: 16px;
+}
+
+.fyui-selector {
+  display: flex;
+  flex-flow: row;
+  background-color: #47DFC7;
+  border-radius: 4px;
+  font-size: 14px;
+  color: white;
+  padding: 2px 4px 2px 8px;
+  justify-content: space-between;
+  align-items: center;
+}
+
+.icon-down {
+  transform: rotate(90deg);
+  margin: 0 4px;
 }
 /********************************** 閫氱敤-end ***********************************/
 
@@ -31,30 +66,35 @@
 .page__title {
   text-align: left;
   font-size: 20px;
-  font-weight: 400
+  font-weight: 400;
+  z-index: 1;
 }
 
 .page__desc {
   margin-top: 5px;
   color: var(--fyui-text-color_2);
   text-align: left;
-  font-size: 14px
+  font-size: 14px;
+  z-index: 1;
 }
 
 .page__hd {
   padding: 10px 10px 0px 10px;
+  z-index: 1;
 }
 
 .page__bd {
-  padding-bottom: 40px
+  padding-bottom: 10px;
+  z-index: 1;
 }
 
 .page__ft {
-  padding-top: 40px;
+  padding-top: 10px;
   padding-bottom: 10px;
   padding-bottom: calc(10px + constant(safe-area-inset-bottom));
   padding-bottom: calc(10px + env(safe-area-inset-bottom));
-  text-align: center
+  text-align: center;
+  /* z-index: 1; */
 }
 /********************************** 涓荤晫闈㈣儗鏅�-end ***********************************/
 
@@ -109,9 +149,111 @@
   margin-top: -12px
 }
 
+.fyui-box {
+  padding: 8px 16px;
+  position: relative;
+  display: -webkit-box;
+  display: -webkit-flex;
+  display: flex;
+  -webkit-box-align: center;
+  -webkit-align-items: center;
+  align-items: flex-start;
+  height: 80px;
+}
+
+.fyui-box .fyui-box__hd {
+  width: 120px;
+  height: 80px;
+  border-radius: 2px;
+  /* background-color: greenyellow; */
+}
+
+.fyui-box .fyui-box__hd>image {
+  width: 120px;
+  height: 80px;
+}
+
+.fyui-box .fyui-box__bd {
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+  /* background-color: hotpink; */
+  height: 100%;
+  -webkit-box-flex: 1;
+  -webkit-flex: 1;
+  flex: 1;
+  padding: 0 8px;
+}
+
+.fyui-box .fyui-box__bd .fyui-box__content{
+  color: var(--fyui-text-color_1);
+  font-size: 14px;
+}
+
+.fyui-box .fyui-box__bd .fyui-box__tag {
+  color: var(--fyui-text-color_2);
+  font-size: 12px;
+  display: flex;
+  justify-content: space-between;
+}
+
 .fyui-cell_select .fyui-cell__ft {
   padding-right: 22px;
   position: relative
+}
+
+
+.fyui-box__text {
+  display: block;
+  height: auto;
+}
+
+.fyui-box__text .fyui-box__hd {
+  width: 100%;
+  height: auto;
+  border-radius: 0px;
+  font-size: medium;
+  font-weight: 600;
+  /* background-color: greenyellow; */
+}
+
+.fyui-box__text .fyui-box__bd {
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+  /* background-color: hotpink; */
+  -webkit-box-flex: 1;
+  -webkit-flex: 1;
+  flex: 1;
+  padding: 4px 0px;
+}
+
+.fyui-box__text .fyui-box__bd .fyui-box__content{
+  color: var(--fyui-text-color_3);
+  font-size: x-small;
+}
+
+.fyui-box__text .fyui-box__bd .fyui-box__tag {
+  color: #F0CCAA;
+  font-size: smaller;
+  display: flex;
+  justify-content: flex-start;
+}
+
+.fyui-box__text .fyui-box__bd .fyui-box__tag>view {
+  border: 1px #F0CCAA solid;
+  font-size: 10px;
+  padding: 4px;
+  margin-right: 8px;
+  margin-top: 4px;
+}
+
+.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 ***********************************/
 
@@ -123,4 +265,21 @@
   overflow: hidden;
   border-radius: 8px;
 }
+
+.fyui-panel__max {
+  margin: 0;
+  border-radius: 0;
+}
+
+.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{
+  font-size: 14px;
+  color: var(--fyui-text-color_2);
+}
 /********************************** 鍐呭闈㈡澘-end ***********************************/
\ No newline at end of file

--
Gitblit v1.9.3