| | |
| | | body { |
| | | overflow-x: hidden; |
| | | } |
| | | .mk-pc-view { |
| | | background: #000; |
| | | min-height: 100vh; |
| | |
| | | z-index: 3; |
| | | left: calc(50% - 16px); |
| | | top: calc(50vh - 70px); |
| | | } |
| | | .back-view { |
| | | width: 28px; |
| | | float: right; |
| | | margin-right: 10px; |
| | | cursor: pointer; |
| | | filter: opacity(0.7); |
| | | transition: filter 0.3s; |
| | | } |
| | | .back-view:hover { |
| | | filter: opacity(0.9); |
| | | } |
| | | .modal-form-board { |
| | | padding-top: 0; |
| | |
| | | box-shadow: 0 0 1px #959595; |
| | | border-radius: 0 2px 2px 0px; |
| | | |
| | | i { |
| | | .anticon { |
| | | padding: 12px 3px; |
| | | } |
| | | } |
| | |
| | | box-shadow: 0 0 1px #959595; |
| | | border-radius: 0 2px 2px 0px; |
| | | |
| | | i { |
| | | .anticon { |
| | | padding: 12px 3px; |
| | | } |
| | | } |