index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. }
  41. .comment_exhibition{
  42. display: flex;
  43. background: #eeeeee;
  44. height: 180rpx;
  45. padding: 20rpx;
  46. border-radius: 8rpx;
  47. box-sizing: border-box;
  48. }
  49. .comment_image_warpper{
  50. width: 186rpx;
  51. border-radius: 8rpx;
  52. flex-shrink: 0;
  53. overflow: hidden;
  54. }
  55. .comment_image{
  56. max-width: 100%;
  57. max-height: 100%;
  58. display: block;
  59. box-sizing: border-box;
  60. }
  61. .comment_exhibition_info{
  62. display: flex;
  63. flex-direction: column;
  64. margin-left: 48rpx;
  65. }
  66. .comment_exhibition_info_title{
  67. font-weight: bold;
  68. overflow: hidden;
  69. white-space: nowrap;
  70. text-overflow: ellipsis;
  71. width: 350rpx;
  72. color: #000;
  73. }
  74. .comment_exhibition_info_txt{
  75. font-size: 24rpx;
  76. color: #646464;
  77. }
  78. .fdkk-cells{
  79. background: #fff;
  80. margin-bottom: 20rpx;
  81. padding-top: 60rpx ;
  82. }
  83. .weui-tab__content_item{
  84. padding:0 44rpx;
  85. background: #fff;
  86. }
  87. .weui-tab__content_item:last-child > .fdkk-cells{
  88. margin-bottom: 0;
  89. }
  90. .comment-dec{
  91. display: flex;
  92. justify-content: space-between;
  93. }
  94. .icon-zan {
  95. /* float: right; */
  96. font-size: 24rpx;
  97. /* margin-right: 50rpx; */
  98. }
  99. .icon-zan_active{
  100. color: #e02f2f
  101. }
  102. .soreSty{
  103. margin-left: 20rpx;
  104. }
  105. /* 没有收藏 */
  106. .noCollection{
  107. width: 100%;
  108. height: 100%;
  109. display: flex;
  110. justify-content: center;
  111. align-items: center;
  112. flex-direction: column;
  113. }
  114. .noCollection image{
  115. width: 450rpx;
  116. height: 450rpx;
  117. margin: 0 auto;
  118. margin-top: 196rpx;
  119. margin-bottom: 272rpx;
  120. }
  121. .noCollection text{
  122. color: #646464;
  123. font-size: 32rpx;
  124. opacity: 0.9;
  125. }