index.acss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .hospital-new-component .select-hospital-area .item {
  2. padding: 0 24rpx;
  3. margin-top: 24rpx;
  4. }
  5. .hospital-new-component .select-hospital-area .area-item {
  6. padding: 24rpx;
  7. overflow: hidden;
  8. background: #fff;
  9. border-radius: 16rpx;
  10. }
  11. .hospital-new-component .select-hospital-area .area-item-header {
  12. display: flex;
  13. margin-bottom: 12px;
  14. align-items: center;
  15. justify-content: space-between;
  16. }
  17. .hospital-new-component .select-hospital-area .hospital-name {
  18. color: #333;
  19. font-size: 34rpx;
  20. font-weight: 800;
  21. }
  22. .hospital-new-component .select-hospital-area .follow-button {
  23. height: 49rpx;
  24. padding: 0 32rpx;
  25. background: #1677FF;
  26. border-radius: 8rpx;
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. color: #fff;
  31. font-size: 24rpx;
  32. width: 120rpx;
  33. padding: 0;
  34. }
  35. .hospital-new-component .select-hospital-area .follow-button:active {
  36. opacity: 0.9;
  37. }
  38. .hospital-new-component .select-hospital-area .follow-button.disabled {
  39. color: #999;
  40. background-color: #f5f5f5;
  41. }
  42. .hospital-new-component .select-hospital-area .area-address {
  43. color: #333;
  44. font-size: 30rpx;
  45. margin-bottom: 12rpx;
  46. }
  47. .hospital-new-component .select-hospital-area .scroll-view {
  48. max-height: 80vh;
  49. }
  50. .hospital-new-component .select-hospital-area .hospital-desc {
  51. color: #999;
  52. font-size: 30rpx;
  53. line-height: 45rpx;
  54. }