| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 | 
							
- .content{
 
-     width: 100%;
 
-     height: auto;
 
-     font-size: 0;
 
- }
 
- .content image{
 
-     display: inline-block;
 
-     width: 100%;
 
- }
 
- .comments{
 
-     width: 100%;
 
-     height: auto;
 
-     padding-left:30rpx;
 
-     background: #fff;
 
-     margin-top: 20rpx;
 
- }
 
- .comments .h{
 
-     height: 93rpx;
 
-     line-height: 93rpx;
 
-     width: 720rpx;
 
-     padding-right: 30rpx;
 
-     border-bottom: 1px solid #d9d9d9;
 
- }
 
- .comments .h .t{
 
-     display: block;
 
-     float: left;
 
-     width: 50%;
 
-     font-size: 29rpx;
 
-     color: #333;
 
- }
 
- .comments .h .i{
 
-     display: block;
 
-     float: right;
 
-     margin-top: 30rpx;
 
-     width: 33rpx;
 
-     height: 33rpx;
 
- }
 
- .comments .b{
 
-     height: auto;
 
-     width: 720rpx;
 
- }
 
- .comments .item{
 
-     height: auto;
 
-     width: 720rpx;
 
-     overflow: hidden;
 
-     border-bottom: 1px solid #d9d9d9;
 
- }
 
- .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 .avatar{
 
-     display: block;
 
-     float: left;
 
-     width: 67rpx;
 
-     height: 67rpx;
 
-     margin-right: 17rpx;
 
-     border-radius: 50%;
 
- }
 
- .comments .user .nickname{
 
-     display: block;
 
-     width: auto;
 
-     float: left;
 
-     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;
 
-     margin-bottom: 30rpx;
 
-     font-size: 29rpx;
 
-     color: #333;
 
- }
 
- .comments .load{
 
-     width: 720rpx;
 
-     height: 108rpx;
 
-     line-height: 108rpx;
 
-     text-align: center;
 
-     font-size: 38.5rpx;
 
- }
 
- .no-comments{
 
-     height: 297rpx;
 
- }
 
- .no-comments .txt{
 
-     height: 43rpx;
 
-     line-height: 43rpx;
 
-     display: block;
 
-     width: 100%;
 
-     text-align: center;
 
-     font-size: 29rpx;
 
-     color: #7f7f7f;
 
- }
 
- .no-comments .icon{
 
-     margin: 48rpx auto 18rpx auto;
 
-     height: 130rpx;
 
-     display: block;
 
-     width: 115rpx;
 
- }
 
- .rec-box{
 
-     width: 690rpx;
 
-     height: auto;
 
-     margin: 0 30rpx;
 
- }
 
- .rec-box .h{
 
-     position: relative;
 
-     width: 690rpx;
 
-     height: 96rpx;
 
-     /*border-bottom: 1px solid #d0d0d0;*/
 
-     margin-bottom: 32rpx;
 
- }
 
- .rec-box .h .txt{
 
-     display: inline-block;
 
-     position: absolute;
 
-     background: #f4f4f4;
 
-     top: 59rpx;
 
-     left: 200rpx;
 
-     width: 290rpx;
 
-     height: 45rpx;
 
-     line-height: 45rpx;
 
-     font-size: 30rpx;
 
-     color: #999;
 
-     text-align: center;
 
- }
 
- .rec-box .b .item{
 
-     width: 690rpx;
 
-     height: 397rpx;
 
-     padding: 24rpx 24rpx 30rpx 24rpx;
 
-     background: #fff;
 
-     margin-bottom: 30rpx;
 
- }
 
- .rec-box .b .item .img{
 
-     height: 278rpx;
 
-     width: 642rpx;
 
- }
 
- .rec-box .b .item .title{
 
-     display: block;
 
-     margin-top: 30rpx;
 
-     height: 30rpx;
 
-     width: 642rpx;
 
-     font-size: 28rpx;
 
- }
 
- @import "../../lib/wxParse/wxParse.wxss";
 
 
  |