repairs.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /* pages/repairs/repairs.wxss */
  2. .page {
  3. display: block;
  4. min-height: 100%;
  5. width: 100%;
  6. position: absolute;
  7. left: 0;
  8. top: 0;
  9. z-index: 9999;
  10. }
  11. page {
  12. height: 100%;
  13. width: 100%;
  14. background: #efefef;
  15. }
  16. .menus {
  17. width: 100%;
  18. position: fixed;
  19. left: 0;
  20. top: 0;
  21. background-color: #fff;
  22. display: flex;
  23. justify-content: flex-start;
  24. align-items: center;
  25. z-index: 99999;
  26. }
  27. .menu .van-dropdown-menu {
  28. width: 100%;
  29. position: fixed;
  30. left: 70rpx;
  31. top: 0rpx;
  32. z-index: 888;
  33. align-items: center;
  34. height: 129rpx !important;
  35. padding-top: 18rpx;
  36. z-index: 99999;
  37. }
  38. .fffBg .van-dropdown-menu {
  39. background-color: #fff;
  40. }
  41. .efBg .van-dropdown-menu {
  42. background-color: #efefef;
  43. }
  44. .menu1 .van-dropdown-menu {
  45. width: 100%;
  46. position: fixed;
  47. left: 70rpx;
  48. top: 0rpx;
  49. z-index: 888;
  50. align-items: center;
  51. height: 100rpx !important;
  52. padding-top: 75rpx;
  53. z-index: 99999;
  54. }
  55. .van-dropdown-menu__item {
  56. flex: 0.25 !important;
  57. z-index: 99999;
  58. }
  59. .menus text {
  60. margin-left: 20rpx;
  61. font-size: 35rpx;
  62. }
  63. .feed {
  64. width: 100%;
  65. height: 100%;
  66. background: #efefef;
  67. position: relative;
  68. }
  69. .feed .cut {
  70. width: 100%;
  71. display: flex;
  72. justify-content: center;
  73. margin-bottom: 30rpx;
  74. position: fixed;
  75. background: #fff;
  76. padding: 15rpx 0;
  77. z-index: 999;
  78. }
  79. .list {
  80. background: #fff;
  81. margin-bottom: 20rpx;
  82. }
  83. .list view {
  84. font-size: 26rpx;
  85. }
  86. .title {
  87. display: flex;
  88. justify-content: space-between;
  89. align-items: center;
  90. border-bottom: 1rpx solid #efefef;
  91. }
  92. .title .right {
  93. color: #FE5C28;
  94. }
  95. .body {
  96. display: flex;
  97. align-items: center;
  98. }
  99. .title,
  100. .body,
  101. .time {
  102. padding: 15rpx 20rpx;
  103. }
  104. /*
  105. .box {
  106. background-color: #fff;
  107. } */
  108. .body .left {
  109. width: 20%;
  110. text-align: center;
  111. }
  112. .body .right {
  113. width: 80%;
  114. padding-left: 30rpx;
  115. }
  116. .body .right .describe {
  117. line-height: 1.8;
  118. }
  119. .time {
  120. color: #999;
  121. /* padding: 0 20rpx; */
  122. font-size: 26rpx;
  123. border-top: 1rpx solid #efefef;
  124. }