repair.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. page {
  2. background: #f4f4f4;
  3. width: 100%;
  4. overflow-y: scroll;
  5. }
  6. .box {
  7. overflow-y: scroll;
  8. }
  9. .inp {
  10. width: 100%;
  11. height: 152rpx;
  12. background-color: #fff;
  13. display: flex;
  14. align-items: center;
  15. }
  16. .inp>view {
  17. width: 90%;
  18. background-color: #f4f4f4;
  19. height: 88rpx;
  20. display: flex;
  21. align-items: center;
  22. border-radius: 10rpx;
  23. }
  24. .saoma {
  25. width: 20%;
  26. text-align: center;
  27. padding: 20rpx 0rpx;
  28. }
  29. .saoma image {
  30. height: 34rpx;
  31. width: 34rpx;
  32. vertical-align: -3rpx;
  33. }
  34. .inp input {
  35. height: 100%;
  36. padding-left: 25rpx;
  37. width: 80%;
  38. }
  39. .inp .placeholder {
  40. font-size: 32rpx;
  41. color: #808080;
  42. }
  43. .part {
  44. padding-bottom: 20rpx;
  45. }
  46. .intr,
  47. .add {
  48. font-size: 24rpx;
  49. color: #2A2A2A;
  50. }
  51. .intr {
  52. margin: 35rpx 0 35rpx 35rpx;
  53. }
  54. .list {
  55. width: 90%;
  56. margin: 0 auto;
  57. display: flex;
  58. align-items: center;
  59. flex-wrap: wrap;
  60. }
  61. .list .option {
  62. width: 25%;
  63. border-radius: 8rpx;
  64. display: flex;
  65. flex-direction: column;
  66. align-items: center;
  67. padding-bottom: 10rpx;
  68. }
  69. .list .option view {
  70. font-size: 24rpx;
  71. color: #999;
  72. margin-top: -18rpx;
  73. }
  74. .list .active {
  75. background: #18D5B9;
  76. box-shadow: 0 0 7rpx 0 rgba(209, 209, 209, 1);
  77. color: #fff;
  78. }
  79. .list .active view {
  80. color: #fff;
  81. }
  82. .list image {
  83. height: 130rpx;
  84. width: 130rpx;
  85. }
  86. .list view {
  87. padding: 5rpx 0;
  88. }
  89. .addImg {
  90. height: 200rpx;
  91. background-color: #fff;
  92. }
  93. .addImg .add {
  94. padding: 27rpx 0 27rpx 35rpx;
  95. }
  96. .addImg .photo1 {
  97. margin-left: 35rpx;
  98. display: flex;
  99. }
  100. .supp {
  101. position: relative;
  102. }
  103. .content{
  104. width: 100%;
  105. display: flex;
  106. align-items: center;
  107. justify-content: center;
  108. background: white;
  109. }
  110. .content textarea {
  111. height: 158rpx;
  112. background-color: #fff;
  113. width: 95%;
  114. padding: 22rpx 0 0 0;
  115. font-size: 26rpx;
  116. box-sizing: border-box;
  117. }
  118. .content .count {
  119. position: absolute;
  120. bottom: 14rpx;
  121. right: 31rpx;
  122. color: #999;
  123. font-size: 24rpx;
  124. }
  125. .supp .place {
  126. font-size: 24rpx;
  127. color: #999999;
  128. }
  129. .submit {
  130. width: 70%;
  131. height: 76rpx;
  132. background: rgba(24, 213, 185, 1);
  133. border-radius: 38rpx;
  134. font-size: 32rpx;
  135. color: #fff;
  136. position: fixed;
  137. bottom: 2.5%;
  138. left: 15%;
  139. }