问星数据小程序

common.wxss 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. .goTop {
  2. position: fixed;
  3. bottom: 180rpx;
  4. right: 40rpx;
  5. width: 60rpx;
  6. height: 60rpx;
  7. z-index: 22;
  8. }
  9. .scroll-view-fixed {
  10. width: 100%;
  11. position: fixed;
  12. top: 0;
  13. z-index: 99;
  14. }
  15. .scroll-view_H {
  16. white-space: nowrap;
  17. height: 78rpx;
  18. border-bottom: 2rpx solid #E3E3E3;
  19. background: #ffffff;
  20. }
  21. .scroll-view-item_H {
  22. display: inline-block;
  23. width: 70%;
  24. }
  25. .scroll-view-item_H > view {
  26. display: inline-block;
  27. width: 100px;
  28. text-align: center;
  29. line-height: 78rpx;
  30. font-size: 28rpx;
  31. color: #7D9CAB;
  32. }
  33. .scroll-view-item_H > view.active {
  34. color: #2A89F3;
  35. font-weight: bold;
  36. }
  37. .scroll-view-item_H > view.active::after {
  38. width: 52rpx;
  39. height: 4rpx;
  40. border-radius: 4rpx;
  41. background: #2A85EA;
  42. content: '';
  43. display: block;
  44. margin: auto;
  45. margin-top: -14rpx;
  46. }
  47. .trendHint {
  48. font-size: 24rpx;
  49. color: #333333;
  50. position: absolute;
  51. top: 30rpx;
  52. left: 20rpx;
  53. }
  54. .trendHint::before {
  55. content: "";
  56. display: inline-block;
  57. width: 20rpx;
  58. height: 20rpx;
  59. background: #1c87ff;
  60. margin-right: 15rpx;
  61. }
  62. .dataTrend {
  63. background: #ffffff;
  64. }
  65. .dataTrend .dataInfo {
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-around;
  69. padding-top: 40rpx;
  70. padding-bottom: 28rpx;
  71. }
  72. .dataTrend .dataInfo .info {
  73. text-align: center;
  74. }
  75. .dataTrend .dataInfo .info .infoTitle {
  76. font-size: 24rpx;
  77. line-height: 34rpx;
  78. color: #7D9CAB;
  79. margin-bottom: 4rpx;
  80. }
  81. .dataTrend .dataInfo .info text {
  82. font-size: 34rpx;
  83. line-height: 48rpx;
  84. color: #333333;
  85. font-weight: bold;
  86. }
  87. .listView {
  88. background: #ffffff;
  89. margin: 20rpx 20rpx 0;
  90. padding: 30rpx 22rpx;
  91. }
  92. .listView .infoView {
  93. display: flex;
  94. align-items: center;
  95. }
  96. .listView .infoView .coverImg {
  97. width: 160rpx;
  98. height: 200rpx;
  99. position: relative;
  100. overflow: hidden;
  101. background: url("https://kx-bigdata.oss-cn-beijing.aliyuncs.com/blur_bg.png") no-repeat;
  102. background-size: 100% 100%;
  103. margin-right: 32rpx;
  104. }
  105. .listView .infoView .coverImg image {
  106. width: 100%;
  107. position: absolute;
  108. top: 0;
  109. bottom: 0;
  110. left: 0;
  111. right: 0;
  112. margin: auto;
  113. }
  114. .listView .infoView .info {
  115. flex: 1;
  116. padding: 0 10rpx;
  117. }
  118. .listView .infoView .info .caption {
  119. font-size: 28rpx;
  120. line-height: 40rpx;
  121. font-weight: bold;
  122. display: -webkit-box;
  123. overflow: hidden;
  124. text-overflow: ellipsis;
  125. word-wrap: break-word;
  126. white-space: normal !important;
  127. -webkit-line-clamp: 2;
  128. -webkit-box-orient: vertical;
  129. }
  130. .listView .infoView .info .nameInfo {
  131. display: flex;
  132. align-items: center;
  133. justify-content: space-between;
  134. font-size: 24rpx;
  135. color: #333333;
  136. margin-top: 6rpx;
  137. }
  138. .listView .infoView .info .nameInfo .name image {
  139. display: inline-block;
  140. width: 32rpx;
  141. height: 32rpx;
  142. vertical-align: middle;
  143. border-radius: 50%;
  144. margin-right: 10rpx;
  145. }
  146. .listView .infoView .info .time {
  147. font-size: 20rpx;
  148. color: #888888;
  149. line-height: 28rpx;
  150. margin-top: 12rpx;
  151. }
  152. .listView .infoView .info .other_info {
  153. display: flex;
  154. align-items: center;
  155. justify-content: space-between;
  156. font-size: 24rpx;
  157. line-height: 34rpx;
  158. color: #7D9CAB;
  159. margin-top: 4rpx;
  160. }
  161. .listView .infoView .info .other_info text {
  162. color: #333333;
  163. font-weight: bold;
  164. }
  165. .bringGoodsList {
  166. padding: 20rpx;
  167. border-top: 2rpx solid #f4f4f4;
  168. }
  169. .bringGoodsList .bringGoodsView .bringGoodsInfo {
  170. display: flex;
  171. align-items: center;
  172. padding: 20rpx;
  173. margin-bottom: 20rpx;
  174. border-bottom: 2rpx solid #f4f4f4;
  175. }
  176. .bringGoodsList .bringGoodsView .bringGoodsInfo .videoImg {
  177. width: 140rpx;
  178. height: 140rpx;
  179. border-radius: 4rpx;
  180. overflow: hidden;
  181. }
  182. .bringGoodsList .bringGoodsView .bringGoodsInfo .videoImg image {
  183. width: 100%;
  184. }
  185. .bringGoodsList .bringGoodsView .bringGoodsInfo .info {
  186. flex: 1;
  187. margin-left: 26rpx;
  188. }
  189. .bringGoodsList .bringGoodsView .bringGoodsInfo .info .name {
  190. color: #000000;
  191. font-size: 28rpx;
  192. line-height: 40rpx;
  193. font-weight: bold;
  194. width: 460rpx;
  195. overflow: hidden;
  196. text-overflow: ellipsis;
  197. white-space: nowrap;
  198. }
  199. .bringGoodsList .bringGoodsView .bringGoodsInfo .info .price {
  200. color: #F66A1B;
  201. font-size: 22rpx;
  202. margin-top: 6rpx;
  203. }
  204. .bringGoodsList .bringGoodsView .bringGoodsInfo .info .price .tag {
  205. background: #f1f4fb;
  206. padding: 2rpx 8rpx;
  207. color: #585858;
  208. border-radius: 2rpx;
  209. font-size: 20rpx;
  210. }
  211. .bringGoodsList .bringGoodsView .bringGoodsInfo .info .fan {
  212. display: flex;
  213. align-items: center;
  214. justify-content: space-between;
  215. color: #7D9CAB;
  216. font-size: 28rpx;
  217. line-height: 40rpx;
  218. margin-top: 6rpx;
  219. }
  220. .bringGoodsList .bringGoodsView .bringGoodsInfo .info .fan text {
  221. color: #333333;
  222. font-weight: bold;
  223. }
  224. .listHint {
  225. color: #333333;
  226. font-size: 24rpx;
  227. line-height: 34rpx;
  228. padding-left: 26rpx;
  229. padding-top: 24rpx;
  230. }
  231. .hrDistribute {
  232. padding-top: 20rpx;
  233. background: #ffffff;
  234. }
  235. .hrDistribute .echartsDiv {
  236. width: 100%;
  237. height: 560rpx;
  238. position: relative;
  239. background: #fff;
  240. }
  241. .hrDistribute .canvas::before {
  242. content: "";
  243. position: absolute;
  244. left: 40rpx;
  245. top: 12rpx;
  246. width: 20rpx;
  247. height: 20rpx;
  248. background: #1c87ff;
  249. }
  250. .hrDistribute .sexView {
  251. position: relative;
  252. }
  253. .hrDistribute .man, .hrDistribute .woman {
  254. position: absolute;
  255. text-align: center;
  256. z-index: 1;
  257. }
  258. .hrDistribute .man image, .hrDistribute .woman image {
  259. width: 80rpx;
  260. margin: auto;
  261. height: 66rpx;
  262. }
  263. .hrDistribute .man text, .hrDistribute .woman text {
  264. display: block;
  265. font-size: 30rpx;
  266. line-height: 40rpx;
  267. font-weight: bold;
  268. padding-top: 6rpx;
  269. }
  270. .hrDistribute .man view, .hrDistribute .woman view {
  271. font-size: 20rpx;
  272. line-height: 40rpx;
  273. }
  274. .hrDistribute .woman {
  275. color: #FF5A7B;
  276. right: 60rpx;
  277. bottom: 40rpx;
  278. }
  279. .hrDistribute .man {
  280. color: #2296F3;
  281. left: 60rpx;
  282. bottom: 40rpx;
  283. }
  284. .loadingView {
  285. padding: 40rpx;
  286. text-align: center;
  287. font-size: 24rpx;
  288. color: #444444;
  289. background: #ffffff;
  290. }
  291. .loadingView .dataLoadingImg {
  292. width: 318rpx;
  293. height: 253rpx;
  294. margin: auto;
  295. }