evaluate.wxss 3.8 KB

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