123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .comment {
- width: 100%;
- padding: 10px;
- margin-bottom: 100px;
- background: rgba(0, 0, 0, 1);
- color: white;
- }
-
- .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%;
- }
- .app-comment {
- position: fixed;
- bottom: 0;
- width: 100%;
- margin: 0;
- padding: 0;
- right: 0;
- left: 0;
- }
|