activity.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .activity-poster{
  2. width: 100%;
  3. height: 300rpx;
  4. margin-bottom: 0rpx;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .activity-info{
  9. font-size: 35rpx;
  10. display: flex;
  11. flex-direction: column;
  12. }
  13. .top-column{
  14. margin-left: 30rpx;
  15. margin-right: 30rpx;
  16. display: flex;
  17. flex-direction: column;
  18. margin-top: 10rpx;
  19. }
  20. .brief-info{
  21. display: flex;
  22. flex-direction: row;
  23. align-items: center;
  24. justify-content: space-between;
  25. }
  26. .brief-info-left{
  27. display: flex;
  28. flex-direction: row;
  29. align-items: center;
  30. }
  31. .publisher-avatar{
  32. height: 50rpx;
  33. width: 50rpx;
  34. border-radius: 30rpx;
  35. }
  36. .publisher-name{
  37. font-weight: 800;
  38. margin-left: 10rpx;
  39. }
  40. .like{
  41. height: 50rpx;
  42. width: 50rpx;
  43. }
  44. .activity-name{
  45. font-weight: 800;
  46. margin-left: 60rpx;
  47. margin-bottom: 10rpx;
  48. }
  49. .activity-time{
  50. margin-left: 50rpx;
  51. font-size: 30rpx;
  52. }
  53. .activity-place{
  54. margin-left: 50rpx;
  55. font-size: 30rpx;
  56. }
  57. .line{
  58. width: 100%;
  59. height: 5rpx;
  60. margin: 5rpx 0rpx;
  61. }
  62. .activity-detail{
  63. margin: 15rpx 50rpx;
  64. font-size: 30rpx;
  65. }
  66. .activity-detail-text{
  67. text-indent: 2em;
  68. }
  69. .message-block{
  70. margin-bottom: 80rpx;
  71. margin-left: 50rpx;
  72. margin-right: 50rpx;
  73. font-size: 30rpx;
  74. }
  75. .comment {
  76. display: flex;
  77. justify-content: space-between;
  78. align-items: center;
  79. height: 80rpx;
  80. padding-left: 20rpx;
  81. padding-right: 20rpx;
  82. position: fixed;
  83. bottom: 0rpx;
  84. left: 0rpx;
  85. right: 0rpx;
  86. }
  87. .comment-inside{
  88. border-radius: 20rpx;
  89. background: #dadada;
  90. }
  91. .comment-input {
  92. font-size: 35rpx;
  93. }
  94. .comment-button {
  95. height: 80rpx;
  96. width: 100rpx;
  97. line-height: 80rpx;
  98. font-size: 30rpx;
  99. text-align: center;
  100. }