12345678910111213141516171819202122232425262728293031323334 |
- page {
- background-color: #ffffff;
- }
- .comments-header {
- display: flex;
- flex-wrap: wrap;
- padding: 32rpx 32rpx 0rpx;
- background-color: #fff;
- margin-top: -24rpx;
- margin-left: -24rpx;
- }
- .comments-header-tag {
- margin-top: 24rpx;
- margin-left: 24rpx;
- height: 56rpx !important;
- font-size: 24rpx !important;
- justify-content: center;
- background-color: #f5f5f5 !important;
- border-radius: 8rpx !important;
- border: 1px solid #f5f5f5 !important;
- }
- .comments-header-active {
- background-color: #ffece9 !important;
- color: #fa4126 !important;
- border: 1px solid #fa4126 !important;
- }
- .no-more {
- padding-left: 20rpx;
- padding-right: 20rpx;
- }
|