activity.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .brief-info-left{
  26. display: flex;
  27. align-items: center;
  28. }
  29. .publisher-avatar{
  30. height: 50rpx;
  31. width: 50rpx;
  32. border-radius: 30rpx;
  33. }
  34. .publisher-name{
  35. font-weight: 800;
  36. margin-left: 10rpx;
  37. } */
  38. .like {
  39. height: 50rpx;
  40. width: 50rpx;
  41. }
  42. /* .activity-name{
  43. font-weight: 800;
  44. margin-left: 60rpx;
  45. margin-bottom: 10rpx;
  46. }
  47. .activity-time{
  48. margin-left: 50rpx;
  49. font-size: 30rpx;
  50. }
  51. .activity-place{
  52. margin-left: 50rpx;
  53. font-size: 30rpx;
  54. }
  55. .line{
  56. width: 100%;
  57. height: 5rpx;
  58. margin: 5rpx 0rpx;
  59. }
  60. .activity-detail-text{
  61. text-indent: 2em;
  62. }
  63. .message-block{
  64. margin-bottom: 80rpx;
  65. margin-left: 50rpx;
  66. margin-right: 50rpx;
  67. font-size: 30rpx;
  68. } */
  69. .activity-detail {
  70. margin: -40rpx 40rpx 0rpx 40rpx;
  71. font-size: 30rpx;
  72. }
  73. .comment {
  74. display: flex;
  75. justify-content: space-between;
  76. align-items: center;
  77. height: 80rpx;
  78. padding-left: 20rpx;
  79. padding-right: 20rpx;
  80. position: fixed;
  81. bottom: 0rpx;
  82. left: 0rpx;
  83. right: 0rpx;
  84. }
  85. .comment-inside {
  86. border-radius: 20rpx;
  87. background: #dadada;
  88. }
  89. .comment-input {
  90. font-size: 35rpx;
  91. }
  92. .comment-button {
  93. height: 80rpx;
  94. width: 100rpx;
  95. line-height: 80rpx;
  96. font-size: 30rpx;
  97. text-align: center;
  98. }
  99. .page {
  100. display: flex;
  101. flex-direction: column;
  102. justify-content: flex-start;
  103. width: 100%;
  104. }
  105. .card {
  106. display: flex;
  107. flex-direction: column;
  108. align-self: center;
  109. width: 700rpx;
  110. margin: 50rpx 20rpx;
  111. padding-bottom: 20rpx;
  112. background-color: #ffffff;
  113. border-radius: 28rpx;
  114. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  115. }
  116. .avatar-name {
  117. display: flex;
  118. }
  119. .publisher-avatar {
  120. width: 50rpx;
  121. height: 50rpx;
  122. border-radius: 30rpx;
  123. margin-left: 10rpx;
  124. z-index: 2;
  125. border-color: #9E9E9E;
  126. border-style: solid;
  127. border-width: 2rpx;
  128. background-color: #ffffff;
  129. }
  130. .profile {
  131. display: flex;
  132. justify-content: space-between;
  133. position: relative;
  134. top: -20rpx;
  135. margin-right: 10rpx;
  136. }
  137. .publisher-name {
  138. font-size: 24rpx;
  139. align-self: center;
  140. background-color: #ffffff;
  141. padding: 5rpx 20rpx 5rpx 30rpx;
  142. margin-left: -20rpx;
  143. border-radius: 22rpx;
  144. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  145. z-index: 1;
  146. }
  147. .time {
  148. font-size: 16rpx;
  149. }
  150. .activity-attribute {
  151. font-size: 24rpx;
  152. align-self: center;
  153. padding-top: 5rpx;
  154. padding-bottom: 5rpx;
  155. padding-right: 20rpx;
  156. padding-left: 20rpx;
  157. border-radius: 28rpx;
  158. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  159. }
  160. .title {
  161. font-size: 28rpx;
  162. }
  163. .title-time {
  164. margin-left: 50rpx;
  165. margin-right: 30rpx;
  166. margin-bottom: 20rpx;
  167. display: flex;
  168. justify-content: space-between;
  169. align-items: flex-end;
  170. }
  171. .sub-title {
  172. font-size: 24rpx;
  173. margin-left: 50rpx;
  174. margin-bottom: 20rpx;
  175. margin-right: 20rpx;
  176. }
  177. .bottom-line {
  178. display: flex;
  179. justify-content: space-between;
  180. align-items: center;
  181. margin: 10rpx 10rpx 30rpx 10rpx;
  182. }
  183. .tags {
  184. display: flex;
  185. align-items: center;
  186. }
  187. .to-detail {
  188. display: flex;
  189. align-items: center;
  190. }
  191. .arrow {
  192. height: 20rpx;
  193. width: 20rpx;
  194. margin: 0rpx 20rpx 0rpx 20rpx;
  195. }