index.wxss 2.8 KB

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