mytalk.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .container{
  2. width: 100%;
  3. height: 100%;
  4. background-color: #f9f9f9;
  5. }
  6. /* 评论列表 */
  7. .comment-cotent{
  8. /* overflow: hidden; */
  9. }
  10. .comment-item{
  11. margin: 20rpx 0;
  12. padding: 20rpx 30rpx;
  13. background-color: #ffffff;
  14. }
  15. .comment .comment-cotent .user-comment{
  16. width: auto;
  17. /* height: 300rpx; */
  18. /* 不设置高度,自动高度 */
  19. /* overflow: hidden; */
  20. }
  21. .comment-cotent .user-comment .user-comment-title{
  22. width: auto;
  23. height: 100rpx;
  24. /* background-color: #888888; */
  25. }
  26. .user-comment .user-comment-title .user-pic{
  27. width: 100rpx;
  28. height: 100rpx;
  29. }
  30. .user-pic .user-pic-img{
  31. border-radius: 50rpx;
  32. }
  33. .user-comment .user-comment-title .user-title-mid{
  34. width: 300rpx;
  35. height: 100rpx;
  36. padding: 0rpx 20rpx;
  37. }
  38. .user-comment-title .user-title-mid .user-name,.user-comment-score{
  39. margin: 5rpx;
  40. }
  41. .user-comment-title .user-title-mid .user-name{
  42. font-size: 30rpx;
  43. font-weight: 540;
  44. }
  45. .user-comment-score{
  46. font-size: 22rpx;
  47. color: #777777;
  48. }
  49. .star{
  50. width: 20rpx;
  51. height: 20rpx;
  52. margin: 0 3rpx;
  53. }
  54. .user-comment .user-comment-title .user-comment-date{
  55. width: 250rpx;
  56. height: 100rpx;
  57. /* line-height: 100rpx; */
  58. font-size: 25rpx;
  59. text-align: right;
  60. color: #888888;
  61. }
  62. .user-comment-content{
  63. }
  64. .user-comment-text{
  65. padding: 15rpx 0rpx;
  66. font-size: 25rpx;
  67. }
  68. .user-comment-pics{
  69. margin: 20rpx 0 0 0;
  70. width: 100%;
  71. }
  72. .user-comment-pics image{
  73. margin: 0 20rpx 0 0;
  74. width: 150rpx;
  75. height: 150rpx;
  76. border-radius: 5rpx;
  77. }
  78. .user-comment-reply{
  79. padding: 15rpx 0rpx;
  80. font-size: 25rpx;
  81. background-color: #f5f5f5;
  82. }
  83. .bottom{
  84. width: auto;
  85. height: 30rpx;
  86. line-height: 30rpx;
  87. font-size: 25rpx;
  88. color: #999999;
  89. text-align: center;
  90. }
  91. .empty{
  92. width:300rpx;
  93. height:300rpx;
  94. position: absolute;
  95. top: 0;
  96. left: 0;
  97. right: 0;
  98. bottom: 0;
  99. margin: auto;
  100. text-align: center;
  101. }
  102. .empty image{
  103. display: block;
  104. width: 110rpx;
  105. height: 100rpx;
  106. margin: 30rpx auto;
  107. }
  108. .empty text{
  109. display: block;
  110. text-align: center;
  111. color: #666;
  112. font-size: 26rpx;
  113. }