| | |
| | | padding-bottom: 30px; |
| | | } |
| | | |
| | | .fyui-cell_select { |
| | | font-size: 16px; |
| | | padding-top: 12px; |
| | | padding-bottom: 12px; |
| | | border-bottom: 1px solid var(--fyui-BG_1); |
| | | } |
| | | |
| | | .flex-h { |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | |
| | | } |
| | | |
| | | .user-tag { |
| | | display: flex; |
| | | font-size: 12px; |
| | | color: var(--fyui-text-color_2); |
| | | } |
| | | |
| | | .title:active { |
| | | background-color: var(--fyui-BG-COLOR-ACTIVE); |
| | | } |
| | | |
| | | .user-authentication { |
| | | position: relative; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | .user-authentication>view { |
| | | position: relative; |
| | | text-align: center; |
| | | padding: 20px 16px; |
| | | font-size: 14px; |
| | | color: var(--fyui-text-color_2); |
| | | } |
| | | |
| | | .user-authentication>view>image { |
| | | width: 40px; |
| | | height: 40px; |
| | | } |
| | | |
| | | .user-authentication .status-1{ |
| | | position: absolute; |
| | | top: 36px; |
| | | right: 10px; |
| | | font-size: 10px; |
| | | color: white; |
| | | background-color: #05EDC4; |
| | | border: white 2px solid; |
| | | padding: 0 4px; |
| | | border-radius: 4px; |
| | | } |
| | | |
| | | .user-authentication .status-2{ |
| | | position: absolute; |
| | | top: 36px; |
| | | right: 10px; |
| | | font-size: 10px; |
| | | color: white; |
| | | background-color: #F20202; |
| | | border: white 2px solid; |
| | | padding: 0 4px; |
| | | border-radius: 4px; |
| | | } |