152 lines
2.3 KiB
SCSS
152 lines
2.3 KiB
SCSS
.texts {
|
|
|
|
font-family: Adobe Heiti Std;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
margin-left: 5%;
|
|
}
|
|
|
|
.text {
|
|
color: #000000;
|
|
margin-left: 5%;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
text {
|
|
color: #969394;
|
|
|
|
}
|
|
|
|
.app {
|
|
padding: 3%;
|
|
// 信息填写
|
|
.info {
|
|
width: 99%;
|
|
height: 373rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 9rpx 3r1px 9rpx rgba(0, 0, 0, 0.03);
|
|
border-radius: 20px;
|
|
margin: 0 auto;
|
|
display: block;
|
|
font-size: 36rpx;
|
|
|
|
|
|
}
|
|
.infos {
|
|
font-size: 36rpx;
|
|
margin-left: 35rpx;
|
|
}
|
|
|
|
.item {
|
|
width: 97%;
|
|
height: 93rpx;
|
|
line-height: 93rpx;
|
|
margin-left: 10rpx;
|
|
|
|
}
|
|
|
|
.item1 {
|
|
width: 97%;
|
|
height: 93rpx;
|
|
line-height: 93rpx;
|
|
}
|
|
|
|
// 症状描述
|
|
.symptom {
|
|
width: 99%;
|
|
height: 331rpx;
|
|
background: #FFFFFF;
|
|
font-size: 36rpx;
|
|
box-shadow: 0px 9px 31px 9px rgba(0, 0, 0, 0.03);
|
|
border-radius: 20px;
|
|
margin-top: 15rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
// 病例上传 化验单上传
|
|
.case {
|
|
width: 99%;
|
|
height: 105rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 9px 31px 9px rgba(0, 0, 0, 0.03);
|
|
border-radius: 20px;
|
|
margin-top: 15rpx;
|
|
font-size: 36rpx;
|
|
|
|
image {
|
|
width: 18rpx;
|
|
height: 27rpx;
|
|
float: right;
|
|
margin-top: 6%;
|
|
margin-right: 6%;
|
|
}
|
|
}
|
|
|
|
// 确定按钮
|
|
.btn {
|
|
width: 217rpx;
|
|
height: 68rpx;
|
|
line-height: 68rpx;
|
|
background: #4C7BC9;
|
|
border-radius: 26rpx;
|
|
color: #FFFFFF;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
margin: 70rpx 10rpx 20rpx 440rpx;
|
|
}
|
|
|
|
}
|
|
|
|
// 弹框支付
|
|
.payment {
|
|
width: 390px;
|
|
height: 130rpx;
|
|
font-size: 42rpx;
|
|
color: #000000;
|
|
line-height: 130rpx;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
|
|
image {
|
|
width: 31rpx;
|
|
height: 31rpx;
|
|
float: right;
|
|
margin-top: -10%;
|
|
}
|
|
|
|
}
|
|
|
|
.chat {
|
|
span {
|
|
display: block;
|
|
height: 68rpx;
|
|
font-size: 42rpx;
|
|
color: #000000;
|
|
line-height: 68rpx;
|
|
margin-left: 25%;
|
|
margin-top: -10%;
|
|
}
|
|
|
|
image {
|
|
width: 79rpx;
|
|
height: 69rpx;
|
|
|
|
margin-top: 7%;
|
|
// margin-right: 5%;
|
|
padding-left: 10%;
|
|
}
|
|
}
|
|
|
|
.submit {
|
|
width: 501rpx;
|
|
height: 71rpx;
|
|
line-height: 71rpx;
|
|
background: #4C7BC9;
|
|
border-radius: 26rpx;
|
|
font-size: 34rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
margin-top: 25%;
|
|
} |