evaluate.wxss 3.8 KB

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