| | |
| | | padding-top: 0; |
| | | display: flex; |
| | | align-items: flex-end; |
| | | z-index: 1; |
| | | background-color: white; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .fix-bottom .right { |
| | | flex: 2; |
| | | flex: 2; |
| | | } |
| | | |
| | | .upload-title-class { |
| | | font-size: small; |
| | | } |
| | | |
| | | .ledger-tips { |
| | | display: flex; |
| | | align-items: center; |
| | | height: 20px; |
| | | margin-bottom: 10px; |
| | | } |
| | | |
| | | .text-area { |
| | |
| | | color: var(--fyui-text-color_2); |
| | | } |
| | | |
| | | .img-group { |
| | | /* .img-group { |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | } |
| | |
| | | height: 29vw; |
| | | margin-bottom: 8px; |
| | | margin-right: 8px; |
| | | } |
| | | } */ |
| | | |
| | | .submit-2 { |
| | | background: white; |
| | | border: 1px solid var(--fyui-btn-color_1); |
| | | color: var(--fyui-btn-color_1); |
| | | padding: 7px 0; |
| | | } |
| | | |
| | | .submit-2:active { |
| | | background: #dfdfdf; |
| | | } |
| | | |
| | | .submit-3 { |
| | | background: white; |
| | | border: 1px solid #005994; |
| | | color: #005994; |
| | | padding: 7px 0; |
| | | } |
| | | |
| | |
| | | background-color: var(--fyui-BG_1); |
| | | padding: 4px; |
| | | border-radius: 4px; |
| | | } |
| | | |
| | | /* .small-tag-text { |
| | | position: absolute; |
| | | bottom: 40rpx; |
| | | font-size: 10px; |
| | | } */ |
| | | |
| | | |
| | | .custom-action { |
| | | position: relative; |
| | | min-height: 40vh; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .custom-action__bg { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | } |
| | | |
| | | .custom-action__tag { |
| | | font-size: 14px; |
| | | color: var(--fyui-text-color_1); |
| | | font-weight: 600; |
| | | width: 50%; |
| | | text-align: center; |
| | | z-index: 2; |
| | | } |
| | | |
| | | .custom-action__tag>image { |
| | | width: 64px; |
| | | height: 64px; |
| | | } |