index.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /* pages/user/my_comment/index.wxss */
  2. .container{
  3. padding: 0;
  4. color: #646464;
  5. margin-bottom: 80rpx;
  6. }
  7. .weui-tab__panel {
  8. padding-top: 0;
  9. }
  10. .comment_avatar {
  11. width: 32rpx;
  12. height: 32rpx;
  13. border-radius: 50%;
  14. }
  15. .weui-cell {
  16. padding: 0;
  17. }
  18. .weui-cell__ft{
  19. font-size: 24rpx;
  20. }
  21. .comment-user{
  22. display: flex;
  23. align-items: center;
  24. flex: 1;
  25. }
  26. .weui-cell__bd{
  27. display: flex;
  28. margin-left: 24rpx;
  29. }
  30. .comment_name, .comment_time{
  31. font-size: 24rpx;
  32. }
  33. .weui-media-box{
  34. padding: 0;
  35. }
  36. .comment_content{
  37. color: #000;
  38. font-size: 28rpx;
  39. margin: 30rpx 0 46rpx 0;
  40. word-break: break-all;
  41. }
  42. .comment_exhibition{
  43. display: flex;
  44. background: #eeeeee;
  45. height: 180rpx;
  46. padding: 20rpx;
  47. border-radius: 8rpx;
  48. box-sizing: border-box;
  49. }
  50. .comment_image_warpper{
  51. width: 186rpx;
  52. border-radius: 8rpx;
  53. flex-shrink: 0;
  54. overflow: hidden;
  55. }
  56. .comment_image{
  57. max-width: 100%;
  58. max-height: 100%;
  59. display: block;
  60. box-sizing: border-box;
  61. }
  62. .comment_exhibition_info{
  63. display: flex;
  64. flex-direction: column;
  65. margin-left: 48rpx;
  66. }
  67. .comment_exhibition_info_title{
  68. font-weight: bold;
  69. overflow: hidden;
  70. white-space: nowrap;
  71. text-overflow: ellipsis;
  72. width: 350rpx;
  73. color: #000;
  74. }
  75. .comment_exhibition_info_txt{
  76. font-size: 24rpx;
  77. color: #646464;
  78. }
  79. .fdkk-cells{
  80. background: #fff;
  81. margin-bottom: 20rpx;
  82. padding-top: 60rpx ;
  83. }
  84. .weui-tab__content_item{
  85. padding:0 44rpx;
  86. background: #fff;
  87. }
  88. .weui-tab__content_item:last-child > .fdkk-cells{
  89. margin-bottom: 0;
  90. }
  91. .comment-dec{
  92. display: flex;
  93. justify-content: space-between;
  94. }
  95. .icon-zan {
  96. /* float: right; */
  97. font-size: 24rpx;
  98. /* margin-right: 50rpx; */
  99. }
  100. .icon-zan_active{
  101. color: #e02f2f
  102. }
  103. .soreSty{
  104. margin-left: 20rpx;
  105. }
  106. /* 没有收藏 */
  107. .noCollection{
  108. width: 100%;
  109. height: 100%;
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. flex-direction: column;
  114. }
  115. .noCollection image{
  116. width: 450rpx;
  117. height: 450rpx;
  118. margin: 0 auto;
  119. margin-top: 196rpx;
  120. margin-bottom: 272rpx;
  121. }
  122. .noCollection text{
  123. color: #646464;
  124. font-size: 32rpx;
  125. opacity: 0.9;
  126. }