index.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/user/my_comment/index.wxss */
  2. .container{
  3. background: #eee;
  4. padding: 0;
  5. }
  6. .weui-tab__panel {
  7. padding-top: 0;
  8. }
  9. .comment_avatar {
  10. width: 80rpx;
  11. height: 80rpx;
  12. border-radius: 50%;
  13. }
  14. .weui-cell {
  15. padding: 10rpx 0 0;
  16. }
  17. .weui-cell__bd{
  18. margin-left: 30rpx;
  19. }
  20. .comment_name{
  21. font-size: 30rpx;
  22. }
  23. .comment_time{
  24. font-size: 24rpx;
  25. color: #999;
  26. }
  27. .weui-media-box{
  28. padding: 0;
  29. }
  30. .comment_content{
  31. margin: 20rpx 0;
  32. }
  33. .comment_exhibition{
  34. background: #eeeeee;
  35. height: 150rpx;
  36. display: flex;
  37. /* justify-content: center; */
  38. /* align-items: center; */
  39. }
  40. .comment_image{
  41. width: 150rpx;
  42. height: 150rpx;
  43. }
  44. .comment_exhibition_info{
  45. margin: 14rpx;
  46. }
  47. .comment_exhibition_info_title{
  48. font-weight: bold;
  49. }
  50. .comment_exhibition_info_txt{
  51. font-size: 22rpx;
  52. color: #999;
  53. }
  54. .fdkk-cells{
  55. background: #fff;
  56. margin-bottom: 20rpx;
  57. padding: 20rpx 0;
  58. }
  59. .weui-tab__content_item{
  60. padding:0 30rpx;
  61. background: #fff;
  62. }
  63. .weui-tab__content_item:last-child > .fdkk-cells{
  64. margin-bottom: 0;
  65. }
  66. .comment-dec{
  67. display: flex;
  68. justify-content: space-between;
  69. margin-top: 20rpx;
  70. }
  71. .icon-zan {
  72. /* float: right; */
  73. font-size: 24rpx;
  74. /* margin-right: 50rpx; */
  75. }
  76. .icon-zan_active{
  77. color: #e02f2f
  78. }
  79. .soreSty{
  80. margin-left: 20rpx;
  81. }