123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- // .carousel-container {
- // display: flex;
- // flex-direction: column;
- // align-items: center;
- // justify-content: center;
- // height: 100%;
- // overflow: hidden;
- // position: relative;
- // }
-
- // .carousel-wrapper {
- // display: flex;
- // overflow-x: scroll;
- // scrollbar-width: none; /* Firefox */
- // -ms-overflow-style: none; /* Internet Explorer 10+ */
- // scroll-behavior: smooth;
- // width: 100%;
- // padding: 0 16px;
- // }
-
- // .carousel-wrapper::-webkit-scrollbar {
- // display: none; /* Chrome, Safari and Opera */
- // }
-
- // .carousel-item {
- // min-width: 250px;
- // margin: 0 8px;
- // flex-shrink: 0;
- // }
-
- // .card {
- // width: 100%;
- // border-radius: 12px;
- // overflow: hidden;
- // box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
- // }
-
- // .card img {
- // width: 100%;
- // height: auto;
- // }
-
- // .card-content {
- // padding: 16px;
- // background-color: white;
- // text-align: center;
- // }
-
- // .carousel-control {
- // position: absolute;
- // top: 50%;
- // transform: translateY(-50%);
- // background-color: rgba(0, 0, 0, 0.5);
- // color: white;
- // border: none;
- // padding: 10px;
- // cursor: pointer;
- // z-index: 10;
- // }
-
- // .prev {
- // left: 16px;
- // }
-
- // .next {
- // right: 16px;
- // }
- .marquee-container {
- width: 100%;
- height: 100px; /* 设置走马灯的高度 */
- overflow: hidden; /* 隐藏滚动条 */
- position: relative;
- background-color: #fff; /* 背景颜色 */
- border: 1px solid #ccc; /* 边框样式 */
- }
- .marquee {
- display: flex;
- animation: scroll 15s linear infinite; /* 设置滚动动画 */
- }
- .card {
- min-width: 150px; /* 卡片的最小宽度 */
- height: 80px; /* 卡片的高度 */
- margin: 10px;
- background-color: #4CAF50; /* 卡片背景颜色 */
- color: white; /* 卡片文字颜色 */
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 5px; /* 圆角效果 */
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 阴影效果 */
- }
- @keyframes scroll {
- 0% {
- transform: translateX(0); /* 从左侧开始 */
- }
- 100% {
- transform: translateX(-100%); /* 滚动到左侧 */
- }
- }
- ion-button {
- --background: #000;
- --background-hover: #9ce0be;
- --background-activated: #88f4be;
- --background-focused: #88f4be;
- --color: #ecc422;
- --border-radius: 15px;
- --border-color: #000;
- --border-style: solid;
- --border-width: 1px;
- --box-shadow: 0 2px 6px 0 rgb(0, 0, 0, 0.25);
- --ripple-color: deeppink;
- --padding-top: 10px;
- --padding-bottom: 10px;
- }
- .searchbar-container {
- display: flex; /* 使用 Flexbox 布局 */
- align-items: center; /* 垂直居中 */
- gap: 2px; /* 搜索框和按钮之间的间距 */
- }
- .searchbar-container ion-searchbar {
- flex: 1; /* 搜索框占满剩余空间 */
- }
- .searchbar-container ion-button {
- flex-shrink: 0; /* 按钮宽度保持固定 */
- padding: 0 16px; /* 增加按钮的左右内边距 */
- font-size: 16px; /* 调整按钮字体大小 */
- }
- .inquery{
- width:100%;
- height:100px;
- // --background-color: #fd0000;
- padding: 5px 0px;
- box-sizing: border-box;
- margin: 0px 0px;
- ion-button{
- width: 100%;
- height: 100%;
- display: inline-block;
- }
- }
- .inquery-ai{
- height: 100%;
- width: 48%;
- display: inline-block;
- margin: 0;
- padding: 0;
- }
- .inquery-ai img{
- width:50%;
- height: 100%;
- margin: 0;
- padding: 0;
- border-radius: 10px;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
- }
- .inquery-human{
- height: 100%;
- width: 48%;
- display: inline-block;
- margin-left: 2%;
- padding: 0;
- }
- .inquery-human img{
- width:50%;
- height: 100%;
- margin: 0;
- padding: 0;
- border-radius: 10px;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
- }
- ion-item {
- margin-bottom: 12px; /* 增加医生卡片之间的间距 */
- padding: 12px; /* 调整卡片内边距 */
- border-radius: 8px; /* 圆角设计 */
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 添加卡片阴影 */
- background-color: #ffffff; /* 卡片背景色 */
- }
- ion-thumbnail {
- width: 60px; /* 缩略图宽度 */
- height: 60px; /* 缩略图高度 */
- border-radius: 50%; /* 圆形头像 */
- }
- .doctor-info {
- margin-left: 12px; /* 缩略图与文字的间距 */
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .doctor-info h3 {
- margin: 0;
- font-size: 16px;
- font-weight: bold;
- }
- .doctor-info p {
- margin: 4px 0;
- font-size: 14px;
- color: #666; /* 字体颜色 */
- }
- // 功能区
- .function-area {
- margin: 16px 0;
- padding: 0 16px;
- background: white;
- border-radius: 10px;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
- width: 100%;
- max-width: 960px; /* 最大宽度 */
- }
-
- .function-row {
- display: flex; // 使用 Flexbox 布局
- justify-content: space-between; // 按空间均匀分布
- align-items: center; // 垂直居中
- overflow-x: auto; // 允许水平滚动
- scroll-snap-type: x mandatory; // 启用滚动捕捉
- -webkit-overflow-scrolling: touch; // 平滑滚动
- padding: 16px 0;
-
- .function-item {
- flex: 1 0 20%; // 每个项目占 20% 宽度
- min-width: 0; // 确保项目可以缩小
- display: flex;
- flex-direction: column;
- align-items: center;
- text-align: center;
- scroll-snap-align: start; // 滚动时对齐
-
- .icon {
- font-size: 24px;
- margin-bottom: 8px;
- }
-
- .label {
- font-size: 14px;
- color: #333;
- }
- }
- }
- ion-col{
- display: flex;
- justify-content: center;
- align-items: center;
- }
- ion-card {
- border-radius: 15px; /* 圆角边框 */
- background-color: #f9f9f9; /* 卡片内部背景颜色 */
- box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
- border: 1px solid #e0e0e0; /* 边框颜色 */
- }
- ion-card:hover {
- transform: scale(1.02); /* 悬停时放大效果 */
- transition: transform 0.2s; /* 动画过渡效果 */
- }
|