| | |
| | | .plat-name:not(.editing):hover { |
| | | border-color: #535353; |
| | | } |
| | | .other-register { |
| | | .row-box { |
| | | position: relative; |
| | | width: 280px; |
| | | margin: 0 auto; |
| | | line-height: 1.5; |
| | | |
| | | .col-item { |
| | | position: relative; |
| | | display: inline-block; |
| | | width: 50%; |
| | | border: 1px dotted transparent; |
| | | } |
| | | .col-item.right { |
| | | float: right; |
| | | } |
| | | |
| | | .col-item.editing { |
| | | border: 1px solid #1890ff; |
| | | box-shadow: 0px 0px 2px #1890ff; |
| | | } |
| | | .col-item:not(.editing):hover { |
| | | border-color: #535353; |
| | | } |
| | | } |
| | | .other-auth { |
| | | text-align: center; |
| | | font-size: 26px; |
| | | color: rgb(68, 168, 242); |