2022-12-01 16:59:32 +08:00
|
|
|
.app {
|
|
|
|
|
height: 100%;
|
2023-02-16 10:44:21 +08:00
|
|
|
padding: 0 0 0 0;
|
2022-12-01 16:59:32 +08:00
|
|
|
padding-top: 10rpx;
|
|
|
|
|
font-size: 34rpx;
|
2022-12-27 09:22:42 +08:00
|
|
|
position: relative;
|
2022-12-01 16:59:32 +08:00
|
|
|
.mask {
|
|
|
|
|
.information {
|
|
|
|
|
width: 70%;
|
|
|
|
|
height: 400rpx;
|
|
|
|
|
margin: 50% auto;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-radius: 30rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.determine,
|
|
|
|
|
.cancel {
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 70rpx;
|
|
|
|
|
border-radius: 26rpx;
|
|
|
|
|
font-size: 34rpx;
|
|
|
|
|
line-height: 70rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 74%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.determine {
|
|
|
|
|
background: #4C7BC9;
|
|
|
|
|
right: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cancel {
|
|
|
|
|
background: #C5BFBF;
|
|
|
|
|
left: 36rpx;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
font-size: 42rpx;
|
|
|
|
|
margin-top: 40rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 100rpx;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
margin: 10% 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-02-16 10:44:21 +08:00
|
|
|
.bottomcontent{
|
|
|
|
|
position: fixed;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
.appoinprice{
|
|
|
|
|
padding-left: 20rpx;
|
|
|
|
|
font-size: 48rpx;
|
|
|
|
|
color: #F44B2F;
|
|
|
|
|
line-height: 70rpx;
|
|
|
|
|
}
|
|
|
|
|
.appointment {
|
|
|
|
|
width: 200rpx;
|
|
|
|
|
height: 70rpx;
|
|
|
|
|
background: #F44B2F;
|
|
|
|
|
border-radius: 30rpx;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 70rpx;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom:20rpx;
|
|
|
|
|
right:5%;
|
|
|
|
|
}
|
2022-12-01 16:59:32 +08:00
|
|
|
}
|
2023-02-16 10:44:21 +08:00
|
|
|
|
2022-12-02 16:02:53 +08:00
|
|
|
.detailtitle {
|
2022-12-01 16:59:32 +08:00
|
|
|
position: relative;
|
2023-02-16 10:44:21 +08:00
|
|
|
width: 100%;
|
2022-12-01 16:59:32 +08:00
|
|
|
height: 100%;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
margin-top: 3%;
|
|
|
|
|
font-size: 31rpx;
|
|
|
|
|
padding: 3%;
|
2023-02-16 10:44:21 +08:00
|
|
|
padding-bottom: 150rpx;
|
2022-12-01 16:59:32 +08:00
|
|
|
.textInfo {
|
|
|
|
|
word-break:break-all;
|
|
|
|
|
font-size: 29rpx;
|
|
|
|
|
text-indent: 2rem;
|
|
|
|
|
line-height: 42rpx;
|
|
|
|
|
color: #666666;
|
|
|
|
|
/deep/ .richPic {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
height: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.Introduction {
|
2023-02-16 10:44:21 +08:00
|
|
|
padding: 3% 3% 3% 0;
|
|
|
|
|
font-size: 32rpx;
|
2022-12-01 16:59:32 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.item {
|
2023-02-16 10:44:21 +08:00
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 200rpx;
|
2022-12-01 16:59:32 +08:00
|
|
|
background: #FFFFFF;
|
2023-02-16 10:44:21 +08:00
|
|
|
.text{
|
|
|
|
|
padding: 40rpx 20% 0 40rpx;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 81rpx;
|
|
|
|
|
font-size: 38rpx;
|
|
|
|
|
font-weight: 500;
|
2022-12-01 16:59:32 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 耗材包 */
|
|
|
|
|
.Consumablespackage {
|
|
|
|
|
width: 95%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
box-shadow: 0px 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
|
|
|
border-radius: 20rpx;
|
|
|
|
|
margin: 20rpx auto 0;
|
|
|
|
|
padding: 3% 3% 40rpx 3%;
|
|
|
|
|
line-height: 60rpx;
|
|
|
|
|
font-size: 32rpx;
|
|
|
|
|
|
|
|
|
|
.detail {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
color: #000000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
color: red;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|