| | |
| | | @import '../ledgerhome/ledgerhome.wxss'; |
| | | .banner-bg { |
| | | position: fixed; |
| | | width: 100%; |
| | | height: 60%; |
| | | background: linear-gradient(to bottom, #57E4CB, #83b6ae); |
| | | } |
| | | |
| | | .page__hd { |
| | | /* 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; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .head_tag{ |
| | | font-size: 12px; |
| | | color: white; |
| | | } |
| | | |
| | | .head_btn{ |
| | | /* background-color: rgb(11, 90, 77); |
| | | padding: 4px 6px; |
| | | border-radius: 4px; */ |
| | | background-color: initial; |
| | | padding: 4px 0px; |
| | | 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 { |
| | | padding-bottom: 0; |
| | | } |
| | | |
| | | .swiper-tab{ |
| | | width: 100%; |
| | | text-align: center; |
| | | line-height: 80rpx; |
| | | white-space: nowrap; |
| | | z-index: 2; |
| | | /* background-color: #65EAD2; */ |
| | | /* background-color: #70ea65; */ |
| | | /* padding: 2px; */ |
| | | } |
| | | |
| | | .swiper-tab_view{ |
| | | /* background-color: blueviolet; */ |
| | | } |
| | | |
| | | .swiper-tab-list{ |
| | | position: relative; |
| | | font-size: 30rpx; |
| | | display: inline-block; |
| | | min-width: 18%; |
| | | 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{ |
| | | color: white; |
| | | font-weight: bold; |
| | | border-bottom: 4rpx solid white; |
| | | } |
| | | |
| | | .swiper-box{ |
| | | display: block; |
| | | top: 80rpx; |
| | | width: 100%; |
| | | margin-top: 1px; |
| | | background-color: white; |
| | | } |
| | | |
| | | .ledger-group { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | /* background-color: white; */ |
| | | justify-content: flex-start; |
| | | } |
| | | |
| | | .ledger-item { |
| | | position: relative; |
| | | width: 33.33333vw; |
| | | text-align: center; |
| | | /* background-color: teal; */ |
| | | margin-top: 16px; |
| | | margin-bottom: 16px; |
| | | font-size: x-small; |
| | | } |
| | | |
| | | .ledger-item:active{ |
| | | background-color: var(--fyui-BG-COLOR-ACTIVE); |
| | | } |
| | | |
| | | .ledger-icon { |
| | | width: 60px; |
| | | height: 60px; |
| | | } |
| | | |
| | | .ledger-tag { |
| | | position: absolute; |
| | | right: 6vw; |
| | | top: 6px; |
| | | width: 32px; |
| | | height: 16px; |
| | | color: white; |
| | | padding: 1px; |
| | | border-radius: 50%; |
| | | font-size: 10px; |
| | | } |
| | | |
| | | /* .head_right { |
| | | |
| | | } */ |
| | | |
| | | /* .head_btn{ |
| | | background-color: initial; |
| | | padding: 4px 0px; |
| | | border-radius: 4px; |
| | | } */ |