activity.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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-text{
  63. text-indent: 2em;
  64. }
  65. .message-block{
  66. margin-bottom: 80rpx;
  67. margin-left: 50rpx;
  68. margin-right: 50rpx;
  69. font-size: 30rpx;
  70. } */
  71. .activity-detail {
  72. margin: -40rpx 40rpx 0rpx 40rpx;
  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. }
  101. .card {
  102. display: flex;
  103. flex-direction: column;
  104. width: 700rpx;
  105. margin: 50rpx 20rpx;
  106. padding-bottom: 20rpx;
  107. background-color: #ffffff;
  108. border-radius: 28rpx;
  109. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  110. }
  111. .avatar-name {
  112. display: flex;
  113. flex-direction: row;
  114. }
  115. .publisher-avatar {
  116. width: 50rpx;
  117. height: 50rpx;
  118. border-radius: 30rpx;
  119. margin-left: 10rpx;
  120. z-index: 2;
  121. border-color: #9E9E9E;
  122. border-style: solid;
  123. border-width: 2rpx;
  124. background-color: #ffffff;
  125. }
  126. .profile {
  127. display: flex;
  128. flex-direction: row;
  129. justify-content: space-between;
  130. position: relative;
  131. top: -20rpx;
  132. margin-right: 10rpx;
  133. }
  134. .publisher-name {
  135. font-size: 24rpx;
  136. align-self: center;
  137. background-color: #ffffff;
  138. padding: 5rpx 20rpx 5rpx 30rpx;
  139. margin-left: -20rpx;
  140. border-radius: 22rpx;
  141. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  142. z-index: 1;
  143. }
  144. .time {
  145. font-size: 16rpx;
  146. }
  147. .activity-attribute {
  148. font-size: 24rpx;
  149. align-self: center;
  150. padding-top: 5rpx;
  151. padding-bottom: 5rpx;
  152. padding-right: 20rpx;
  153. padding-left: 20rpx;
  154. border-radius: 28rpx;
  155. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  156. }
  157. .title {
  158. font-size: 28rpx;
  159. }
  160. .title-time {
  161. margin-left: 50rpx;
  162. margin-right: 30rpx;
  163. margin-bottom: 20rpx;
  164. display: flex;
  165. flex-direction: row;
  166. justify-content: space-between;
  167. align-items: flex-end;
  168. }
  169. .sub-title {
  170. font-size: 24rpx;
  171. margin-left: 50rpx;
  172. margin-bottom: 20rpx;
  173. margin-right: 20rpx;
  174. }
  175. .bottom-line {
  176. display: flex;
  177. flex-direction: row;
  178. justify-content: space-between;
  179. align-items: center;
  180. margin: 10rpx 10rpx 30rpx 10rpx;
  181. }
  182. .tags {
  183. display: flex;
  184. flex-direction: row;
  185. align-items: center;
  186. }
  187. .to-detail {
  188. display: flex;
  189. flex-direction: row;
  190. align-items: center;
  191. }
  192. .arrow {
  193. height: 20rpx;
  194. width: 20rpx;
  195. margin: 0rpx 20rpx 0rpx 20rpx;
  196. }