index.acss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. .hospital-new-component .result-root {
  2. position: relative;
  3. z-index: 1;
  4. padding-bottom: 40rpx;
  5. background-image: linear-gradient(180deg, #1677FF 20rpx, rgba(22, 119, 255, 0) 96%);
  6. background-size: 100% 200rpx;
  7. background-repeat: no-repeat;
  8. padding-top: 24rpx;
  9. }
  10. .hospital-new-component .result-root .footer-container {
  11. padding-top: 40rpx;
  12. }
  13. .hospital-new-component .result-root .back-to-home {
  14. height: 98rpx;
  15. color: #fff;
  16. font-size: 36rpx;
  17. border-radius: 8rpx;
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. background-color: #1677FF;
  22. margin: 0 24rpx;
  23. }
  24. .hospital-new-component .result-root .back-to-home:active {
  25. opacity: 0.9;
  26. }
  27. .hospital-new-component .result-root .result-center {
  28. display: flex;
  29. flex-direction: column;
  30. align-items: center;
  31. }
  32. .hospital-new-component .result-root .result-block {
  33. background: #fff;
  34. border-radius: 16rpx;
  35. padding: 24rpx;
  36. font-size: 30rpx;
  37. margin: 0 24rpx 24rpx;
  38. color: #333;
  39. line-height: 42rpx;
  40. }
  41. .hospital-new-component .result-root .result-block .result-block-row {
  42. display: flex;
  43. padding: 13rpx 0;
  44. line-height: 42rpx;
  45. }
  46. .hospital-new-component .result-root .result-block .result-block-row .result-block-success {
  47. color: #22b35e;
  48. font-size: 38rpx;
  49. font-weight: 500;
  50. margin-left: 10rpx;
  51. margin-top: 30rpx;
  52. }
  53. .hospital-new-component .result-root .result-block .result-block-row .result-form-label {
  54. flex: 0 0 182rpx;
  55. color: #666;
  56. font-size: 32rpx;
  57. white-space: nowrap;
  58. }
  59. .hospital-new-component .result-root .result-block .result-block-row .result-form-val {
  60. flex: 1 1 auto;
  61. color: #333;
  62. font-weight: 500;
  63. font-size: 32rpx;
  64. text-align: right;
  65. }
  66. .hospital-new-component .result-root .result-block .result-block-row.center {
  67. flex-direction: column;
  68. align-items: center;
  69. padding-top: 40rpx;
  70. margin-bottom: 40rpx;
  71. line-height: 1;
  72. }
  73. .hospital-new-component .result-root .result-block .result-card-support {
  74. color: #FF6430;
  75. font-size: 26rpx;
  76. }
  77. .hospital-new-component .result-root .result-block .result-card-support .icon {
  78. margin-right: 10rpx;
  79. line-height: 1;
  80. }
  81. .hospital-new-component .result-root .result-block .result-block-top {
  82. padding-bottom: 15rpx;
  83. }
  84. .hospital-new-component .result-root .result-block .result-block-dashed {
  85. height: 1rpx;
  86. background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 40%, transparent 40%, transparent 100%) repeat-x;
  87. background-size: 15rpx 1rpx;
  88. }
  89. .hospital-new-component .result-root .result-block .result-card {
  90. padding-bottom: 20rpx;
  91. }
  92. .hospital-new-component .result-root .result-block .result-card .result-card-row {
  93. display: flex;
  94. margin-top: 23rpx;
  95. line-height: 42rpx;
  96. color: #999;
  97. }
  98. .hospital-new-component .result-root .result-block .result-card .result-card-row .result-card-label {
  99. width: 182rpx;
  100. }
  101. .hospital-new-component .result-root .result-block .result-card .result-card-row .result-card-val {
  102. flex: 1 1 auto;
  103. display: flex;
  104. color: #333;
  105. justify-content: flex-end;
  106. text-align: right;
  107. }
  108. .hospital-new-component .result-root .result-block .result-card .result-card-row .light {
  109. color: #FF6430;
  110. }
  111. .hospital-new-component .result-root .result-block .result-card-btn {
  112. color: #1677FF;
  113. margin-left: 16rpx;
  114. }
  115. .hospital-new-component .result-root .result-block .result-block-title {
  116. display: flex;
  117. justify-content: space-between;
  118. color: #333;
  119. font-size: 30rpx;
  120. font-weight: 500;
  121. padding-bottom: 24rpx;
  122. border-bottom: 1rpx solid #e5e5e5;
  123. margin-bottom: 25rpx;
  124. }
  125. .hospital-new-component .result-root .result-block .result-block-btn {
  126. color: #1677FF;
  127. font-size: 30rpx;
  128. text-align: right;
  129. margin-top: 25rpx;
  130. }
  131. .hospital-new-component .result-root .result-block .result-block-btn .result-block-t {
  132. margin-right: 40rpx;
  133. }
  134. .hospital-new-component .result-root .result-block.result-block-cansel {
  135. color: #ff3143;
  136. font-size: 38rpx;
  137. line-height: 45rpx;
  138. text-align: center;
  139. padding: 40rpx 24rpx;
  140. }
  141. .hospital-new-component .result-root .result-block.result-block-cansel.success {
  142. color: #22b35e;
  143. }
  144. .hospital-new-component .result-root .result-block.result-block-cansel.cansel {
  145. color: #999;
  146. }
  147. .hospital-new-component .result-root .result-block.result-block-cansel .result-block-waiting {
  148. color: #ff6330;
  149. font-size: 38rpx;
  150. margin: 10rpx 0 20rpx;
  151. }
  152. .hospital-new-component .result-root .result-block.result-block-cansel .result-block-tip {
  153. color: #999;
  154. font-size: 26rpx;
  155. }
  156. .hospital-new-component .result-root .result-block .result-block-big {
  157. font-size: 48rpx;
  158. padding: 15rpx 0;
  159. }
  160. .hospital-new-component .result-root .result-block .result-block-big .line {
  161. position: relative;
  162. height: 48rpx;
  163. padding-right: 25rpx;
  164. margin-right: 25rpx;
  165. }
  166. .hospital-new-component .result-root .result-block .result-block-big .line:after {
  167. content: '';
  168. display: block;
  169. width: 1rpx;
  170. height: 36rpx;
  171. background: #e5e5e5;
  172. position: absolute;
  173. top: 50%;
  174. right: 0;
  175. margin-top: -18rpx;
  176. }
  177. .hospital-new-component .result-root .result-block .result-tip {
  178. position: relative;
  179. font-size: 24rpx;
  180. padding: 0 25rpx;
  181. }
  182. .hospital-new-component .result-root .result-block .result-tip:before {
  183. content: '';
  184. display: block;
  185. width: 10rpx;
  186. height: 10rpx;
  187. position: absolute;
  188. top: 50%;
  189. left: 0;
  190. margin-top: -5rpx;
  191. background: #1677FF;
  192. border-radius: 50%;
  193. }
  194. .hospital-new-component .result-root .result-block .result-gray {
  195. color: #999;
  196. font-size: 24rpx;
  197. margin-bottom: 10rpx;
  198. }
  199. .hospital-new-component .result-root .result-block .result-block-flex {
  200. display: flex;
  201. flex-wrap: wrap;
  202. margin: 10rpx -16rpx -16rpx 0;
  203. }
  204. .hospital-new-component .result-root .result-block .result-block-flex .result-block-image {
  205. width: 160rpx;
  206. height: 160rpx;
  207. border-radius: 8rpx;
  208. margin-right: 16rpx;
  209. margin-bottom: 16rpx;
  210. }
  211. .hospital-new-component .result-root .tmp .result-card {
  212. padding-bottom: 0;
  213. }
  214. .hospital-new-component .result-root .tmp .result-card .result-card-val {
  215. color: #333;
  216. }
  217. .hospital-new-component .result-root .result-button {
  218. color: #1677FF;
  219. font-size: 30rpx;
  220. display: flex;
  221. justify-content: center;
  222. margin: 20rpx 0 0;
  223. }
  224. .hospital-new-component .result-root .result-button .txt {
  225. padding: 20rpx;
  226. }
  227. .hospital-new-component .result-root .theme {
  228. color: #1677FF;
  229. }
  230. .hospital-new-component .result-root .order-button-wrap {
  231. width: 100%;
  232. position: fixed;
  233. left: 0;
  234. bottom: 0;
  235. color: #333;
  236. font-size: 26rpx;
  237. background: #f5f5f5;
  238. }
  239. .hospital-new-component .result-root .order-button-wrap .order-button-f {
  240. display: flex;
  241. align-items: center;
  242. justify-content: space-between;
  243. background: #fff;
  244. padding: 24rpx 24rpx 40rpx;
  245. }
  246. .hospital-new-component .result-root .order-button-wrap .button {
  247. height: 98rpx;
  248. border-radius: 8rpx;
  249. background: #1677FF;
  250. width: 335rpx;
  251. font-weight: 300;
  252. }
  253. .hospital-new-component .result-root .order-button-wrap .full {
  254. width: 100%;
  255. }
  256. .hospital-new-component .result-root .order-button-wrap .coder-pay-price {
  257. font-size: 48rpx;
  258. color: #FF6430;
  259. font-weight: 500;
  260. margin-left: 16rpx;
  261. }
  262. .hospital-new-component .result-root .order-button-wrap .order-pay-tip {
  263. color: #999;
  264. font-size: 24rpx;
  265. text-align: center;
  266. padding: 20rpx 0;
  267. }
  268. .hospital-new-component .result-root.root-0 {
  269. padding-bottom: 300rpx;
  270. }