evaluate.wxss 3.7 KB

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