evaluate.wxss 3.5 KB

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