| | |
| | | bottom: 0 |
| | | } |
| | | |
| | | .submit { |
| | | border-radius: 4px; |
| | | background: linear-gradient(to right, #6DF1A9, #62EBCF); |
| | | margin: 8px; |
| | | color: white; |
| | | padding: 8px; |
| | | text-align: center; |
| | | } |
| | | |
| | | .submit:active { |
| | | background-color: var(--fyui-BG-COLOR-ACTIVE); |
| | | } |
| | | |
| | | /********************************** 通用-end ***********************************/ |
| | | |
| | | /********************************** 主界面背景-start ***********************************/ |
| | |
| | | background-color: white; |
| | | } |
| | | |
| | | .fyui-box:before{ |
| | | content: " "; |
| | | width: 100%; |
| | | height: 1px; |
| | | background-color: var(--fyui-BG_1); |
| | | top: -2px; |
| | | position: absolute; |
| | | |
| | | } |
| | | |
| | | .fyui-box:active { |
| | | background-color: var(--fyui-BG-COLOR-ACTIVE); |
| | | } |
| | |
| | | width: 100%; |
| | | height: auto; |
| | | border-radius: 0px; |
| | | font-size: medium; |
| | | font-size: large; |
| | | font-weight: 600; |
| | | /* background-color: greenyellow; */ |
| | | } |
| | |
| | | |
| | | .fyui-box__text .fyui-box__bd .fyui-box__content { |
| | | color: var(--fyui-text-color_3); |
| | | font-size: x-small; |
| | | font-size: medium; |
| | | } |
| | | |
| | | .fyui-box__text .fyui-box__bd .fyui-box__tag { |