4.12
This commit is contained in:
parent
aa2231f256
commit
5c8214b8fd
@ -6,13 +6,16 @@
|
||||
height: calc(100vh - 172rpx - 60rpx);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.imgbox {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
page {
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.btn {
|
||||
position: absolute;
|
||||
|
||||
@ -22,9 +25,11 @@ page{
|
||||
height: 86rpx;
|
||||
bottom: 130rpx;
|
||||
}
|
||||
|
||||
.bg {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.top {
|
||||
position: absolute;
|
||||
top: 10rpx;
|
||||
@ -33,14 +38,17 @@ page{
|
||||
justify-content: center;
|
||||
padding: 20rpx 0;
|
||||
}
|
||||
|
||||
.top .up {
|
||||
width: 40rpx;
|
||||
height: 22rpx;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.top .up.active {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.popname {
|
||||
margin-top: 60rpx;
|
||||
padding: 20rpx 52rpx 30rpx;
|
||||
@ -48,6 +56,7 @@ page{
|
||||
color: #333;
|
||||
border-bottom: 1px solid #E7E7E7;
|
||||
}
|
||||
|
||||
.popwrper {
|
||||
top: 0rpx;
|
||||
background-color: #fff;
|
||||
@ -59,10 +68,12 @@ page{
|
||||
height: 100%;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
.wraper {
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.containexpert {
|
||||
margin-top: 172rpx;
|
||||
padding: 0 30rpx 0rpx;
|
||||
@ -70,9 +81,12 @@ page{
|
||||
position: relative;
|
||||
transform: all 0.3s ease;
|
||||
}
|
||||
.droptitle,.van-ellipsis{
|
||||
|
||||
.droptitle,
|
||||
.van-ellipsis {
|
||||
font-size: 30rpx !important;
|
||||
}
|
||||
|
||||
.namebox .name {
|
||||
max-width: 400rpx;
|
||||
white-space: nowrap;
|
||||
@ -83,6 +97,7 @@ page{
|
||||
.droptitle.active {
|
||||
color: #3CC7C0;
|
||||
}
|
||||
|
||||
.searchbox {
|
||||
width: 100%;
|
||||
height: 72rpx;
|
||||
@ -113,6 +128,7 @@ page{
|
||||
white-space: nowrap;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.scroll-view-item_H {
|
||||
/* width: 154rpx; */
|
||||
padding: 0 15rpx;
|
||||
@ -132,23 +148,28 @@ page{
|
||||
margin-top: 40rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
|
||||
.page-section-spacing .row:last-child {
|
||||
margin-top: 30rpx;
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
|
||||
.scroll-view_H .scroll-view-item_H:first-child {
|
||||
margin-left: 0rpx;
|
||||
|
||||
}
|
||||
|
||||
.scroll-view-item_H.active {
|
||||
background: #E2FFFE;
|
||||
color: #3CC7C0;
|
||||
border: 1rpx solid #3CC7C0;
|
||||
}
|
||||
|
||||
.van-dropdown-menu {
|
||||
box-shadow: none !important;
|
||||
|
||||
}
|
||||
|
||||
.viewcell {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
@ -159,9 +180,11 @@ page{
|
||||
background-color: #fff;
|
||||
border-bottom: 1rpx solid #E7E7E7;
|
||||
}
|
||||
|
||||
.viewcell:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.viewcell .type {
|
||||
height: 32rpx;
|
||||
margin-bottom: 6rpx;
|
||||
@ -176,6 +199,7 @@ page{
|
||||
color: #FFFFFF;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.viewcell .hospital {
|
||||
margin-top: 12rpx;
|
||||
color: #333333;
|
||||
@ -183,6 +207,7 @@ page{
|
||||
font-size: 30rpx;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.hospital_name {
|
||||
word-wrap: break-word;
|
||||
margin-right: 10rpx;
|
||||
@ -190,6 +215,7 @@ page{
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.goodjob {
|
||||
color: #666666;
|
||||
margin-top: 28rpx;
|
||||
@ -199,9 +225,11 @@ page{
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2; /* 这里是超出几行省略 */
|
||||
-webkit-line-clamp: 2;
|
||||
/* 这里是超出几行省略 */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.price {
|
||||
font-size: 28rpx;
|
||||
position: relative;
|
||||
@ -212,15 +240,18 @@ page{
|
||||
font-size: 32rpx;
|
||||
color: #EF4F20;
|
||||
}
|
||||
|
||||
.viewcell .right {
|
||||
flex: 1;
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
|
||||
.viewcell image {
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.namebox {
|
||||
display: flex;
|
||||
font-size: 34rpx;
|
||||
@ -228,14 +259,17 @@ page{
|
||||
color: #333;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.namebox .position {
|
||||
font-weight: normal;
|
||||
margin-left: 15rpx;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.dropOnline.active {
|
||||
color: #3CC7C0;
|
||||
}
|
||||
|
||||
.diseaseType {
|
||||
height: 40rpx;
|
||||
background: #E2FFFE;
|
||||
@ -252,11 +286,13 @@ page{
|
||||
margin-top: 20rpx;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.detail {
|
||||
margin-top: 20rpx;
|
||||
display: flex;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.detail view {
|
||||
margin-right: 40rpx;
|
||||
}
|
||||
@ -265,6 +301,7 @@ page{
|
||||
font-size: 28rpx;
|
||||
color: #3CC7C0;
|
||||
}
|
||||
|
||||
.consultbox {
|
||||
position: relative;
|
||||
|
||||
@ -284,15 +321,18 @@ page{
|
||||
padding: 0 20rpx;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.wraper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.scrollwraper {
|
||||
flex: 1;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
@ -301,6 +341,7 @@ page{
|
||||
border-bottom: 1rpx solid #E7E7E7;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.dropdown .bar {
|
||||
|
||||
height: 40rpx;
|
||||
@ -312,6 +353,7 @@ page{
|
||||
background: #ccc;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.dropbar {
|
||||
background: #ccc;
|
||||
opacity: 0.9;
|
||||
@ -320,56 +362,70 @@ page{
|
||||
position: static;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.dropOnline {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
.viewcell .left {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.price .expert_prcie {
|
||||
text-decoration: line-through;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.price .expert_prcie .priceactive {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.pricecell {
|
||||
display: flex;
|
||||
font-size: 30rpx;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.videocell {
|
||||
position: absolute;
|
||||
right: 0rpx;
|
||||
}
|
||||
|
||||
.price.qs {
|
||||
display: none;
|
||||
}
|
||||
.price.gy,.price.hasfree{
|
||||
|
||||
.price.gy,
|
||||
.price.hasfree {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nonekaitong {
|
||||
position: absolute;
|
||||
top: 0rpx;
|
||||
font-size: 30rpx;
|
||||
right: 320rpx;
|
||||
}
|
||||
|
||||
.nonekaitong text {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.popwrper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.slotmsg {
|
||||
height: 400rpx;
|
||||
overflow-y: scroll;
|
||||
padding: 30rpx;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
margin-bottom: 6rpx;
|
||||
@ -378,6 +434,7 @@ page{
|
||||
font-size: 28rpx;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.rowtitle {
|
||||
margin-bottom: 15rpx;
|
||||
font-weight: 500;
|
||||
@ -385,9 +442,11 @@ color: #333333;
|
||||
color: #000000;
|
||||
|
||||
}
|
||||
|
||||
.rowbox {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.row .tips {
|
||||
margin-top: 10rpx;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user