activity.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. .like {
  2. height: 40rpx;
  3. width: 40rpx;
  4. position: relative;
  5. float: right;
  6. right: 40rpx;
  7. }
  8. .comment {
  9. display: flex;
  10. justify-content: space-between;
  11. align-items: center;
  12. height: 80rpx;
  13. padding-left: 20rpx;
  14. padding-right: 20rpx;
  15. position: fixed;
  16. bottom: 0rpx;
  17. left: 0rpx;
  18. right: 0rpx;
  19. }
  20. .comment-inside {
  21. border-radius: 20rpx;
  22. background: #dadada;
  23. }
  24. .comment-input {
  25. font-size: 35rpx;
  26. }
  27. .comment-button {
  28. height: 80rpx;
  29. width: 100rpx;
  30. line-height: 80rpx;
  31. font-size: 30rpx;
  32. text-align: center;
  33. }
  34. .page {
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: flex-start;
  38. width: 100%;
  39. }
  40. .card {
  41. display: flex;
  42. flex-direction: column;
  43. align-self: center;
  44. align-items: center;
  45. width: 700rpx;
  46. margin: 50rpx 20rpx;
  47. padding-bottom: 20rpx;
  48. background-color: #ffffff;
  49. border-radius: 28rpx;
  50. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  51. }
  52. .card1 {
  53. display: flex;
  54. flex-direction: column;
  55. align-self: center;
  56. width: 700rpx;
  57. margin: 10rpx 30rpx;
  58. }
  59. .avatar-name {
  60. display: flex;
  61. }
  62. .publisher-avatar {
  63. width: 50rpx;
  64. height: 50rpx;
  65. border-radius: 30rpx;
  66. margin-left: 10rpx;
  67. z-index: 2;
  68. border-color: #9E9E9E;
  69. border-style: solid;
  70. border-width: 2rpx;
  71. background-color: #ffffff;
  72. }
  73. .profile {
  74. display: flex;
  75. justify-content: space-between;
  76. position: relative;
  77. top: -20rpx;
  78. margin-right: 10rpx;
  79. }
  80. .publisher-name {
  81. font-size: 24rpx;
  82. align-self: center;
  83. background-color: #ffffff;
  84. padding: 5rpx 20rpx 5rpx 30rpx;
  85. margin-left: -20rpx;
  86. border-radius: 22rpx;
  87. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  88. z-index: 1;
  89. }
  90. .time {
  91. font-size: 20rpx;
  92. }
  93. .activity-attribute {
  94. font-size: 24rpx;
  95. align-self: center;
  96. padding-top: 5rpx;
  97. padding-bottom: 5rpx;
  98. padding-right: 20rpx;
  99. padding-left: 20rpx;
  100. border-radius: 28rpx;
  101. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  102. }
  103. .title {
  104. font-size: 28rpx;
  105. }
  106. .title2 {
  107. font-size: 34rpx;
  108. position: relative;
  109. float: left;
  110. left: 30rpx;
  111. }
  112. .title-time {
  113. margin-left: 50rpx;
  114. margin-right: 30rpx;
  115. margin-bottom: 20rpx;
  116. display: flex;
  117. justify-content: space-between;
  118. align-items: flex-end;
  119. }
  120. .bottom-line {
  121. display: flex;
  122. justify-content: space-between;
  123. align-items: center;
  124. margin: 10rpx 10rpx 30rpx 10rpx;
  125. }
  126. .activity-poster {
  127. height: 400rpx;
  128. width: 700rpx;
  129. border-radius: 20rpx 20rpx 0rpx 0rpx;
  130. }
  131. .text {
  132. font-size: 24rpx;
  133. margin-left: 50rpx;
  134. margin-bottom: 20rpx;
  135. margin-right: 20rpx;
  136. }
  137. .line {
  138. height: 2rpx;
  139. margin: 10rpx 20rpx 20rpx 20rpx;
  140. }