index.acss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .hospital-new-component .scroll-view-max {
  2. max-height: 70vh;
  3. }
  4. .hospital-new-component .hospital-select-card {
  5. padding: 0 32rpx 80rpx 32rpx;
  6. }
  7. .hospital-new-component .hospital-select-card .item-box {
  8. height: 144rpx;
  9. border-radius: 8rpx;
  10. display: flex;
  11. padding: 20rpx 24rpx;
  12. align-items: center;
  13. margin-bottom: 24rpx;
  14. justify-content: space-between;
  15. background-color: #f8f8f8;
  16. color: #333;
  17. line-height: 1.5;
  18. }
  19. .hospital-new-component .hospital-select-card .item-box .card-balance {
  20. font-size: 26rpx;
  21. }
  22. .hospital-new-component .hospital-select-card .item-box .card-num {
  23. font-size: 34rpx;
  24. }
  25. .hospital-new-component .hospital-select-card .button {
  26. height: 49rpx;
  27. padding: 0 32rpx;
  28. background: #1677FF;
  29. border-radius: 8rpx;
  30. display: flex;
  31. align-items: center;
  32. justify-content: center;
  33. color: #fff;
  34. font-size: 24rpx;
  35. }
  36. .hospital-new-component .hospital-select-card .button:active {
  37. opacity: 0.9;
  38. }
  39. .hospital-new-component .hospital-select-card .button.disabled {
  40. color: #999;
  41. background-color: #f5f5f5;
  42. }
  43. .hospital-new-component .hospital-select-card .tips {
  44. color: #999;
  45. font-size: 26rpx;
  46. padding-top: 14rpx;
  47. }