| | |
| | | bottom: 0 |
| | | } |
| | | |
| | | .submit { |
| | | border-radius: 4px; |
| | | background: linear-gradient(to right, #6DF1A9, #62EBCF); |
| | | margin: 8px; |
| | | color: white; |
| | | padding: 8px; |
| | | } |
| | | |
| | | /********************************** 通用-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); |
| | | } |