index.acss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .hospital-new-component .follow-up-notice{
  2. padding: 20rpx;
  3. padding-bottom: 300rpx
  4. }
  5. .hospital-new-component .follow-up-notice .title {
  6. color: #333;
  7. font-weight: 550;
  8. font-size: 40rpx;
  9. margin-bottom: 40rpx;
  10. }
  11. .hospital-new-component .follow-up-notice .sub-title {
  12. color: #333;
  13. font-size: 34rpx;
  14. font-weight: 550;
  15. margin-bottom: 16rpx;
  16. }
  17. .hospital-new-component .follow-up-notice .sub-text {
  18. color: #333;
  19. font-size: 30rpx;
  20. line-height: 45rpx;
  21. }
  22. .hospital-new-component .follow-up-notice .text-item {
  23. padding-bottom: 40rpx;
  24. }
  25. .hospital-new-component .follow-up-notice .rich-container {
  26. padding: 24rpx 24rpx 260rpx 24rpx;
  27. }
  28. .hospital-new-component .follow-up-notice .warm-text {
  29. font-size: 34rpx;
  30. color: #FF3141;
  31. line-height: 51rpx;
  32. padding-bottom: 40rpx;
  33. }
  34. .hospital-new-component .follow-up-notice .fixed-footer {
  35. position: absolute;
  36. bottom: 1rpx;
  37. left: 0;
  38. right: 0;
  39. padding: 16px 24rpx 40rpx 24rpx;
  40. background-color: #fff;
  41. }
  42. .hospital-new-component .follow-up-notice .button {
  43. height: 98rpx;
  44. border-radius: 4rpx;
  45. font-size: 36rpx;
  46. color: #fff;
  47. background-color: #1677FF;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. }
  52. .hospital-new-component .follow-up-notice .button:active {
  53. opacity: 0.8;
  54. }
  55. .hospital-new-component .follow-up-notice .agree-container {
  56. color: #333;
  57. font-size: 30rpx;
  58. padding-bottom: 40rpx;
  59. }
  60. .hospital-new-component .follow-up-notice .agree {
  61. color: #1677FF;
  62. }
  63. .hospital-new-component .follow-up-notice .sub-text .red {
  64. color: red;
  65. font-weight: 550;
  66. font-weight: bold;
  67. }
  68. .hospital-new-component .follow-up-notice .sub-text .green {
  69. color: green;
  70. font-weight: 550;
  71. font-weight: bold;
  72. }
  73. .hospital-new-component .follow-up-notice .sub-text .yellow {
  74. color: rgb(255,165,0);
  75. font-weight: 550;
  76. font-weight: bold;
  77. }