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

View File

@ -6,13 +6,16 @@
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;
@ -22,9 +25,11 @@ page{
height: 86rpx; height: 86rpx;
bottom: 130rpx; bottom: 130rpx;
} }
.bg { .bg {
width: 100%; width: 100%;
} }
.top { .top {
position: absolute; position: absolute;
top: 10rpx; top: 10rpx;
@ -33,14 +38,17 @@ page{
justify-content: center; justify-content: center;
padding: 20rpx 0; padding: 20rpx 0;
} }
.top .up { .top .up {
width: 40rpx; width: 40rpx;
height: 22rpx; 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;
@ -48,6 +56,7 @@ page{
color: #333; color: #333;
border-bottom: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7;
} }
.popwrper { .popwrper {
top: 0rpx; top: 0rpx;
background-color: #fff; background-color: #fff;
@ -59,10 +68,12 @@ page{
height: 100%; height: 100%;
bottom: 0px; bottom: 0px;
} }
.wraper { .wraper {
height: 100%; height: 100%;
} }
.containexpert { .containexpert {
margin-top: 172rpx; margin-top: 172rpx;
padding: 0 30rpx 0rpx; padding: 0 30rpx 0rpx;
@ -70,9 +81,12 @@ page{
position: relative; position: relative;
transform: all 0.3s ease; transform: all 0.3s ease;
} }
.droptitle,.van-ellipsis{
.droptitle,
.van-ellipsis {
font-size: 30rpx !important; font-size: 30rpx !important;
} }
.namebox .name { .namebox .name {
max-width: 400rpx; max-width: 400rpx;
white-space: nowrap; white-space: nowrap;
@ -83,6 +97,7 @@ page{
.droptitle.active { .droptitle.active {
color: #3CC7C0; color: #3CC7C0;
} }
.searchbox { .searchbox {
width: 100%; width: 100%;
height: 72rpx; height: 72rpx;
@ -113,6 +128,7 @@ page{
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;
@ -132,23 +148,28 @@ page{
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 { .van-dropdown-menu {
box-shadow: none !important; box-shadow: none !important;
} }
.viewcell { .viewcell {
display: flex; display: flex;
overflow: hidden; overflow: hidden;
@ -159,9 +180,11 @@ page{
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;
@ -176,6 +199,7 @@ page{
color: #FFFFFF; color: #FFFFFF;
font-size: 24rpx; font-size: 24rpx;
} }
.viewcell .hospital { .viewcell .hospital {
margin-top: 12rpx; margin-top: 12rpx;
color: #333333; color: #333333;
@ -183,6 +207,7 @@ page{
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;
@ -190,6 +215,7 @@ page{
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.goodjob { .goodjob {
color: #666666; color: #666666;
margin-top: 28rpx; margin-top: 28rpx;
@ -199,9 +225,11 @@ page{
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 这里是超出几行省略 */ -webkit-line-clamp: 2;
/* 这里是超出几行省略 */
overflow: hidden; overflow: hidden;
} }
.price { .price {
font-size: 28rpx; font-size: 28rpx;
position: relative; position: relative;
@ -212,15 +240,18 @@ page{
font-size: 32rpx; font-size: 32rpx;
color: #EF4F20; color: #EF4F20;
} }
.viewcell .right { .viewcell .right {
flex: 1; flex: 1;
margin-left: 20rpx; margin-left: 20rpx;
} }
.viewcell image { .viewcell image {
width: 80rpx; width: 80rpx;
height: 80rpx; height: 80rpx;
border-radius: 50%; border-radius: 50%;
} }
.namebox { .namebox {
display: flex; display: flex;
font-size: 34rpx; font-size: 34rpx;
@ -228,14 +259,17 @@ page{
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 { .diseaseType {
height: 40rpx; height: 40rpx;
background: #E2FFFE; background: #E2FFFE;
@ -252,11 +286,13 @@ page{
margin-top: 20rpx; margin-top: 20rpx;
white-space: nowrap; white-space: nowrap;
} }
.detail { .detail {
margin-top: 20rpx; margin-top: 20rpx;
display: flex; display: flex;
font-size: 24rpx; font-size: 24rpx;
} }
.detail view { .detail view {
margin-right: 40rpx; margin-right: 40rpx;
} }
@ -265,6 +301,7 @@ page{
font-size: 28rpx; font-size: 28rpx;
color: #3CC7C0; color: #3CC7C0;
} }
.consultbox { .consultbox {
position: relative; position: relative;
@ -284,15 +321,18 @@ page{
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 { .dropdown {
width: 100%; width: 100%;
position: relative; position: relative;
@ -301,6 +341,7 @@ page{
border-bottom: 1rpx solid #E7E7E7; border-bottom: 1rpx solid #E7E7E7;
display: flex; display: flex;
} }
.dropdown .bar { .dropdown .bar {
height: 40rpx; height: 40rpx;
@ -312,6 +353,7 @@ page{
background: #ccc; background: #ccc;
opacity: 0.9; opacity: 0.9;
} }
.dropbar { .dropbar {
background: #ccc; background: #ccc;
opacity: 0.9; opacity: 0.9;
@ -320,56 +362,70 @@ page{
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 { .price .expert_prcie {
text-decoration: line-through; text-decoration: line-through;
color: #999; color: #999;
} }
.price .expert_prcie .priceactive { .price .expert_prcie .priceactive {
color: #999; color: #999;
} }
.pricecell { .pricecell {
display: flex; display: flex;
font-size: 30rpx; font-size: 30rpx;
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;
} }
.videocell { .videocell {
position: absolute; position: absolute;
right: 0rpx; right: 0rpx;
} }
.price.qs { .price.qs {
display: none; display: none;
} }
.price.gy,.price.hasfree{
.price.gy,
.price.hasfree {
display: none; display: none;
} }
.nonekaitong { .nonekaitong {
position: absolute; position: absolute;
top: 0rpx; top: 0rpx;
font-size: 30rpx; font-size: 30rpx;
right: 320rpx; right: 320rpx;
} }
.nonekaitong text { .nonekaitong text {
font-size: 30rpx; font-size: 30rpx;
} }
.popwrper { .popwrper {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.slotmsg { .slotmsg {
height: 400rpx; height: 400rpx;
overflow-y: scroll; overflow-y: scroll;
padding: 30rpx; padding: 30rpx;
} }
.row { .row {
display: flex; display: flex;
margin-bottom: 6rpx; margin-bottom: 6rpx;
@ -378,6 +434,7 @@ page{
font-size: 28rpx; font-size: 28rpx;
color: #333333; color: #333333;
} }
.rowtitle { .rowtitle {
margin-bottom: 15rpx; margin-bottom: 15rpx;
font-weight: 500; font-weight: 500;
@ -385,9 +442,11 @@ color: #333333;
color: #000000; color: #000000;
} }
.rowbox { .rowbox {
margin-bottom: 20rpx; margin-bottom: 20rpx;
} }
.row .tips { .row .tips {
margin-top: 10rpx; margin-top: 10rpx;
display: flex; display: flex;