430 lines
7.4 KiB
Plaintext
430 lines
7.4 KiB
Plaintext
page{
|
|
height:100vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* healthyService/pages/healthyDetail/healthyDetail.wxss */
|
|
.page{
|
|
width:100%;
|
|
background: #F2F2F2;
|
|
height:calc(100% - 172rpx);
|
|
margin-top: 172rpx;
|
|
display: flex;
|
|
overflow: hidden;
|
|
flex-direction: column;
|
|
}
|
|
.viewcell{
|
|
display: flex;
|
|
background-color: #fff;
|
|
margin:30rpx;
|
|
padding:20rpx;
|
|
box-shadow: 0rpx 8rpx 20rpx 2rpx rgba(0,0,0,0.04);
|
|
border-radius: 10rpx;
|
|
|
|
}
|
|
.dcimg{
|
|
width:100%;
|
|
position: absolute;
|
|
z-index:-1;
|
|
}
|
|
.detailbox{
|
|
overflow: hidden;
|
|
/* position: relative; */
|
|
z-index:1;
|
|
flex:1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top:30rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
|
}
|
|
.con{
|
|
flex:1;
|
|
padding: 0 30rpx;
|
|
overflow-y: scroll;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.quanyi{
|
|
position: relative;
|
|
width:260rpx;
|
|
margin:0 auto;
|
|
height:70rpx;
|
|
}
|
|
.quanyiImg{
|
|
width:260rpx;
|
|
height:70rpx;
|
|
}
|
|
.cell{
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.quanyiText{
|
|
top:0;
|
|
position: absolute;
|
|
|
|
font-size: 34rpx;
|
|
width:260rpx;
|
|
height:70rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.celltitle{
|
|
font-weight: 550;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
}
|
|
.celldesc{
|
|
margin-top: 15rpx;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
}
|
|
.buttonbox{
|
|
width:100%;
|
|
height:200rpx;
|
|
}
|
|
.btn{
|
|
height: 94rpx;
|
|
margin:35rpx 30rpx 0;
|
|
background: #3CC7C0;
|
|
border-radius: 47rpx;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
line-height: 50rpx;
|
|
text-align: center;
|
|
}
|
|
.red{
|
|
color:red;
|
|
}
|
|
.servicebox{
|
|
margin:0 30rpx;
|
|
padding:27rpx 30rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 10rpx;
|
|
}
|
|
.servicebox .ser_title{
|
|
font-weight: 550;
|
|
font-size: 30rpx;
|
|
color: #000000;
|
|
}
|
|
.row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.moneyType{
|
|
margin-top: 30rpx;
|
|
width: 300rpx;
|
|
height: 120rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
border: 1rpx solid #CCCCCC;
|
|
border-radius: 10rpx;
|
|
|
|
}
|
|
.moneyType.on{
|
|
background: #3CC7C0;
|
|
color:#fff;
|
|
border: 1rpx solid #3CC7C0;
|
|
}
|
|
|
|
|
|
.viewcell .type{
|
|
height: 32rpx;
|
|
margin-bottom: 6rpx;
|
|
line-height: 32rpx;
|
|
display: flex;
|
|
white-space: nowrap;
|
|
align-items: center;
|
|
margin-left: 18rpx;
|
|
padding:0rpx 6rpx;
|
|
background: #ED9C00;
|
|
border-radius: 4rpx;
|
|
color: #FFFFFF;
|
|
font-size: 24rpx;
|
|
}
|
|
.viewcellbox .hospital{
|
|
margin-top: 12rpx;
|
|
color: #333333;
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
word-wrap: break-word;
|
|
}
|
|
.hospital_name{
|
|
font-size: 28rpx;
|
|
word-wrap: break-word;
|
|
margin-right: 10rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
color:#333;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.goodjob{
|
|
color: #666666;
|
|
margin-top: 28rpx;
|
|
line-height: 42rpx;
|
|
font-size: 28rpx;
|
|
word-break: break-all;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2; /* 这里是超出几行省略 */
|
|
overflow: hidden;
|
|
}
|
|
.price{
|
|
font-size: 28rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.price text{
|
|
margin-left: 5rpx;
|
|
font-size: 32rpx;
|
|
color:#EF4F20;
|
|
}
|
|
.viewcell .right{
|
|
flex:1;
|
|
margin-left: 20rpx;
|
|
}
|
|
.viewcell image{
|
|
width:120rpx;
|
|
height:120rpx;
|
|
border-radius:50%;
|
|
}
|
|
.namebox{
|
|
display: flex;
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
color:#333;
|
|
align-items: flex-end;
|
|
}
|
|
.namebox .position{
|
|
font-weight: normal;
|
|
margin-left: 15rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.headimg{
|
|
width:120rpx;
|
|
height:120rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.personbox {
|
|
border-radius: 10rpx;
|
|
background-color: #fff;
|
|
padding: 40rpx 20rpx 144rpx;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.personbox .row {
|
|
margin-top: 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.personbox .row:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.personbox .row .cell {
|
|
position: relative;
|
|
width: 47%;
|
|
height: 120rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin-left: 30rpx;
|
|
border-radius: 10rpx;
|
|
border: 1px solid #CCCCCC;
|
|
}
|
|
|
|
.personbox .row .cell:first-child {
|
|
margin-left: 0rpx;
|
|
}
|
|
|
|
.personbox .person {
|
|
display: flex;
|
|
margin: 0 25rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.personbox .tag {
|
|
margin-left: 32rpx;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 24rpx;
|
|
justify-content: center;
|
|
color: #666666;
|
|
width: 80rpx;
|
|
height: 32rpx;
|
|
border-radius: 4rpx;
|
|
transform: rotateZ(360deg);
|
|
border: 1rpx solid #979797;
|
|
}
|
|
|
|
.personbox .desc {
|
|
display: flex;
|
|
margin: 0 25rpx;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.personbox .name {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
max-width: 200rpx;
|
|
text-overflow: ellipsis;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.personbox .age {
|
|
|
|
margin-left: 12rpx;
|
|
}
|
|
|
|
.personbox .cell .gou {
|
|
position: absolute;
|
|
bottom: -1rpx;
|
|
right: 0rpx;
|
|
width: 66rpx;
|
|
height: 53.7rpx;
|
|
}
|
|
|
|
.personbox .add {
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
}
|
|
.own .add.disabled{
|
|
color: #999;
|
|
}
|
|
.titlepop{
|
|
font-size: 34rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
padding:40rpx 0;
|
|
text-align: center;
|
|
width:100%;
|
|
border-bottom:1rpx solid #E7E7E7;
|
|
}
|
|
|
|
.van-icon-cross {
|
|
color: #333;
|
|
font-size: 40rpx !important;
|
|
}
|
|
|
|
.infobox {
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.info {
|
|
border-bottom: 1rpx solid #E7E7E7;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 112rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.infobox .title {
|
|
border-bottom: 1rpx solid #E7E7E7;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
padding-bottom: 35rpx;
|
|
}
|
|
|
|
.info .name {
|
|
white-space: nowrap;
|
|
width: 180rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 52rpx;
|
|
color: #333333;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.info text {
|
|
margin-top: 20rpx;
|
|
color:#E34D59;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info input {
|
|
margin-left: 15rpx;
|
|
margin-right: 52rpx;
|
|
flex: 1;
|
|
}
|
|
.input-placeholder {
|
|
color: #999999;
|
|
font-size: 28rpx;
|
|
}
|
|
.tip{
|
|
padding:30rpx 52rpx 20rpx;
|
|
}
|
|
.warntitle{
|
|
color: #E34D59;
|
|
font-size: 28rpx;
|
|
}
|
|
.warn{
|
|
margin-top: 20rpx;
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #666666;
|
|
}
|
|
.next{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 94rpx;
|
|
font-size: 36rpx;
|
|
left: 30rpx;
|
|
right: 30rpx;
|
|
margin:0 52rpx;
|
|
border-radius: 47rpx;
|
|
color: #fff;
|
|
margin-bottom: 40rpx;
|
|
background: #3CC7C0;
|
|
}
|
|
.celladd{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 120rpx;
|
|
}
|
|
.btnbox{
|
|
position: fixed;
|
|
width:100%;
|
|
bottom:0rpx;
|
|
height: 134rpx;
|
|
background:#fff;
|
|
|
|
|
|
}
|
|
.btnbox .btn{
|
|
border-radius: 47rpx;
|
|
border:none;
|
|
background: #3CC7C0!important;
|
|
margin:0 32rpx;
|
|
height: 94rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF!important;
|
|
}
|
|
.btnbox .btn[disabled]{
|
|
color: #000000!important;
|
|
background:rgba(0,0,0,0.1)!important;
|
|
}
|
|
|