1234567891011121314151617181920212223 |
- .comment {
- width: 100%;
- padding: 10px;
- margin-bottom: 100px;
- }
- .comment .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
- position: fixed;
- top: 45%;
- }
- .comment-header-tag {
- border: 1px solid #cecece;
- border-radius: 0;
- color: #666;
- }
- .comment-header-tip {
- color: #5198eb;
- margin-right: 15px;
- margin-left: 5px;
- }
- .comment-header-text {
- color: #666;
- }
|