indexHead.acss 3.1 KB

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