index.acss 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. width: 100%;
  36. position: fixed;
  37. bottom: 1rpx;
  38. left: 0;
  39. right: 0;
  40. padding: 16px 24rpx 40rpx 24rpx;
  41. background-color: #fff;
  42. }
  43. .hospital-new-component .follow-up-notice .button {
  44. height: 98rpx;
  45. border-radius: 4rpx;
  46. font-size: 36rpx;
  47. color: #fff;
  48. background-color: #1677FF;
  49. display: flex;
  50. align-items: center;
  51. justify-content: center;
  52. }
  53. .hospital-new-component .follow-up-notice .button:active {
  54. opacity: 0.8;
  55. }
  56. .hospital-new-component .follow-up-notice .agree-container {
  57. color: #333;
  58. font-size: 30rpx;
  59. padding-bottom: 40rpx;
  60. }
  61. .hospital-new-component .follow-up-notice .agree {
  62. color: #1677FF;
  63. }
  64. .hospital-new-component .follow-up-notice .sub-text .red {
  65. color: red;
  66. font-weight: 550;
  67. font-weight: bold;
  68. }
  69. .hospital-new-component .follow-up-notice .sub-text .green {
  70. color: green;
  71. font-weight: 550;
  72. font-weight: bold;
  73. }
  74. .hospital-new-component .follow-up-notice .sub-text .yellow {
  75. color: rgb(255,165,0);
  76. font-weight: 550;
  77. font-weight: bold;
  78. }