evaluate.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. .evaluate_form{
  2. background-color: white;
  3. }
  4. .evaluate_form_t{
  5. height: 78rpx;
  6. line-height: 78rpx;
  7. text-indent: 38rpx;
  8. color: rgba(135, 135, 135, 1);
  9. font-size: 24rpx;
  10. font-family: NotoSansHans-Regular;
  11. }
  12. .evaluate_form_item{
  13. border-top: 1px solid rgba(235, 235, 235, 1);
  14. height: 88rpx;
  15. line-height: 88rpx;
  16. display: flex;
  17. }
  18. .evaluate_form_it{
  19. color: rgba(56, 55, 53, 1);
  20. text-align: left;
  21. text-indent: 38rpx;
  22. font-size: 28rpx;
  23. font-family: NotoSansHans-Regular;
  24. width:240rpx;
  25. }
  26. .evaluate_form_itw{
  27. color:#BFA368;
  28. display: inline;
  29. }
  30. .evaluate_form_input,.evaluate_form_picker{
  31. flex: 1;
  32. height: 88rpx;
  33. text-align: right;
  34. color:#3A3735;
  35. padding-right: 38rpx;
  36. font-size: 24rpx;
  37. overflow: hidden;
  38. }
  39. .picker{
  40. overflow: hidden;
  41. white-space: nowrap;
  42. text-overflow:ellipsis;
  43. }
  44. .series_val{
  45. display: inline;
  46. }
  47. .placeholder_val{
  48. display: inline;
  49. color:#9B9B9B;
  50. }
  51. .evaluate_form_itr{
  52. color: rgba(56, 55, 53, 1);
  53. padding-right: 38rpx;
  54. font-size: 28rpx;
  55. font-family: NotoSansHans-Regular;
  56. width:100rpx;
  57. text-align: right;
  58. }
  59. .sub_evaluate{
  60. position: fixed;
  61. bottom:0rpx;
  62. width:750rpx;
  63. height: 98rpx;
  64. background:linear-gradient(270deg,#FFD800,#FFE600);
  65. line-height: 98rpx;
  66. color: rgba(56, 55, 53, 1);
  67. font-size: 30rpx;
  68. text-align: center;
  69. font-family: NotoSansHans-DemiLight;
  70. }
  71. /*****估价结果页*****/
  72. .show_evaluate{
  73. position: fixed;
  74. top:0rpx;
  75. width:100%;
  76. height: 100%;
  77. background-color:#F9F9F9;
  78. overflow: hidden;
  79. z-index:101;
  80. left:100%;
  81. transition: all 0.5s;
  82. }
  83. .show_evaluate_back{
  84. background-color:#fede18;
  85. height:128rpx;
  86. position: fixed;
  87. top:0rpx;
  88. width: 100%;
  89. font-size: 36rpx;
  90. line-height: 128rpx;
  91. text-align: center;
  92. }
  93. .show_evaluate_header{
  94. height: 128rpx;
  95. }
  96. .show_evaluate_back image{
  97. width:30rpx;
  98. height: 30rpx;
  99. position: absolute;
  100. top:70rpx;
  101. left:40rpx;
  102. }
  103. .show_evaluate_tb{
  104. background-color: white;
  105. overflow: hidden;
  106. padding-bottom: 20rpx;
  107. }
  108. .show_evaluate_t{
  109. line-height: 42rpx;
  110. text-align: center;
  111. margin:30rpx auto 0rpx;
  112. width:578rpx;
  113. color:#383735;
  114. }
  115. .show_evaluate_dt{
  116. color: #878787;
  117. margin:10rpx 0rpx 20rpx;
  118. height: 28rpx;
  119. line-height: 48rpx;
  120. font-size: 28rpx;
  121. text-align: center;
  122. font-family: NotoSansHans-Regular;
  123. }
  124. .show_evaluate_sp{
  125. background-color: white;
  126. margin-top: 20rpx;
  127. }
  128. .show_evaluate_type{
  129. width:516rpx;
  130. display: flex;
  131. margin:0rpx auto;
  132. }
  133. .show_evaluate_tpitem{
  134. flex: 1;
  135. }
  136. .show_evaluate_tpn{
  137. width: 120rpx;
  138. height: 44rpx;
  139. margin:10rpx auto 10rpx;
  140. line-height: 44rpx;
  141. color: rgba(56, 55, 53, 1);
  142. font-size: 28rpx;
  143. text-align: left;
  144. font-family: NotoSansHans-Medium;
  145. border-bottom: 4rpx solid white;
  146. }
  147. .show_evaluate_tpn.active{
  148. border-bottom: 4rpx solid #FFE600;
  149. }
  150. .show_evaluate_info{
  151. margin-top:40rpx;
  152. }
  153. .show_evaluate_detail{
  154. width:516rpx;
  155. height: 260rpx;
  156. background-color: #FFE600;
  157. border-radius: 12rpx;
  158. overflow: hidden;
  159. margin:0rpx auto;
  160. }
  161. .show_evaluate_pt{
  162. height: 30rpx;
  163. line-height: 30rpx;
  164. color: rgba(56, 55, 53, 1);
  165. font-size: 20rpx;
  166. text-align: center;
  167. margin-top: 26rpx;
  168. font-family: NotoSansHans-DemiLight;
  169. }
  170. .show_evaluate_pv{
  171. color:#383735;
  172. left: 281px;
  173. height: 72rpx;
  174. line-height: 72rpx;
  175. font-size: 48rpx;
  176. text-align: center;
  177. margin-top: 10rpx;
  178. font-family: NotoSansHans-Medium;
  179. }
  180. .show_evaluate_dl{
  181. display: flex;
  182. margin-top: 15rpx;
  183. }
  184. .show_evaluate_dt{
  185. flex: 1;
  186. }
  187. .show_evaluate_dn{
  188. height: 30rpx;
  189. line-height: 30rpx;
  190. color: rgba(56, 55, 53, 1);
  191. font-size: 20rpx;
  192. text-align: center;
  193. font-family: NotoSansHans-Light;
  194. }
  195. .show_evaluate_dv{
  196. display: block;
  197. line-height: 26rpx;
  198. color: rgba(56, 55, 53, 1);
  199. font-size: 20rpx;
  200. text-align: center;
  201. font-family: NotoSansHans-Medium;
  202. font-weight: bold;
  203. }