电速宝
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

index.wxss 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .monitorevent{
  2. width: 100%;
  3. height: 100vh;
  4. background: linear-gradient(to bottom, #007544 -40%, #F0F5F5 40%,#ffffff 100%);
  5. }
  6. .navigation-container {
  7. position: fixed;
  8. width: 100%;
  9. z-index: 99;
  10. }
  11. .navigation-bar {
  12. position: relative;
  13. width: 100%;
  14. display: flex;
  15. align-items: center;
  16. justify-content: center;
  17. flex-direction: row;
  18. color: #333333;
  19. }
  20. .nav-title {
  21. height: 100%;
  22. display: flex;
  23. align-items: center;
  24. margin-left: 20rpx;
  25. box-sizing: border-box;
  26. }
  27. .nav-search {
  28. position: absolute;
  29. display: flex;
  30. justify-content: flex-end;
  31. align-items: center;
  32. }
  33. #pie_left{
  34. width: 50%;
  35. height: 400rpx;
  36. box-sizing: border-box;
  37. border-radius: 10rpx;
  38. }
  39. #pie_right{
  40. width: 50%;
  41. height: 400rpx;
  42. border-radius: 10rpx;
  43. box-sizing: border-box;
  44. }
  45. .box{
  46. width: 100%;
  47. padding: 0rpx 20rpx;
  48. box-sizing: border-box;
  49. margin-top: 20rpx;
  50. }
  51. .box_1{
  52. width: 100%;
  53. background-color: #fff;
  54. border-radius: 10rpx;
  55. display: flex;
  56. border-radius: 10rpx;
  57. overflow: hidden;
  58. padding-bottom: 20rpx;
  59. }
  60. .box_2{
  61. width: 100%;
  62. background-color: #fff;
  63. margin-top: 20rpx;
  64. border-radius: 10rpx;
  65. padding: 20rpx 20rpx;
  66. box-sizing: border-box;
  67. }
  68. .box_title{
  69. display: flex;
  70. margin-top: 20rpx;
  71. }
  72. .box_title1{
  73. color: #828282;
  74. }
  75. /* */