| | |
| | | |
| | | .page__bd { |
| | | padding: 10px; |
| | | padding-bottom: 100px; |
| | | } |
| | | |
| | | .page__ft { |
| | | box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06); |
| | | position: fixed; |
| | | bottom: 0; |
| | | width: 100%; |
| | | padding-top: 0; |
| | | display: flex; |
| | | align-items: flex-end; |
| | | z-index: 1; |
| | | } |
| | | |
| | | .page__ft .left { |
| | | flex: 1; |
| | | } |
| | | |
| | | .page__ft .right { |
| | | flex: 2; |
| | | } |
| | | |
| | | .upload-title-class { |
| | |
| | | } |
| | | |
| | | .text-area { |
| | | background-color: rgba(255, 255, 255, 0.185); |
| | | width: 100%; |
| | | margin-top: 8px; |
| | | border: 1px solid rgba(173, 173, 173, 0.432); |
| | | border-radius: 4px; |
| | | width: 94%; |
| | | height: 80px; |
| | | font-size: 12px; |
| | | padding: 8px 4px; |
| | | } |
| | | |
| | | .text-area-read { |
| | | /* border: 0px solid rgba(173, 173, 173, 0.432); */ |
| | | /* height: initial; */ |
| | | color: var(--fyui-text-color_2); |
| | | } |
| | | |
| | | .img-group { |
| | |
| | | } |
| | | |
| | | .img-group>view { |
| | | width: 30vw; |
| | | width: 10vw; |
| | | text-align: center; |
| | | } |
| | | |
| | | .img-group .img-group_img { |
| | | width: 29vw; |
| | | height: 29vw; |
| | | margin-bottom: 8px; |
| | | margin-right: 8px; |
| | | } |
| | | |
| | | .submit-2 { |
| | | background: var(--fyui-BG_1); |
| | | color: var(--fyui-primary-color); |
| | | background: white; |
| | | border: 1px solid var(--fyui-btn-color_1); |
| | | color: var(--fyui-btn-color_1); |
| | | padding: 7px 0; |
| | | } |
| | | |
| | | .submit-2:active { |
| | | background: #dfdfdf; |
| | | } |
| | | |
| | | .ledger-des { |
| | | font-size: 12px; |
| | | color: var(--fyui-text-color_2); |
| | | background-color: var(--fyui-BG_1); |
| | | padding: 4px; |
| | | border-radius: 4px; |
| | | } |