index.acss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .hospital-payment-loading {
  2. position: fixed;
  3. top: 50%;
  4. left: 50%;
  5. transform: translate(-50%, -50%);
  6. }
  7. .hospital-report .flex {
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. }
  12. .hospital-report .key-color {
  13. color: #9c9c9c;
  14. }
  15. .hospital-report .cord {
  16. padding: 0 24rpx;
  17. margin-bottom: 24rpx;
  18. border-radius: 15rpx;
  19. background-color: #fff;
  20. }
  21. .hospital-report .status {
  22. display: flex;
  23. align-items: center;
  24. justify-content: space-between;
  25. height: 96rpx;
  26. }
  27. .hospital-report .status view:nth-child(1) {
  28. font-weight: bold;
  29. }
  30. .hospital-report .status view:nth-child(2) {
  31. color: #9c9c9c;
  32. }
  33. .hospital-report .type {
  34. height: 40rpx;
  35. line-height: 40rpx;
  36. color: #333;
  37. font-size: 36rpx;
  38. font-weight: bolder;
  39. text-align: center;
  40. }
  41. .hospital-report .record {
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. height: 65rpx;
  46. }
  47. .hospital-report .record view:nth-child(1) {
  48. color: #9c9c9c;
  49. }
  50. .hospital-report .record view:nth-child(2) {
  51. color: #000;
  52. }
  53. .hospital-report .detail-desc {
  54. padding: 12rpx 0 24rpx 0;
  55. }
  56. .hospital-report .detail-desc .am-title-text {
  57. font-weight: normal;
  58. }
  59. .hospital-report .inlineBlock {
  60. display: inline-block;
  61. vertical-align: middle;
  62. width: auto !important;
  63. height: auto !important;
  64. }