123456789101112131415161718192021222324252627282930 |
- .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;
- }
-
- .comment-img {
- max-width: 100%;
- }
|