From 9f78f3f014a3423ea3fcab8f9f1056c57cd47fc8 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:26 +0800
Subject: [PATCH] 2022.8.26

---
 pages/module_ledger/ledgerhome/ledgerhome.wxss |   98 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 92 insertions(+), 6 deletions(-)

diff --git a/pages/module_ledger/ledgerhome/ledgerhome.wxss b/pages/module_ledger/ledgerhome/ledgerhome.wxss
index 3ce89f1..ba2eb53 100644
--- a/pages/module_ledger/ledgerhome/ledgerhome.wxss
+++ b/pages/module_ledger/ledgerhome/ledgerhome.wxss
@@ -2,12 +2,83 @@
 .banner-bg {
   position: fixed;
   width: 100%;
-  height: 50vh;
+  height: 60%;
   background: linear-gradient(to bottom, #57E4CB, #83b6ae);
 }
 
 .page__hd {
-  height: 30vh;
+  /* text-align: center; */
+  display: flex;
+  flex-flow: column;
+  justify-content: flex-start;
+  /* color: #50854C; */
+  color: white;
+  padding: 8px 16px;
+}
+
+.card{
+  height: 26vh;
+  /* background-color: royalblue; */
+}
+
+.head_row{
+  display: flex;
+  /* padding: 0 30px; */
+  justify-content: space-between;
+  align-items: baseline;
+}
+
+.head_row_item{
+  text-align: center;
+  /* width: 20vw; */
+  flex: 1;
+  /* background-color: red; */
+}
+
+.head_row_item_tag{
+  font-size: 12px;
+  font-weight: 559;
+}
+
+.head_right {
+  text-align: end;
+  font-size: 12px;
+  /* background-color: brown; */
+  margin-bottom: 8px;
+  vertical-align: middle;
+}
+
+.head_tag{
+  font-size: 12px;
+  color: white;
+}
+
+.head_btn{
+  background-color: rgb(11, 90, 77);
+  padding: 4px 6px;
+  border-radius: 4px;
+}
+
+.head_btn:active{
+  background-color: rgba(11, 90, 77, 0.5);
+}
+
+.head_tag>text {
+  font-size: 40px;
+  font-weight: 600;
+}
+
+.head_1 {
+  font-size: 30px;
+}
+
+.head_1_big{
+  font-size: 30px;
+}
+
+.head_3 {
+  font-size: 12px;
+  margin-bottom: 16px;
 }
 
 .page__bd {
@@ -22,16 +93,31 @@
   z-index: 2;
   /* background-color: #65EAD2; */
   /* background-color: #70ea65; */
-  padding: 2px;
+  /* padding: 2px; */
 }
 
+.swiper-tab_view{
+  /* background-color: blueviolet; */
+}
 
 .swiper-tab-list{
+  position: relative;
   font-size: 30rpx;
   display: inline-block;
   min-width: 18%;
-  padding: 0 1%;
+  padding: 0 16px;
   color: rgba(255, 255, 255, 0.658);
+}
+
+.swiper-tab-list__tag{
+  position: absolute;
+  top: 2px;
+  right: 4px;
+  font-size: 10px;
+  line-height: 16px;
+  width: 16px;
+  background-color: brown;
+  border-radius: 50%;
 }
 
 .on{ 
@@ -76,9 +162,9 @@
 
 .ledger-tag {
   position: absolute;
-  right: 8vw;
+  right: 6vw;
   top: 6px;
-  width: 16px;
+  width: 32px;
   height: 16px;
   color: white;
   padding: 1px;

--
Gitblit v1.9.3