index.acss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .hospital-new-component .follow-up-notice .title {
  2. color: #333;
  3. font-weight: 550;
  4. font-size: 40rpx;
  5. margin-bottom: 40rpx;
  6. }
  7. .hospital-new-component .follow-up-notice .sub-title {
  8. color: #333;
  9. font-size: 34rpx;
  10. font-weight: 550;
  11. margin-bottom: 16rpx;
  12. }
  13. .hospital-new-component .follow-up-notice .sub-text {
  14. color: #333;
  15. font-size: 30rpx;
  16. line-height: 45rpx;
  17. }
  18. .hospital-new-component .follow-up-notice .text-item {
  19. padding-bottom: 40rpx;
  20. }
  21. .hospital-new-component .follow-up-notice .rich-container {
  22. padding: 24rpx 24rpx 260rpx 24rpx;
  23. }
  24. .hospital-new-component .follow-up-notice .warm-text {
  25. font-size: 34rpx;
  26. color: #FF3141;
  27. line-height: 51rpx;
  28. padding-bottom: 40rpx;
  29. }
  30. .hospital-new-component .follow-up-notice .fixed-footer {
  31. position: fixed;
  32. bottom: 0;
  33. left: 0;
  34. right: 0;
  35. padding: 16px 24rpx 40rpx 24rpx;
  36. background-color: #fff;
  37. }
  38. .hospital-new-component .follow-up-notice .button {
  39. height: 98rpx;
  40. border-radius: 4rpx;
  41. font-size: 36rpx;
  42. color: #fff;
  43. background-color: #1677FF;
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. }
  48. .hospital-new-component .follow-up-notice .button:active {
  49. opacity: 0.8;
  50. }
  51. .hospital-new-component .follow-up-notice .agree-container {
  52. color: #333;
  53. font-size: 30rpx;
  54. padding-bottom: 40rpx;
  55. }
  56. .hospital-new-component .follow-up-notice .agree {
  57. color: #1677FF;
  58. }