Sin descripción

burst.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. .container{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .join_top{
  6. width: 100%;
  7. height: 0.67rem;
  8. background: #FFAA48;
  9. }
  10. /*用户信息*/
  11. .burst_top{
  12. width:3.55rem;
  13. height:1.16rem;
  14. background: #FFFFFF;
  15. border-radius:0.04rem;
  16. margin: auto;
  17. margin-top: -0.67rem;
  18. padding: 0 0.16rem;
  19. box-sizing: border-box;
  20. }
  21. .burst_top .user_info{
  22. padding-top: 0.22rem;
  23. padding-bottom: 0.14rem;
  24. }
  25. .burst_top .user_info .touxiang{
  26. display: inline-block;
  27. width: 0.4rem;
  28. height: 0.4rem;
  29. border-radius: 0.1rem;
  30. margin-right: 0.14rem;
  31. }
  32. .burst_top .user_info .username{
  33. display: inline-block;
  34. width:1.8rem;
  35. font-size:0.14rem;
  36. color:#333333;
  37. line-height:20px;
  38. margin-right: 0.18rem;
  39. margin-top: 0.03rem;
  40. }
  41. .burst_top .user_info .follow{
  42. display: inline-block;
  43. width:0.62rem;
  44. height:0.23rem;
  45. font-size: 0.14rem;
  46. background:linear-gradient(180deg,rgba(255,183,54,1) 0%,rgba(255,170,72,1) 100%);
  47. border-radius:0.06rem;
  48. line-height: 0.23rem;
  49. text-align: center;
  50. letter-spacing: 0.005rem;
  51. }
  52. .burst_top .introduce{
  53. padding-top: 0.12rem;
  54. padding-bottom: 0.11rem;
  55. border-top:#D8D8D8 0.01rem solid;
  56. font-size:0.12rem;
  57. color:#666666;
  58. line-height:0.17rem;
  59. }
  60. /*列表*/
  61. .burst_con{
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .burst_list{
  66. width:3.55rem;
  67. /*height:1.64rem;*/
  68. background:#FFFFFF;
  69. border-radius:0.04rem;
  70. margin: auto;
  71. margin-top: 0.10rem;
  72. padding: 0 0.16rem;
  73. box-sizing: border-box;
  74. }
  75. .burst_news{
  76. padding-top: 0.1rem;
  77. padding-bottom: 0.14rem;
  78. box-sizing: border-box;
  79. }
  80. .burst_news .title{
  81. font-size:0.14rem;
  82. color:rgba(34,34,34,1);
  83. line-height:0.2rem;
  84. margin-bottom: 0.09rem;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. white-space: nowrap;
  88. }
  89. .burst_news .con{
  90. font-size:0.12rem;
  91. color:#999999;
  92. line-height:0.17rem;
  93. margin-bottom: 0.14rem;
  94. }
  95. .burst_news .info{
  96. height: 0.24rem;
  97. }
  98. .burst_news .info .icon{
  99. display: inline-block;
  100. width: 0.24rem;
  101. height: 0.24rem;
  102. border-radius: 50%;
  103. }
  104. .tel{
  105. width:0.73rem;
  106. font-size:0.12rem;
  107. color:#555555;
  108. line-height:0.17rem;
  109. margin-left: 0.13rem;
  110. margin-right: 0.15rem;
  111. }
  112. .time{
  113. font-size:0.12rem;
  114. color:#888888;
  115. line-height:0.17rem;
  116. }
  117. .browse_count{
  118. border-top:#D8D8D8 0.01rem solid;
  119. font-size:0.12rem;
  120. color:#999999;
  121. line-height:0.4rem;
  122. display: flex;
  123. justify-content: space-around;
  124. }
  125. .span_1,.span_2,.span_3{
  126. width: 100%;
  127. vertical-align: middle;
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. }
  132. .news_icon{
  133. display: inline-block;
  134. width: 0.17rem;
  135. height: 0.17rem;
  136. margin-right: 0.07rem;
  137. }
  138. .news_count{}
  139. /*我要发布按钮*/
  140. .release{
  141. width:0.43rem;
  142. height:0.43rem;
  143. border-radius: 50%;
  144. position: fixed;
  145. top: 5rem;
  146. right: 0.5rem;
  147. }
  148. .loading {
  149. font-size: 0.12rem;
  150. color: #333;
  151. text-align: center;
  152. line-height: 0.3rem;
  153. cursor: pointer;
  154. margin: 0.2rem auto 0;
  155. }
  156. /*提示*/
  157. .alert-info {position: absolute;top: 2.74rem; right: 0; left: 0;bottom: 0; text-align: center;z-index: 999;}
  158. .alert-info p {display: inline-block;height: 0.38rem;color: #fff;font-size: 0.14rem;line-height: 0.38rem;padding: 0 0.10rem;background-color: rgba(0, 0, 0, 0.7);border-radius: 5px;}