circle.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. .liked{
  2. /* display: inline-block; */
  3. position: relative;
  4. margin-right: 10upx;
  5. width: 34upx;
  6. height: 34upx;
  7. }
  8. .post-username{
  9. font-size:32upx;
  10. font-weight: 600;
  11. color: #36648B;
  12. }
  13. .gallery_img {
  14. width: 100%;
  15. height: 100%
  16. }
  17. .header {
  18. width: 250upx;
  19. height: 250upx;
  20. z-index: 10;
  21. border-radius: 50%;
  22. }
  23. .publish {
  24. position: absolute;
  25. top: 20upx;
  26. right: 20upx;
  27. /* z-index: 9999; */
  28. }
  29. .post_header {
  30. width: 85upx !important;
  31. height: 85upx !important;
  32. border-radius: 50%;
  33. margin-top: 8upx;
  34. }
  35. #moments {
  36. background: #fff;
  37. }
  38. #moments .home-pic {
  39. width: 100%;
  40. /* margin-top: -150upx; */
  41. position: relative;
  42. height: 500upx;
  43. z-index: 5;
  44. margin-bottom: 50upx
  45. }
  46. #moments .home-pic-base {
  47. position: absolute;
  48. left: -60upx;
  49. bottom: -90upx;
  50. width: 100%;
  51. height: 160upx;
  52. padding: 0 15upx;
  53. }
  54. #moments .home-pic-base .top-pic {
  55. width: 250upx;
  56. height:250upx;
  57. border-radius: 50%;
  58. -webkit-transform: scale(0.5);
  59. -ms-transform: scale(0.5);
  60. transform: scale(0.5);
  61. -webkit-transform-origin: 100% 0%;
  62. -ms-transform-origin: 100% 0%;
  63. transform-origin: 100% 0%;
  64. background-color: #ffffff;
  65. float: right
  66. }
  67. .top-qianming{
  68. position: absolute;
  69. right: 80px;
  70. top: 80rpx;
  71. font-size: 12px;
  72. text-align: right;
  73. overflow: hidden;
  74. word-break: break-all;
  75. width: 53%;
  76. }
  77. #moments .home-pic-base .top-name {
  78. position: absolute;
  79. /* left: 20px; */
  80. right: 160upx;
  81. top: 4px;
  82. font-size: 32upx;
  83. font-weight: 600;
  84. text-align: right;
  85. color: #ffffff;
  86. overflow: hidden
  87. }
  88. #moments .moments__post {
  89. background: #fff;
  90. display: block;
  91. border-bottom: 1px solid #f2eeee;
  92. padding: 100upx 20upx;
  93. position: relative;
  94. display: -webkit-box;
  95. display: -webkit-flex;
  96. display: flex;
  97. }
  98. .bofang-button{
  99. top: 370rpx !important;
  100. }
  101. #moments .moments__post::before {
  102. content: none
  103. }
  104. #moments .moments__post .post_right {
  105. font-size: 32upx;
  106. display: table-cell;
  107. padding-left: 20upx;
  108. width: 100%;
  109. }
  110. /* #moments .moments__post .post_right .paragraphExtender {
  111. margin: 5px auto;
  112. display: -webkit-box;
  113. display: -webkit-flex;
  114. display: -ms-flexbox;
  115. display: flex
  116. } */
  117. #moments .moments__post .title {
  118. color: #094dcc
  119. }
  120. #moments .moments__post .thumbnails {
  121. width: 100%;
  122. display: flex;
  123. flex-wrap: wrap;
  124. /* display: -webkit-box;
  125. display: -webkit-flex;
  126. display: -ms-flexbox; */
  127. /* -webkit-flex-wrap: wrap;
  128. -ms-flex-wrap: wrap; */
  129. }
  130. #moments .moments__post .thumbnails .thumbnail {
  131. width: 30%;
  132. height: 180upx;
  133. margin: 4upx;
  134. background: #757575;
  135. overflow: hidden;
  136. }
  137. .my-gallery{
  138. width: 250upx;
  139. height: 400upx;
  140. margin: 4upx;
  141. background: #757575;
  142. overflow: hidden
  143. }
  144. #moments .moments__post .toolbar {
  145. position: relative;
  146. top: 10upx;
  147. display: -webkit-box;
  148. display: -webkit-flex;
  149. display: -ms-flexbox;
  150. display: flex;
  151. -webkit-box-align: center;
  152. -webkit-align-items: center;
  153. -ms-flex-align: center;
  154. align-items: center
  155. }
  156. #moments .moments__post .toolbar .timestamp {
  157. color: #757575;
  158. font-size: 22upx;
  159. }
  160. #moments .moments__post .like {
  161. width: auto;
  162. height: auto;
  163. position: absolute;
  164. right: 70upx;
  165. display: flex;
  166. align-items: center;
  167. }
  168. #moments .moments__post .comment {
  169. width: auto;
  170. height: auto;
  171. position: absolute;
  172. right: 10upx;
  173. display: flex;
  174. align-items: center;
  175. }
  176. #moments .moments__post .toolbar image{
  177. padding-left: 20upx;
  178. width: 30upx;
  179. height: 30upx;
  180. }
  181. .post-footer{
  182. margin-top: 30upx;
  183. background-color: #f3f3f5;
  184. width: 100%;
  185. }
  186. #moments .moments__post .footer_content {
  187. padding-left: 10upx;
  188. position: relative;
  189. display: -webkit-box;
  190. display: -webkit-flex;
  191. display: -ms-flexbox;
  192. display: flex;
  193. -webkit-box-align: center;
  194. -webkit-align-items: center;
  195. -ms-flex-align: center;
  196. align-items: center;
  197. -webkit-flex-wrap: wrap;
  198. -ms-flex-wrap: wrap;
  199. flex-wrap: wrap
  200. }
  201. #moments .moments__post .footer_content .nickname {
  202. color: #36648B;
  203. font-size: 24upx
  204. }
  205. #moments .moments__post .footer_content .comment-nickname {
  206. color: #36648B;
  207. font-size: 24upx
  208. }
  209. #moments .moments__post .footer_content .comment-content {
  210. color: #000000;
  211. font-size: 24upx
  212. }
  213. .foot {
  214. position: fixed;
  215. width: 100%;
  216. height: 90upx;
  217. min-height: 90upx;
  218. left: 0upx;
  219. bottom: 0upx;
  220. overflow: hidden;
  221. }