index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /**index.wxss**/
  2. .chart{
  3. background:#000;
  4. color:white;
  5. /* height:500rpx; */
  6. width:100%;
  7. /* position:fixed;
  8. top:100rpx;
  9. left:0;
  10. right:0; */
  11. }
  12. .middleCharts{
  13. width:100%;
  14. height:90%;
  15. background:#1C1C1C;
  16. /* position:relative;
  17. top:50px; */
  18. margin:5% auto;
  19. border-radius:3px;
  20. }
  21. ec-canvas {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. #mychart{
  26. margin:0 auto;
  27. }
  28. .buttonText{
  29. width:95%;
  30. height:20%;
  31. background:#1C1C1C;
  32. /* position:relative;
  33. top:50px; */
  34. margin:5% auto;
  35. border-radius:3px;
  36. }
  37. .nextText{
  38. /* width:90%; */
  39. /* height:5%; */
  40. background:#1C1C1C;
  41. border-radius:3px;
  42. margin:0 auto;
  43. }
  44. .swiper-tab {
  45. width: 100%;
  46. text-align: center;
  47. line-height: 80rpx;
  48. position: relative;
  49. }
  50. .swiper-tab-list {
  51. font-size: 30rpx;
  52. display: inline-block;
  53. width: 20%;
  54. color: #777;
  55. }
  56. .on {
  57. color: #D81E06;
  58. border-bottom: 5rpx solid #D81E06;
  59. }
  60. .image{
  61. position:absolute;
  62. width: 40rpx;
  63. height:40rpx;
  64. right: 20rpx;
  65. top:20rpx;
  66. }
  67. .userinfo {
  68. width:100%;
  69. /* display: flex;
  70. flex-direction: column;
  71. align-items: center; */
  72. }
  73. .imageSize{
  74. width: 100%;
  75. }
  76. .search{
  77. margin-top: -50rpx;
  78. background-color: #fff;
  79. border: 1rpx solid #fff;
  80. border-radius: 10rpx;
  81. align-items: center;
  82. width:90%;
  83. height: 80rpx;
  84. position: relative;
  85. /* display: flex; */
  86. /* flex-direction: row; */
  87. justify-content:space-between;
  88. }
  89. .weui-input{
  90. margin-left: 30rpx;
  91. height: 100%;
  92. }
  93. .weui-search-bar__cancel-btn{
  94. position: absolute;
  95. top:20rpx;
  96. right:20rpx;
  97. }
  98. .news{
  99. width:90%;
  100. margin-bottom: 20rpx;
  101. }
  102. .line{
  103. background: #E0E3DA;
  104. width: 100%;
  105. height: 2rpx;
  106. margin-top: 5rpx;
  107. }
  108. .news-today{
  109. color: #fff;
  110. font-size: 40rpx;
  111. }
  112. .today{
  113. width: 90%;
  114. background-color:#1C1C1C ;
  115. color:#F2F2F2;
  116. }
  117. .userinfo-avatar {
  118. width: 128rpx;
  119. height: 128rpx;
  120. margin: 20rpx;
  121. border-radius: 50%;
  122. }
  123. .userinfo-nickname {
  124. color: #aaa;
  125. }
  126. .usermotto {
  127. margin-top: 200px;
  128. }
  129. .avater {
  130. height: 50rpx;
  131. width: 50rpx;
  132. border-radius: 100rpx;
  133. margin-top: 25rpx;
  134. float: left;
  135. }
  136. .tab{
  137. width: 100%;
  138. background-color:#1C1C1C ;
  139. color: #fff;
  140. }
  141. .content-item {
  142. /* height: 50rpx; */
  143. /* border-bottom: 1rpx solid #ede1d4; */
  144. width: 100%;
  145. display: flex;
  146. flex-direction: column;
  147. /* margin-bottom: 10rpx; */
  148. }
  149. .from{
  150. font-size: 24rpx;
  151. margin-left: 20rpx;
  152. color: #999;
  153. margin-top:10rpx;
  154. }
  155. .name {
  156. font-size: 30rpx;
  157. /* line-height: 100rpx; */
  158. color: #fff;
  159. margin:10rpx 20rpx;
  160. /* width: 100%; */
  161. height:100%;
  162. overflow: hidden;
  163. /* border: 1rpx solid red; */
  164. }
  165. .wawa {
  166. font-size: 26rpx;
  167. margin-left:20rpx;
  168. /* float: right; */
  169. /* line-height: 100rpx; */
  170. /* margin-right: 20rpx; */
  171. color: #999;
  172. }
  173. .time{
  174. font-size: 24rpx;
  175. margin-left:20rpx;
  176. color: #999;
  177. margin-top:10rpx;
  178. margin-bottom: 10rpx;
  179. }