indexHead.acss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .hospital-new-component .nav-header {
  2. z-index: 99;
  3. padding-left: 24rpx !important;
  4. padding-right: 24rpx !important;
  5. }
  6. .hospital-new-component .nav-header .index-head-title {
  7. width: 55%;
  8. font-size: 36rpx;
  9. font-weight: bold;
  10. }
  11. .hospital-new-component .index-head-container {
  12. position: relative;
  13. padding-bottom: 16rpx;
  14. }
  15. .hospital-new-component .index-head-container.no-msg {
  16. padding-bottom: 40rpx;
  17. }
  18. .hospital-new-component .index-head-container .model-bg {
  19. left: 0;
  20. right: 0;
  21. top: 0;
  22. bottom: 0;
  23. z-index: 1;
  24. position: absolute;
  25. }
  26. .hospital-new-component .index-head-container .model-bg:before {
  27. top: 0;
  28. left: 0;
  29. right: 0;
  30. bottom: 0;
  31. content: '';
  32. z-index: 2;
  33. position: absolute;
  34. background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  35. }
  36. .hospital-new-component .index-head {
  37. z-index: 2;
  38. padding: 0 24rpx;
  39. position: relative;
  40. color: #333;
  41. }
  42. .hospital-new-component .index-head .index-head-desc {
  43. font-size: 12px;
  44. display: flex;
  45. align-items: center;
  46. padding: 16rpx 0 32rpx 0;
  47. }
  48. .hospital-new-component .index-head .index-head-desc .index-head-desc-txt {
  49. color: #fff;
  50. white-space: nowrap;
  51. overflow: hidden;
  52. text-overflow: ellipsis;
  53. }
  54. .hospital-new-component .index-head .index-head-desc::after {
  55. content: '';
  56. display: block;
  57. width: 10px;
  58. height: 10px;
  59. background-size: cover;
  60. background-position: center;
  61. background-repeat: no-repeat;
  62. margin-left: 20rpx;
  63. background-image: url('https://gw.alipayobjects.com/mdn/rms_373ab8/afts/img/A*n_7ZTq7ZXb8AAAAAAAAAAAAAARQnAQ');
  64. }
  65. .hospital-new-component .model-head-a {
  66. background-size: cover;
  67. background-position: center;
  68. background-repeat: no-repeat;
  69. background-image: url('https://gw.alipayobjects.com/mdn/rms_373ab8/afts/img/A*WvPqRpMo77YAAAAAAAAAAAAAARQnAQ');
  70. }
  71. .hospital-new-component .model-head-b {
  72. background-size: cover;
  73. background-position: center;
  74. background-repeat: no-repeat;
  75. background-image: url('https://gw.alipayobjects.com/mdn/rms_373ab8/afts/img/A*0km-QY6DaKAAAAAAAAAAAAAAARQnAQ');
  76. }
  77. .hospital-new-component .model-head-c {
  78. background-size: cover;
  79. background-position: center;
  80. background-repeat: no-repeat;
  81. }
  82. .hospital-new-component .model-head-custom {
  83. background-size: cover;
  84. background-position: center;
  85. background-repeat: no-repeat;
  86. }
  87. .hospital-new-component .notification-container {
  88. padding-bottom: 24rpx;
  89. }
  90. .hospital-new-component .message-notification {
  91. height: 56rpx;
  92. overflow: hidden;
  93. border-radius: 16rpx;
  94. background: #fff;
  95. display: flex;
  96. align-items: center;
  97. padding-left: 24rpx;
  98. }
  99. .hospital-new-component .message-notification .scroll-content {
  100. flex: 1;
  101. height: 56rpx;
  102. overflow: hidden;
  103. margin-right: 12rpx;
  104. }
  105. .hospital-new-component .message-notification .close-button {
  106. height: 100%;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. padding-right: 24rpx;
  111. }
  112. .hospital-new-component .message-notification .message-item {
  113. display: flex;
  114. height: 56rpx;
  115. align-items: center;
  116. }
  117. .hospital-new-component .message-notification .msg-text {
  118. color: #333;
  119. font-size: 24rpx;
  120. margin-left: 12rpx;
  121. }