| | |
| | | --fyui-BG-COLOR-ACTIVE: #ececec5d; |
| | | } |
| | | |
| | | view { |
| | | /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */ |
| | | } |
| | | |
| | | /********************************** 通用-start ***********************************/ |
| | | .statusbar-title { |
| | | text-align: center; |
| | |
| | | position: relative; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | |
| | | .flex-v { |
| | |
| | | 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); |
| | | } |
| | | |
| | | .no-data { |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .no-data image { |
| | | width: 30vw; |
| | | margin-top: 6vh; |
| | | } |
| | | |
| | | .more { |
| | | /* background-color: aqua; */ |
| | | font-size: 24rpx; |
| | | color: rgb(175, 173, 173); |
| | | vertical-align: middle; |
| | | } |
| | | |
| | | .fyui-selector { |
| | | background-color: rgb(255, 255, 255); |
| | | border-radius: 4px; |
| | | font-size: 14px; |
| | | color: var(--fyui-primary-color); |
| | | padding: 2px 4px 2px 18px; |
| | | } |
| | | |
| | | .image-16 { |
| | | width: 16px; |
| | | height: 16px; |
| | | } |
| | | |
| | | /********************************** 通用-end ***********************************/ |
| | | |
| | | /********************************** 主界面背景-start ***********************************/ |
| | | .page { |
| | | min-height: 100vh; |
| | | height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | justify-content: flex-start; |
| | | box-sizing: border-box; |
| | | background-color: var(--fyui-BG_1); |
| | | } |
| | |
| | | background-color: white; |
| | | } |
| | | |
| | | .fyui-box:before{ |
| | | content: " "; |
| | | width: 90%; |
| | | 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: 20px; |
| | | 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 { |