天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.6KB

  1. .device-power {
  2. position: relative;
  3. /* overflow: hidden; */
  4. overflow: hidden;
  5. height: 100vh;
  6. background-color: #fff;
  7. .top {
  8. padding: 10px 15px;
  9. text-align: left;
  10. @media screen and (max-width: 550px) and (min-width: 200px){
  11. font-size: 16px;
  12. }
  13. }
  14. .action {
  15. display: flex;
  16. justify-content: space-between;
  17. @media screen and (max-width: 550px) and (min-width: 200px){
  18. justify-content: space-around;
  19. }
  20. align-items: center;
  21. padding: 0 10px;
  22. .left {
  23. border: .5px solid $lineGray;;
  24. .van-dropdown-menu {
  25. .van-dropdown-menu__bar {
  26. /* border: .5px solid #000; */
  27. .van-dropdown-menu__item {
  28. min-width: 150px !important;
  29. }
  30. }
  31. }
  32. }
  33. .right {
  34. .btn {
  35. &.active {
  36. color: $blue;
  37. border: .5px solid $blue;
  38. }
  39. }
  40. }
  41. }
  42. .details-container{
  43. position: relative;
  44. padding: 10px;
  45. @media screen and (max-width: 1920px) and (min-width: 550px){
  46. height: 100px;
  47. overflow: scroll;
  48. }
  49. @media screen and (max-width: 550px) and (min-width: 200px){
  50. max-height: 500px;
  51. overflow: scroll;
  52. }
  53. .last-time {
  54. text-align: left;
  55. font-weight: bold;
  56. padding-left: 1px;
  57. }
  58. .echart {
  59. height: 30%;
  60. padding: 0 5px;
  61. }
  62. }
  63. }