customization.page.scss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. // .carousel-container {
  2. // display: flex;
  3. // flex-direction: column;
  4. // align-items: center;
  5. // justify-content: center;
  6. // height: 100%;
  7. // overflow: hidden;
  8. // position: relative;
  9. // }
  10. // .carousel-wrapper {
  11. // display: flex;
  12. // overflow-x: scroll;
  13. // scrollbar-width: none; /* Firefox */
  14. // -ms-overflow-style: none; /* Internet Explorer 10+ */
  15. // scroll-behavior: smooth;
  16. // width: 100%;
  17. // padding: 0 16px;
  18. // }
  19. // .carousel-wrapper::-webkit-scrollbar {
  20. // display: none; /* Chrome, Safari and Opera */
  21. // }
  22. // .carousel-item {
  23. // min-width: 250px;
  24. // margin: 0 8px;
  25. // flex-shrink: 0;
  26. // }
  27. // .card {
  28. // width: 100%;
  29. // border-radius: 12px;
  30. // overflow: hidden;
  31. // box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  32. // }
  33. // .card img {
  34. // width: 100%;
  35. // height: auto;
  36. // }
  37. // .card-content {
  38. // padding: 16px;
  39. // background-color: white;
  40. // text-align: center;
  41. // }
  42. // .carousel-control {
  43. // position: absolute;
  44. // top: 50%;
  45. // transform: translateY(-50%);
  46. // background-color: rgba(0, 0, 0, 0.5);
  47. // color: white;
  48. // border: none;
  49. // padding: 10px;
  50. // cursor: pointer;
  51. // z-index: 10;
  52. // }
  53. // .prev {
  54. // left: 16px;
  55. // }
  56. // .next {
  57. // right: 16px;
  58. // }
  59. .marquee-container {
  60. width: 100%;
  61. height: 100px; /* 设置走马灯的高度 */
  62. overflow: hidden; /* 隐藏滚动条 */
  63. position: relative;
  64. background-color: #fff; /* 背景颜色 */
  65. border: 1px solid #ccc; /* 边框样式 */
  66. }
  67. .marquee {
  68. display: flex;
  69. animation: scroll 15s linear infinite; /* 设置滚动动画 */
  70. }
  71. .card {
  72. min-width: 150px; /* 卡片的最小宽度 */
  73. height: 80px; /* 卡片的高度 */
  74. margin: 10px;
  75. background-color: #4CAF50; /* 卡片背景颜色 */
  76. color: white; /* 卡片文字颜色 */
  77. display: flex;
  78. align-items: center;
  79. justify-content: center;
  80. border-radius: 5px; /* 圆角效果 */
  81. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 阴影效果 */
  82. }
  83. @keyframes scroll {
  84. 0% {
  85. transform: translateX(0); /* 从左侧开始 */
  86. }
  87. 100% {
  88. transform: translateX(-100%); /* 滚动到左侧 */
  89. }
  90. }
  91. ion-button {
  92. --background: #000;
  93. --background-hover: #9ce0be;
  94. --background-activated: #88f4be;
  95. --background-focused: #88f4be;
  96. --color: #ecc422;
  97. --border-radius: 15px;
  98. --border-color: #000;
  99. --border-style: solid;
  100. --border-width: 1px;
  101. --box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.25);
  102. --ripple-color: deeppink;
  103. --padding-top: 10px;
  104. --padding-bottom: 10px;
  105. }
  106. .searchbar-container {
  107. display: flex; /* 使用 Flexbox 布局 */
  108. align-items: center; /* 垂直居中 */
  109. gap: 2px; /* 搜索框和按钮之间的间距 */
  110. }
  111. .searchbar-container ion-searchbar {
  112. flex: 1; /* 搜索框占满剩余空间 */
  113. }
  114. .searchbar-container ion-button {
  115. flex-shrink: 0; /* 按钮宽度保持固定 */
  116. padding: 0 16px; /* 增加按钮的左右内边距 */
  117. font-size: 16px; /* 调整按钮字体大小 */
  118. }
  119. .inquery{
  120. width:100%;
  121. height:100px;
  122. // --background-color: #fd0000;
  123. padding: 5px 0px;
  124. box-sizing: border-box;
  125. margin: 0px 0px;
  126. ion-button{
  127. width: 100%;
  128. height: 100%;
  129. display: inline-block;
  130. }
  131. }
  132. .inquery-ai{
  133. height: 100%;
  134. width: 48%;
  135. display: inline-block;
  136. margin: 0;
  137. padding: 0;
  138. }
  139. .inquery-ai img{
  140. width:50%;
  141. height: 100%;
  142. margin: 0;
  143. padding: 0;
  144. border-radius: 10px;
  145. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  146. }
  147. .inquery-human{
  148. height: 100%;
  149. width: 48%;
  150. display: inline-block;
  151. margin-left: 2%;
  152. padding: 0;
  153. }
  154. .inquery-human img{
  155. width:50%;
  156. height: 100%;
  157. margin: 0;
  158. padding: 0;
  159. border-radius: 10px;
  160. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  161. }
  162. ion-item {
  163. margin-bottom: 12px; /* 增加医生卡片之间的间距 */
  164. padding: 12px; /* 调整卡片内边距 */
  165. border-radius: 8px; /* 圆角设计 */
  166. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 添加卡片阴影 */
  167. background-color: #ffffff; /* 卡片背景色 */
  168. }
  169. ion-thumbnail {
  170. width: 60px; /* 缩略图宽度 */
  171. height: 60px; /* 缩略图高度 */
  172. border-radius: 50%; /* 圆形头像 */
  173. }
  174. .doctor-info {
  175. margin-left: 12px; /* 缩略图与文字的间距 */
  176. display: flex;
  177. flex-direction: column;
  178. justify-content: center;
  179. }
  180. .doctor-info h3 {
  181. margin: 0;
  182. font-size: 16px;
  183. font-weight: bold;
  184. }
  185. .doctor-info p {
  186. margin: 4px 0;
  187. font-size: 14px;
  188. color: #666; /* 字体颜色 */
  189. }
  190. // 功能区
  191. .function-area {
  192. margin: 16px 0;
  193. padding: 0 16px;
  194. background: white;
  195. border-radius: 10px;
  196. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  197. width: 100%;
  198. max-width: 960px; /* 最大宽度 */
  199. }
  200. .function-row {
  201. display: flex; // 使用 Flexbox 布局
  202. justify-content: space-between; // 按空间均匀分布
  203. align-items: center; // 垂直居中
  204. overflow-x: auto; // 允许水平滚动
  205. scroll-snap-type: x mandatory; // 启用滚动捕捉
  206. -webkit-overflow-scrolling: touch; // 平滑滚动
  207. padding: 16px 0;
  208. .function-item {
  209. flex: 1 0 20%; // 每个项目占 20% 宽度
  210. min-width: 0; // 确保项目可以缩小
  211. display: flex;
  212. flex-direction: column;
  213. align-items: center;
  214. text-align: center;
  215. scroll-snap-align: start; // 滚动时对齐
  216. .icon {
  217. font-size: 24px;
  218. margin-bottom: 8px;
  219. }
  220. .label {
  221. font-size: 14px;
  222. color: #333;
  223. }
  224. }
  225. }
  226. ion-col{
  227. display: flex;
  228. justify-content: center;
  229. align-items: center;
  230. }
  231. ion-card {
  232. border-radius: 15px; /* 圆角边框 */
  233. background-color: #f9f9f9; /* 卡片内部背景颜色 */
  234. box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
  235. border: 1px solid #e0e0e0; /* 边框颜色 */
  236. }
  237. ion-card:hover {
  238. transform: scale(1.02); /* 悬停时放大效果 */
  239. transition: transform 0.2s; /* 动画过渡效果 */
  240. }