| | |
| | | .plat-name:not(.editing):hover { |
| | | border-color: #535353; |
| | | } |
| | | .other-register { |
| | | text-align: center; |
| | | font-size: 26px; |
| | | color: rgb(68, 168, 242); |
| | | |
| | | span { |
| | | display: inline-block; |
| | | vertical-align: top; |
| | | p { |
| | | font-size: 12px; |
| | | margin-bottom: 10px; |
| | | } |
| | | } |
| | | span:not(:last-child) { |
| | | margin-right: 15px; |
| | | } |
| | | } |
| | | |
| | | .am-list-item { |
| | | position: relative; |
| | |
| | | .company-msg:not(.editing):hover { |
| | | border-color: #535353; |
| | | } |
| | | |
| | | .links { |
| | | min-height: 10px; |
| | | font-size: 12px; |
| | | text-align: center; |
| | | line-height: 1.5; |
| | | |
| | | span { |
| | | display: inline-block; |
| | | position: relative; |
| | | text-decoration: inherit; |
| | | font-style: inherit; |
| | | min-width: 40px; |
| | | border: 1px dotted transparent; |
| | | } |
| | | span:not(:last-child) { |
| | | margin-right: 10px; |
| | | } |
| | | span:hover { |
| | | border-color: #535353; |
| | | } |
| | | span.editing { |
| | | border: 1px solid #1890ff; |
| | | box-shadow: 0px 0px 2px #1890ff; |
| | | } |
| | | >.anticon-plus { |
| | | cursor: pointer; |
| | | color: #26C281; |
| | | } |
| | | } |
| | | } |
| | | .am-picker-popup-wrap { |
| | | left: calc(50vw - 305px); |