activity.wxss 3.9 KB

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