| | |
| | | /**app.wxss**/ |
| | | @import "/libs/weui.wxss"; |
| | | @import "/style/iconfont.wxss"; |
| | | |
| | | page { |
| | | --td-brand-color: #59D5B3; |
| | | --fyui-primary-color: #59D5B3; |
| | | --fyui-primary-color-2: #6DF1A9; |
| | | /* --fyui-primary-color: #929292; |
| | |
| | | margin: 8px; |
| | | color: white; |
| | | padding: 8px; |
| | | text-align: center; |
| | | justify-content: center; |
| | | align-items: center; |
| | | display: flex; |
| | | } |
| | | |
| | | .submit:active { |
| | |
| | | background-color: white; |
| | | } |
| | | |
| | | .fyui-box:before{ |
| | | .fyui-box:before { |
| | | content: " "; |
| | | width: 90%; |
| | | height: 1px; |
| | | background-color: var(--fyui-BG_1); |
| | | top: -2px; |
| | | position: absolute; |
| | | |
| | | |
| | | } |
| | | |
| | | .fyui-box:active { |