123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- .comments {
- width: 100%;
- height: auto;
- padding-left: 30rpx;
- background: #fff;
- margin: 20rpx 0;
- }
- .comments .h {
- position: fixed;
- left: 0;
- top: 0;
- z-index: 1000;
- width: 100%;
- display: flex;
- background: #fff;
- height: 84rpx;
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
- }
- .comments .h .item {
- display: inline-block;
- height: 82rpx;
- width: 50%;
- padding: 0 15rpx;
- text-align: center;
- }
- .comments .h .item .txt {
- display: inline-block;
- height: 82rpx;
- padding: 0 20rpx;
- line-height: 82rpx;
- color: #333;
- font-size: 30rpx;
- width: 170rpx;
- }
- .comments .h .item.active .txt {
- color: #ab2b2b;
- border-bottom: 4rpx solid #ab2b2b;
- }
- .comments .b {
- margin-top: 85rpx;
- height: auto;
- width: 720rpx;
- }
- .comments .b.no-h {
- margin-top: 0;
- }
- .comments .item {
- height: auto;
- width: 720rpx;
- overflow: hidden;
- border-bottom: 1px solid #d9d9d9;
- padding-bottom: 25rpx;
- }
- .comments .info {
- height: 127rpx;
- width: 100%;
- padding: 33rpx 0 27rpx 0;
- }
- .comments .user {
- float: left;
- width: auto;
- height: 67rpx;
- line-height: 67rpx;
- font-size: 0;
- }
- .comments .user image {
- float: left;
- width: 67rpx;
- height: 67rpx;
- margin-right: 17rpx;
- border-radius: 50%;
- }
- .comments .user text {
- display: inline-block;
- width: auto;
- height: 66rpx;
- overflow: hidden;
- font-size: 29rpx;
- line-height: 66rpx;
- }
- .comments .time {
- display: block;
- float: right;
- width: auto;
- height: 67rpx;
- line-height: 67rpx;
- color: #7f7f7f;
- font-size: 25rpx;
- margin-right: 30rpx;
- }
- .comments .comment {
- width: 720rpx;
- padding-right: 30rpx;
- line-height: 45.8rpx;
- font-size: 29rpx;
- margin-bottom: 16rpx;
- }
- .comments .imgs {
- width: 720rpx;
- height: 150rpx;
- margin-bottom: 25rpx;
- }
- .comments .imgs .img {
- height: 150rpx;
- width: 150rpx;
- margin-right: 28rpx;
- }
- .comments .customer-service {
- width: 690rpx;
- height: auto;
- overflow: hidden;
- margin-top: 23rpx;
- background: rgba(0, 0, 0, 0.03);
- padding: 21rpx;
- }
- .comments .customer-service .u {
- font-size: 24rpx;
- color: #333;
- line-height: 37.5rpx;
- }
- .comments .customer-service .c {
- font-size: 24rpx;
- color: #999;
- line-height: 37.5rpx;
- }
|