This commit is contained in:
zoujiandong 2024-04-12 09:54:34 +08:00
parent aa2231f256
commit 5c8214b8fd

View File

@ -1,89 +1,104 @@
/* healthyService/pages/healthyIntro/healthyIntro.wxss */ /* healthyService/pages/healthyIntro/healthyIntro.wxss */
.page{ .page {
margin-top: 172rpx; margin-top: 172rpx;
overflow-y: scroll; overflow-y: scroll;
height: calc(100vh - 172rpx - 60rpx); height: calc(100vh - 172rpx - 60rpx);
position: relative; position: relative;
} }
.imgbox{
.imgbox {
position: relative; position: relative;
} }
page{
page {
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
} }
.btn{
.btn {
position: absolute; position: absolute;
left: 50%; left: 50%;
margin-left: -232rpx; margin-left: -232rpx;
width:464rpx; width: 464rpx;
height: 86rpx; height: 86rpx;
bottom:130rpx; bottom: 130rpx;
} }
.bg{
width:100%; .bg {
width: 100%;
} }
.top{
.top {
position: absolute; position: absolute;
top:10rpx; top: 10rpx;
width:100%; width: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
padding:20rpx 0; padding: 20rpx 0;
} }
.top .up{
width:40rpx; .top .up {
height:22rpx; width: 40rpx;
height: 22rpx;
transition: all 0.5s; transition: all 0.5s;
} }
.top .up.active{
.top .up.active {
transform: rotate(180deg); transform: rotate(180deg);
} }
.popname{
.popname {
margin-top: 60rpx; margin-top: 60rpx;
padding:20rpx 52rpx 30rpx; padding: 20rpx 52rpx 30rpx;
font-size: 34rpx; font-size: 34rpx;
color:#333; color: #333;
border-bottom: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7;
} }
.popwrper{
top:0rpx; .popwrper {
top: 0rpx;
background-color: #fff; background-color: #fff;
position: relative; position: relative;
transition: height 0.5s; transition: height 0.5s;
width:100%; width: 100%;
border-radius: 20rpx; border-radius: 20rpx;
overflow: hidden; overflow: hidden;
height:100%;
bottom:0px;
}
.wraper{
height: 100%; height: 100%;
} bottom: 0px;
.containexpert{ }
.wraper {
height: 100%;
}
.containexpert {
margin-top: 172rpx; margin-top: 172rpx;
padding: 0 30rpx 0rpx; padding: 0 30rpx 0rpx;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
transform: all 0.3s ease; transform: all 0.3s ease;
} }
.droptitle,.van-ellipsis{
font-size: 30rpx!important; .droptitle,
} .van-ellipsis {
.namebox .name{ font-size: 30rpx !important;
max-width:400rpx; }
white-space: nowrap;
overflow: hidden; .namebox .name {
text-overflow: ellipsis; max-width: 400rpx;
} white-space: nowrap;
overflow: hidden;
.droptitle.active{ text-overflow: ellipsis;
color:#3CC7C0; }
}
.searchbox { .droptitle.active {
color: #3CC7C0;
}
.searchbox {
width: 100%; width: 100%;
height: 72rpx; height: 72rpx;
display: flex; display: flex;
@ -93,29 +108,30 @@ page{
background: #FBFBFB; background: #FBFBFB;
border-radius: 36px; border-radius: 36px;
border: 1rpx solid #CCCCCC; border: 1rpx solid #CCCCCC;
} }
.searchbox input { .searchbox input {
margin-left: 30rpx; margin-left: 30rpx;
flex: 1; flex: 1;
font-size: 32rpx; font-size: 32rpx;
height: 80rpx; height: 80rpx;
} }
.searchbox image { .searchbox image {
width: 30rpx; width: 30rpx;
height: 30rpx; height: 30rpx;
margin-right: 28rpx; margin-right: 28rpx;
} }
.scroll-view_H { .scroll-view_H {
height:195rpx; height: 195rpx;
white-space: nowrap; white-space: nowrap;
vertical-align: top; vertical-align: top;
} }
.scroll-view-item_H{
.scroll-view-item_H {
/* width: 154rpx; */ /* width: 154rpx; */
padding:0 15rpx; padding: 0 15rpx;
background: #F4F4F4; background: #F4F4F4;
border-radius: 30rpx; border-radius: 30rpx;
font-size: 28rpx; font-size: 28rpx;
@ -126,43 +142,50 @@ page{
display: inline-block; display: inline-block;
text-align: center; text-align: center;
line-height: 58rpx; line-height: 58rpx;
} }
.page-section-spacing .row{ .page-section-spacing .row {
margin-top: 40rpx; margin-top: 40rpx;
margin-bottom: 30rpx; margin-bottom: 30rpx;
} }
.page-section-spacing .row:last-child{
.page-section-spacing .row:last-child {
margin-top: 30rpx; margin-top: 30rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
} }
.scroll-view_H .scroll-view-item_H:first-child{
.scroll-view_H .scroll-view-item_H:first-child {
margin-left: 0rpx; margin-left: 0rpx;
} }
.scroll-view-item_H.active {
.scroll-view-item_H.active {
background: #E2FFFE; background: #E2FFFE;
color: #3CC7C0; color: #3CC7C0;
border: 1rpx solid #3CC7C0; border: 1rpx solid #3CC7C0;
} }
.van-dropdown-menu{
box-shadow: none!important; .van-dropdown-menu {
box-shadow: none !important;
}
.viewcell{ }
.viewcell {
display: flex; display: flex;
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
padding:40rpx 30rpx 30rpx; padding: 40rpx 30rpx 30rpx;
width:100%; width: 100%;
border-radius: 10rpx; border-radius: 10rpx;
background-color: #fff; background-color: #fff;
border-bottom: 1rpx solid #E7E7E7; border-bottom: 1rpx solid #E7E7E7;
} }
.viewcell:last-child{
.viewcell:last-child {
border-bottom: none; border-bottom: none;
} }
.viewcell .type{
.viewcell .type {
height: 32rpx; height: 32rpx;
margin-bottom: 6rpx; margin-bottom: 6rpx;
line-height: 32rpx; line-height: 32rpx;
@ -170,230 +193,266 @@ page{
white-space: nowrap; white-space: nowrap;
align-items: center; align-items: center;
margin-left: 18rpx; margin-left: 18rpx;
padding:0rpx 6rpx; padding: 0rpx 6rpx;
background: #ED9C00; background: #ED9C00;
border-radius: 4rpx; border-radius: 4rpx;
color: #FFFFFF; color: #FFFFFF;
font-size: 24rpx; font-size: 24rpx;
} }
.viewcell .hospital{
.viewcell .hospital {
margin-top: 12rpx; margin-top: 12rpx;
color: #333333; color: #333333;
display: flex; display: flex;
font-size: 30rpx; font-size: 30rpx;
word-wrap: break-word; word-wrap: break-word;
} }
.hospital_name{
.hospital_name {
word-wrap: break-word; word-wrap: break-word;
margin-right: 10rpx; margin-right: 10rpx;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.goodjob{
color: #666666; .goodjob {
margin-top: 28rpx; color: #666666;
line-height: 42rpx; margin-top: 28rpx;
font-size: 28rpx; line-height: 42rpx;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 这里是超出几行省略 */
overflow: hidden;
}
.price{
font-size: 28rpx; font-size: 28rpx;
position: relative; word-break: break-all;
} text-overflow: ellipsis;
display: -webkit-box;
.price text{ -webkit-box-orient: vertical;
-webkit-line-clamp: 2;
/* 这里是超出几行省略 */
overflow: hidden;
}
.price {
font-size: 28rpx;
position: relative;
}
.price text {
margin-left: 5rpx; margin-left: 5rpx;
font-size: 32rpx; font-size: 32rpx;
color:#EF4F20; color: #EF4F20;
} }
.viewcell .right{
flex:1; .viewcell .right {
flex: 1;
margin-left: 20rpx; margin-left: 20rpx;
} }
.viewcell image{
width:80rpx; .viewcell image {
height:80rpx; width: 80rpx;
border-radius:50%; height: 80rpx;
} border-radius: 50%;
.namebox{ }
.namebox {
display: flex; display: flex;
font-size: 34rpx; font-size: 34rpx;
font-weight: 600; font-weight: 600;
color:#333; color: #333;
align-items: flex-end; align-items: flex-end;
} }
.namebox .position{
.namebox .position {
font-weight: normal; font-weight: normal;
margin-left: 15rpx; margin-left: 15rpx;
font-size: 30rpx; font-size: 30rpx;
} }
.dropOnline.active{
.dropOnline.active {
color: #3CC7C0; color: #3CC7C0;
} }
.diseaseType{
height: 40rpx; .diseaseType {
background: #E2FFFE; height: 40rpx;
border-radius: 20rpx; background: #E2FFFE;
margin-right: 20rpx; border-radius: 20rpx;
border: 1rpx solid #3CC7C0; margin-right: 20rpx;
color: #3CC7C0; border: 1rpx solid #3CC7C0;
font-size: 24rpx; color: #3CC7C0;
display: inline-flex; font-size: 24rpx;
text-align: center; display: inline-flex;
padding:0 15rpx; text-align: center;
align-items: center; padding: 0 15rpx;
justify-content: center; align-items: center;
margin-top: 20rpx; justify-content: center;
white-space: nowrap; margin-top: 20rpx;
} white-space: nowrap;
.detail{ }
.detail {
margin-top: 20rpx; margin-top: 20rpx;
display: flex; display: flex;
font-size: 24rpx; font-size: 24rpx;
} }
.detail view{
margin-right:40rpx; .detail view {
} margin-right: 40rpx;
}
.detail view text{
.detail view text {
font-size: 28rpx; font-size: 28rpx;
color:#3CC7C0; color: #3CC7C0;
} }
.consultbox{
position: relative; .consultbox {
position: relative;
margin-top: 28rpx; margin-top: 28rpx;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.consult{ .consult {
height: 60rpx; height: 60rpx;
background: #3CC7C0; background: #3CC7C0;
border-radius: 30rpx; border-radius: 30rpx;
color: #FFFFFF; color: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;
padding:0 20rpx; padding: 0 20rpx;
font-size: 30rpx; font-size: 30rpx;
} }
.wraper{
.wraper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.scrollwraper{
.scrollwraper {
flex: 1; flex: 1;
overflow-y: scroll; overflow-y: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.dropdown{
width:100%; .dropdown {
width: 100%;
position: relative; position: relative;
justify-content:center; justify-content: center;
align-items: center; align-items: center;
border-bottom: 1rpx solid #E7E7E7; border-bottom: 1rpx solid #E7E7E7;
display: flex; display: flex;
} }
.dropdown .bar{
.dropdown .bar {
height:40rpx;
width:1rpx; height: 40rpx;
width: 1rpx;
left: 50%; left: 50%;
top:50%; top: 50%;
transform: translate(-50%,-50%); transform: translate(-50%, -50%);
position: absolute; position: absolute;
background:#ccc; background: #ccc;
opacity: 0.9; opacity: 0.9;
} }
.dropbar{
background:#ccc; .dropbar {
background: #ccc;
opacity: 0.9; opacity: 0.9;
height:40rpx; height: 40rpx;
width:1rpx; width: 1rpx;
position: static; position: static;
margin-top: 30rpx; margin-top: 30rpx;
} }
.dropOnline{
.dropOnline {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width:33.33%; width: 33.33%;
} }
.viewcell .left{
.viewcell .left {
position: relative; position: relative;
} }
.price .expert_prcie{
text-decoration: line-through; .price .expert_prcie {
color:#999; text-decoration: line-through;
} color: #999;
.price .expert_prcie .priceactive{ }
color:#999;
} .price .expert_prcie .priceactive {
.pricecell{ color: #999;
display: flex; }
font-size: 30rpx;
align-items: center; .pricecell {
white-space: nowrap; display: flex;
} font-size: 30rpx;
.videocell{ align-items: center;
position: absolute; white-space: nowrap;
right:0rpx; }
}
.price.qs{ .videocell {
display: none; position: absolute;
} right: 0rpx;
.price.gy,.price.hasfree{ }
display: none;
} .price.qs {
.nonekaitong{ display: none;
position: absolute; }
top:0rpx;
font-size: 30rpx; .price.gy,
right:320rpx; .price.hasfree {
} display: none;
.nonekaitong text{ }
font-size: 30rpx;
} .nonekaitong {
.popwrper{ position: absolute;
display: flex; top: 0rpx;
flex-direction: column; font-size: 30rpx;
} right: 320rpx;
.slotmsg{ }
height:400rpx;
overflow-y: scroll; .nonekaitong text {
padding:30rpx; font-size: 30rpx;
} }
.row{
display: flex; .popwrper {
margin-bottom: 6rpx; display: flex;
line-height: 45rpx; flex-direction: column;
font-weight: 400; }
font-size: 28rpx;
color: #333333; .slotmsg {
} height: 400rpx;
.rowtitle{ overflow-y: scroll;
margin-bottom:15rpx; padding: 30rpx;
}
.row {
display: flex;
margin-bottom: 6rpx;
line-height: 45rpx;
font-weight: 400;
font-size: 28rpx;
color: #333333;
}
.rowtitle {
margin-bottom: 15rpx;
font-weight: 500; font-weight: 500;
font-size: 32rpx; font-size: 32rpx;
color: #000000; color: #000000;
} }
.rowbox{
margin-bottom: 20rpx; .rowbox {
} margin-bottom: 20rpx;
.row .tips{ }
margin-top: 10rpx;
display: flex; .row .tips {
margin-top: 10rpx;
display: flex;
height: 113rpx; height: 113rpx;
padding:0 18rpx; padding: 0 18rpx;
align-items: center; align-items: center;
background: #F1F1F1; background: #F1F1F1;
border-radius: 10rpx; border-radius: 10rpx;
} }