| | |
| | | opacity: 0; |
| | | padding: 7px 10px 24px; |
| | | font-size: 13px; |
| | | background-color: #000000; |
| | | background-color: var(--mk-sys-color1); |
| | | background-clip: padding-box; |
| | | color: rgba(0, 0, 0, 0.85); |
| | | border: 0; |
| | |
| | | position: relative; |
| | | text-align: left; |
| | | font-size: 14px; |
| | | color: #ffffff; |
| | | |
| | | .anticon-close { |
| | | position: absolute; |
| | | right: 5px; |
| | | top: 1px; |
| | | color: #ffffff; |
| | | cursor: pointer; |
| | | transition: color 0.2s; |
| | | } |
| | |
| | | .msg-item { |
| | | position: relative; |
| | | height: 55px; |
| | | background: #e8e8e8; |
| | | background: #ffffff; |
| | | margin: 10px 0px; |
| | | padding: 8px; |
| | | border-radius: 4px; |
| | |
| | | cursor: pointer; |
| | | span { |
| | | display: block; |
| | | overflow: hidden; |
| | | word-break: break-word; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | } |
| | | } |
| | | .msg-item:first-child { |
| | |
| | | bottom: 7px; |
| | | font-size: 14px; |
| | | cursor: pointer; |
| | | color: var(--mk-sys-color1); |
| | | color: #1890ff; |
| | | transition: color 0.2s; |
| | | } |
| | | .jump:hover { |