Nenhuma Descrição

app.css 787B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. page{
  2. background: #fff;
  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. }