问星数据小程序

app.wxss 800B

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