index.wxss 2.7 KB

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