大数据平台的小程序版本

app.wxss 905B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. page{
  2. background: #F5F5F5;
  3. min-height: 60vh;
  4. margin: 0;
  5. padding: 0;
  6. }
  7. button{
  8. padding: 0;
  9. margin: 0;
  10. background: transparent;
  11. }
  12. scroll-view {
  13. box-sizing: border-box;
  14. }
  15. view,text {
  16. box-sizing: border-box;
  17. }
  18. .searchPlaceholder{
  19. font-size: 24rpx;
  20. color: #ffffff;
  21. vertical-align: middle;
  22. }
  23. button::after,button::before{
  24. border: none;
  25. height: 0;
  26. }
  27. canvas {
  28. z-index: 1;
  29. }
  30. .goTop {
  31. position: fixed;
  32. bottom: 180rpx;
  33. right: 40rpx;
  34. width: 60rpx;
  35. height: 60rpx;
  36. z-index: 22;
  37. }
  38. .btn-hover{
  39. background: transparent;
  40. }
  41. .searchPlaceholderHome {
  42. color: #89899C;
  43. }
  44. .noHaveData {
  45. font-size: 26rpx;
  46. color: #89899C;
  47. line-height: 50rpx;
  48. padding: 30rpx 0 16rpx;
  49. text-align: center;
  50. }
  51. .echartsDiv{
  52. width: 100%;
  53. height: 560rpx;
  54. position: relative;
  55. }
  56. .moreHint {
  57. color: #999999;
  58. font-size: 24rpx;
  59. line-height: 32rpx;
  60. text-align: center;
  61. padding-top: 20rpx;
  62. }