问星数据小程序

index.wxss 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. /* pages/liveBoard/index.wxss */
  2. page {
  3. background: #091C38;
  4. }
  5. .echartsDiv {
  6. background: transparent;
  7. }
  8. .liveBoard_top {
  9. height: 160rpx;
  10. width: 100%;
  11. display: flex;
  12. align-items: center;
  13. background: url("https://kx-bigdata.oss-cn-beijing.aliyuncs.com/Applet/liveBoardTop.png") no-repeat;
  14. background-size: 100% 100%;
  15. color: #ffffff;
  16. position: relative;
  17. }
  18. .liveBoard_top .liveBoardTop_gif {
  19. width: 160rpx;
  20. height: 36rpx;
  21. position: absolute;
  22. left: 13rpx;
  23. top: 44rpx;
  24. }
  25. .liveBoard_top .userImg {
  26. width: 97rpx;
  27. height: 97rpx;
  28. border-radius: 50%;
  29. margin-left: 200rpx;
  30. position: relative;
  31. }
  32. .liveBoard_top .userImg .user_img {
  33. width: 100%;
  34. height: 100%;
  35. border-radius: 50%;
  36. }
  37. .liveBoard_top .userImg .live_play {
  38. width: 30rpx;
  39. height: 20rpx;
  40. vertical-align: middle;
  41. display: inline-block;
  42. }
  43. .liveBoard_top .userImg .enable {
  44. background: rgba(255, 0, 0, 0.8);
  45. font-size: 14rpx;
  46. width: 100rpx;
  47. position: absolute;
  48. bottom: -6rpx;
  49. left: 0;
  50. right: 0;
  51. margin: auto;
  52. color: #ffffff;
  53. line-height: 26rpx;
  54. text-align: center;
  55. border-radius: 6rpx;
  56. }
  57. .liveBoard_top .userImg .enable2 {
  58. background: rgba(130, 130, 130, 0.8);
  59. }
  60. .liveBoard_top .userInfo {
  61. margin-left: 18rpx;
  62. }
  63. .liveBoard_top .userInfo .userName {
  64. width: 280rpx;
  65. font-size: 28rpx;
  66. line-height: 40rpx;
  67. overflow: hidden;
  68. text-overflow: ellipsis;
  69. white-space: nowrap;
  70. }
  71. .liveBoard_top .userInfo .live_time {
  72. font-size: 13rpx;
  73. line-height: 18rpx;
  74. margin-top: 12rpx;
  75. }
  76. .goodsInfo {
  77. width: 710rpx;
  78. height: 200rpx;
  79. background: #194686;
  80. box-shadow: inset 0px 0px 28rpx 0px #2894de;
  81. border-radius: 8rpx;
  82. border: 6rpx solid #1e64da;
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-around;
  86. margin: 18rpx auto;
  87. }
  88. .goodsInfo .info {
  89. text-align: center;
  90. }
  91. .goodsInfo .info text {
  92. color: #51B8FF;
  93. font-size: 52rpx;
  94. line-height: 74rpx;
  95. }
  96. .goodsInfo .info view {
  97. color: #FFFFFF;
  98. font-size: 28rpx;
  99. line-height: 40rpx;
  100. margin-top: 10rpx;
  101. }
  102. .goodsList {
  103. width: 710rpx;
  104. background: #194686;
  105. box-shadow: inset 0px 0px 28rpx 0px #2894de;
  106. border-radius: 8rpx;
  107. border: 6rpx solid #1e64da;
  108. margin: auto;
  109. padding: 40rpx 0;
  110. }
  111. .goodsList .goodsList_table {
  112. color: #ffffff;
  113. width: 660rpx;
  114. margin: auto;
  115. padding-top: 50rpx;
  116. }
  117. .goodsList .goodsList_table .table_title {
  118. margin: 30rpx 0;
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-between;
  122. }
  123. .goodsList .goodsList_table .table_title .goodsNameDiv_title {
  124. font-size: 28rpx;
  125. line-height: 40rpx;
  126. vertical-align: middle;
  127. }
  128. .goodsList .goodsList_table .table_title .goodsNameDiv_title::before {
  129. content: '';
  130. display: inline-block;
  131. width: 24rpx;
  132. height: 24rpx;
  133. background: #f4d229;
  134. border-radius: 4rpx;
  135. margin-right: 12rpx;
  136. vertical-align: middle;
  137. }
  138. .goodsList .goodsList_table .table_title .sellCountDiv, .goodsList .goodsList_table .table_title .sellMoneyDiv {
  139. font-size: 28rpx;
  140. line-height: 40rpx;
  141. }
  142. .goodsList .goodsList_table .sellCountDiv, .goodsList .goodsList_table .sellMoneyDiv {
  143. width: 120rpx;
  144. text-align: center;
  145. }
  146. .goodsList .goodsList_table .goodsNameDiv {
  147. width: 300rpx;
  148. }
  149. .goodsList .goodsList_table .table_tr {
  150. height: 120rpx;
  151. display: flex;
  152. align-items: center;
  153. justify-content: space-between;
  154. background: #225AAA;
  155. margin: 20rpx auto;
  156. }
  157. .goodsList .goodsList_table .table_tr .goodsNameDiv {
  158. display: flex;
  159. align-items: center;
  160. }
  161. .goodsList .goodsList_table .table_tr .goodsNameDiv .goodsImg {
  162. width: 60rpx;
  163. height: 60rpx;
  164. border-radius: 10rpx;
  165. margin: 0 16rpx;
  166. }
  167. .goodsList .goodsList_table .table_tr .goodsNameDiv .goodsNameInfo .goodsName {
  168. font-size: 26rpx;
  169. line-height: 36rpx;
  170. width: 200rpx;
  171. overflow: hidden;
  172. text-overflow: ellipsis;
  173. white-space: nowrap;
  174. }
  175. .goodsList .goodsList_table .table_tr .goodsNameDiv .goodsNameInfo .price {
  176. font-size: 24rpx;
  177. line-height: 34rpx;
  178. }
  179. .goodsList .goodsList_table .table_tr .sellCountDiv, .goodsList .goodsList_table .table_tr .sellMoneyDiv {
  180. font-size: 26rpx;
  181. line-height: 36rpx;
  182. }
  183. .goodsList .goodsList_table .listMore {
  184. font-size: 24rpx;
  185. line-height: 34rpx;
  186. text-align: center;
  187. margin-top: 48rpx;
  188. }
  189. .goodsList .goodsList_table .listMore text {
  190. color: #4AC6FF;
  191. }
  192. .noHaveData {
  193. color: #f4f4f4;
  194. font-size: 20rpx;
  195. line-height: 40rpx;
  196. padding: 40rpx 0;
  197. text-align: center;
  198. }
  199. .block1 {
  200. width: 710rpx;
  201. margin: 20rpx auto;
  202. background: #0a2751;
  203. box-shadow: inset 0px 0px 28rpx 0px #178bda;
  204. border-radius: 8rpx;
  205. border: 6rpx solid #1e64da;
  206. }
  207. .block1 .data {
  208. display: flex;
  209. align-items: center;
  210. justify-content: space-around;
  211. margin: 74rpx 0;
  212. }
  213. .block1 .data .dataInfo {
  214. display: flex;
  215. align-items: center;
  216. }
  217. .block1 .data .dataInfo image {
  218. width: 54rpx;
  219. height: 54rpx;
  220. }
  221. .block1 .data .dataInfo .info {
  222. margin-left: 12rpx;
  223. }
  224. .block1 .data .dataInfo .info text {
  225. font-size: 33rpx;
  226. line-height: 48rpx;
  227. color: #83FFF4;
  228. }
  229. .block1 .data .dataInfo .info view {
  230. font-size: 19rpx;
  231. line-height: 26rpx;
  232. color: #648BC1;
  233. }
  234. .block2 {
  235. background: #194686;
  236. box-shadow: inset 0px 0px 28px 0px #2894de;
  237. }
  238. .goodsListDiv {
  239. height: 460rpx;
  240. overflow-y: auto;
  241. }
  242. .barrage_table {
  243. width: 656rpx;
  244. color: #ffffff;
  245. margin: auto;
  246. }
  247. .barrage_table .contentDiv {
  248. height: 460rpx;
  249. overflow-y: auto;
  250. position: relative;
  251. }
  252. .barrage_table .barrage_title {
  253. margin: 30rpx 0;
  254. display: flex;
  255. align-items: center;
  256. justify-content: space-between;
  257. }
  258. .barrage_table .barrage_title .barrage_top_title {
  259. font-size: 28rpx;
  260. line-height: 40rpx;
  261. vertical-align: middle;
  262. }
  263. .barrage_table .barrage_title .barrage_top_title::before {
  264. content: '';
  265. display: inline-block;
  266. width: 24rpx;
  267. height: 24rpx;
  268. background: #f4d229;
  269. border-radius: 4rpx;
  270. margin-right: 12rpx;
  271. vertical-align: middle;
  272. }
  273. .barrage_table .barrage_title .barrage_content {
  274. font-size: 28rpx;
  275. line-height: 40rpx;
  276. padding-right: 10rpx;
  277. text-align: center;
  278. width: 50%;
  279. }
  280. .barrage_table .content_tr {
  281. display: flex;
  282. align-items: center;
  283. justify-content: space-between;
  284. background: #071e3f;
  285. height: 80rpx;
  286. margin: 20rpx 0;
  287. }
  288. .barrage_table .content_tr .barrage_name, .barrage_table .content_tr .barrage_content {
  289. width: 50%;
  290. }
  291. .barrage_table .content_tr .barrage_name {
  292. font-size: 26rpx;
  293. line-height: 36rpx;
  294. width: 98%;
  295. overflow: hidden;
  296. text-overflow: ellipsis;
  297. white-space: nowrap;
  298. padding-left: 30rpx;
  299. }
  300. .barrage_table .content_tr .barrage_content {
  301. text-align: center;
  302. font-size: 19rpx;
  303. line-height: 26rpx;
  304. width: 98%;
  305. overflow: hidden;
  306. text-overflow: ellipsis;
  307. white-space: nowrap;
  308. padding-right: 10rpx;
  309. }
  310. .block2 .barrage_table .content_tr {
  311. background: #225AAA;
  312. }
  313. .liveEcharts {
  314. width: 710rpx;
  315. margin: auto;
  316. margin-bottom: 20rpx;
  317. background: #194686;
  318. box-shadow: inset 0px 0px 28rpx 0px #2894de;
  319. border-radius: 8rpx;
  320. border: 6rpx solid #1e64da;
  321. }
  322. .liveEcharts .echarts_title {
  323. font-size: 28rpx;
  324. line-height: 40rpx;
  325. vertical-align: middle;
  326. padding-top: 70rpx;
  327. padding-left: 40rpx;
  328. color: #ffffff;
  329. }
  330. .liveEcharts .echarts_title::before {
  331. content: '';
  332. display: inline-block;
  333. width: 24rpx;
  334. height: 24rpx;
  335. background: #f4d229;
  336. border-radius: 4rpx;
  337. margin-right: 12rpx;
  338. vertical-align: middle;
  339. }
  340. .liveEcharts .operation {
  341. display: flex;
  342. align-items: center;
  343. justify-content: space-around;
  344. width: 80%;
  345. margin: auto;
  346. text-align: center;
  347. margin-top: 60rpx;
  348. margin-bottom: 30rpx;
  349. }
  350. .liveEcharts .operation view {
  351. width: 92rpx;
  352. height: 43rpx;
  353. border-radius: 21rpx;
  354. border: 1rpx solid #29f4f1;
  355. font-size: 14rpx;
  356. line-height: 45rpx;
  357. color: #29F4F1;
  358. }
  359. .liveEcharts .operation .active {
  360. background: #157991;
  361. color: #ffffff;
  362. }
  363. .otherShadow {
  364. background: #0a2751;
  365. box-shadow: inset 0px 0px 28px 0px #178bda;
  366. }