index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /* pages/repair/repair.wxss */
  2. .public_title{
  3. display: flex;
  4. flex-direction: row;
  5. align-items: center;
  6. line-height: 32rpx;
  7. margin-top: 24rpx;
  8. margin-left: 14rpx;
  9. }
  10. .public_title_left{
  11. width: 1rpx;
  12. height: 40rpx;
  13. /* background-color: #3495A5; */
  14. }
  15. .public_title_right{
  16. margin-left: 16rpx;
  17. width: 136rpx;
  18. height: 32rpx;
  19. color: var(--themeColor);
  20. font-size: 34rpx;
  21. font-weight: bold;
  22. font-family:PingFang-SC-Bold;
  23. }
  24. .hide{
  25. display: none;
  26. }
  27. .container,page{
  28. background-color: #F1F1F1;
  29. }
  30. .public_view{
  31. width: 710rpx;
  32. display: flex;
  33. flex-direction: column;
  34. background-color: #FFFFFF;
  35. margin: 15rpx 20rpx;
  36. border-radius: 20rpx;
  37. }
  38. .task_content{
  39. height: 302rpx;
  40. }
  41. .task_content_input{
  42. padding: 20rpx;
  43. display: flex;
  44. flex-direction: row;
  45. }
  46. .task_content_input .textarea{
  47. width: 554rpx;
  48. height: 180rpx;
  49. }
  50. .task_content_input image{
  51. width: 112rpx;
  52. height: 112rpx;
  53. }
  54. .task_box{
  55. width: 670rpx;
  56. height: auto;
  57. background-color: #FFFFFF;
  58. border-radius: 8rpx;
  59. margin: 20rpx;
  60. padding: 20rpx;
  61. }
  62. .task_content_title{
  63. width: 100%;
  64. display: block;
  65. margin-bottom: 20rpx;
  66. font-weight: bold;
  67. }
  68. .video-icon {
  69. width: 45rpx;
  70. height: 45rpx;
  71. }
  72. .repair_type{
  73. height: 182rpx;
  74. margin-bottom: 20rpx;
  75. }
  76. .repair_content{
  77. width: 100%;
  78. display: flex;
  79. flex-direction: row;
  80. margin: 24rpx 0 24rpx 58rpx;
  81. align-items: center;
  82. }
  83. .repair_content_left{
  84. font-size: 32rpx;
  85. }
  86. .repair_content_center{
  87. width: 512rpx;
  88. text-align: right;
  89. margin-right: 10rpx;
  90. }
  91. .repair_content_right{
  92. width: 12rpx;
  93. height: 20rpx;
  94. }
  95. .public_view.images{
  96. height: 300rpx;
  97. margin-bottom: 20rpx;
  98. }
  99. .images_imgs{
  100. margin: 44rpx 50rpx;
  101. display: flex;
  102. flex-direction: row;
  103. justify-content: flex-start;
  104. }
  105. .images_img{
  106. width: 120rpx;
  107. height: 120rpx;
  108. margin: 0 20rpx;
  109. }
  110. /* .imglists{
  111. margin: 0 10rpx 10rpx 0;
  112. } */
  113. .button_view{
  114. width: 100%;
  115. height: 210rpx;
  116. background-color: #F1F1F1;
  117. }
  118. button{
  119. width: 640rpx;
  120. height: 72rpx;
  121. line-height: 72rpx;
  122. color: #FFFFFF;
  123. font-size: 38rpx;
  124. }
  125. .button_view_submit{
  126. margin-top: 80rpx;
  127. background-color: var(--themeColor);
  128. }
  129. .button_view_toWuYe{
  130. margin-top: 28rpx;
  131. background-color: #407FCC;
  132. }
  133. .voicebtnfinish{
  134. display: inline-block;
  135. width: 230rpx;
  136. height: 48rpx;
  137. position: absolute;
  138. z-index: 1001;
  139. right: 60rpx;
  140. top: 200rpx;
  141. background:rgba(235,234,234,1);
  142. border-radius:10rpx;
  143. padding: 20rpx 24rpx;
  144. display: flex;
  145. justify-content: space-between;
  146. align-items: center;
  147. }
  148. .voicebtnfinish .playimg{
  149. display: inline-block;
  150. width: 48rpx;
  151. height: 48rpx;
  152. line-height: 48rpx;
  153. margin-right: 22rpx;
  154. }
  155. .voicebtnfinish .blimg{
  156. display: inline-block;
  157. width: 93rpx;
  158. height: 33rpx;
  159. line-height: 33rpx;
  160. margin-right: 22rpx;
  161. }
  162. .voicebtnfinish .second{
  163. width: 42rpx;
  164. height: 48rpx;
  165. line-height: 48rpx;
  166. display: inline-block;
  167. font-size: 28rpx;
  168. color: #3495A5;
  169. }
  170. .text-tip {
  171. margin: 0 auto;
  172. width: 300rpx;
  173. font-size: 20rpx;
  174. font-family: PingFang SC;
  175. font-weight: 500;
  176. color:rgba(153,153,153,1);
  177. }
  178. .user-info{
  179. height: 90rpx;
  180. line-height: 90rpx;
  181. background-color: var(--themeColor) !important;
  182. color: #ffffff !important;
  183. width: 710rpx !important;
  184. }