repairs.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. .top{
  28. position: relative;
  29. width: 100%;
  30. background-color: #fff;
  31. }
  32. .top .picker{
  33. position: absolute;
  34. width: 90%;
  35. }
  36. .menu .van-dropdown-menu {
  37. width: 100%;
  38. position: fixed;
  39. left: 70rpx;
  40. top: 0rpx;
  41. z-index: 888;
  42. align-items: center;
  43. height: 129rpx !important;
  44. padding-top: 18rpx;
  45. z-index: 99999;
  46. }
  47. .fffBg .van-dropdown-menu {
  48. background-color: #fff;
  49. }
  50. .efBg .van-dropdown-menu {
  51. background-color: #efefef;
  52. }
  53. .menu1 .van-dropdown-menu {
  54. width: 100%;
  55. position: fixed;
  56. left: 70rpx;
  57. top: 0rpx;
  58. z-index: 888;
  59. align-items: center;
  60. height: 100rpx !important;
  61. padding-top: 75rpx;
  62. z-index: 99999;
  63. }
  64. .van-dropdown-menu__item {
  65. flex: 0.25 !important;
  66. z-index: 99999;
  67. }
  68. .menus text {
  69. margin-left: 20rpx;
  70. font-size: 35rpx;
  71. }
  72. .feed {
  73. width: 100%;
  74. height: 100%;
  75. background: #efefef;
  76. position: relative;
  77. }
  78. .feed .cut {
  79. width: 100%;
  80. display: flex;
  81. justify-content: center;
  82. margin-bottom: 30rpx;
  83. position: fixed;
  84. background: #fff;
  85. padding: 15rpx 0;
  86. z-index: 999;
  87. }
  88. .list {
  89. background: #fff;
  90. margin-bottom: 20rpx;
  91. }
  92. .list view {
  93. font-size: 26rpx;
  94. }
  95. .title {
  96. display: flex;
  97. justify-content: space-between;
  98. align-items: center;
  99. border-bottom: 1rpx solid #efefef;
  100. }
  101. .title .right {
  102. color: #FE5C28;
  103. }
  104. .body {
  105. display: flex;
  106. align-items: center;
  107. }
  108. .title,
  109. .body,
  110. .time {
  111. padding: 15rpx 20rpx;
  112. }
  113. /*
  114. .box {
  115. background-color: #fff;
  116. } */
  117. .body .left {
  118. width: 20%;
  119. text-align: center;
  120. }
  121. .body .right {
  122. width: 80%;
  123. padding-left: 30rpx;
  124. }
  125. .body .right .describe {
  126. line-height: 1.8;
  127. }
  128. .time {
  129. color: #999;
  130. /* padding: 0 20rpx; */
  131. font-size: 26rpx;
  132. border-top: 1rpx solid #efefef;
  133. }