You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
643 lines
18 KiB
643 lines
18 KiB
4 weeks ago
|
page {
|
||
|
background-color: rgba(242, 244, 245, 1);
|
||
|
}
|
||
|
.page {
|
||
|
height: 100vh;
|
||
|
overflow: hidden;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-between;
|
||
|
.page-header {
|
||
|
padding-bottom: 30rpx;
|
||
|
border-radius: 0 0 24rpx 24rpx;
|
||
|
background-color: #fff;
|
||
|
.user {
|
||
|
flex-shrink: 0;
|
||
|
padding: 36rpx 30rpx 0;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
.avatar {
|
||
|
width: 104rpx;
|
||
|
height: 104rpx;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
.wrap {
|
||
|
flex: 1;
|
||
|
padding: 0 20rpx;
|
||
|
.name {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
font-size: 40rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
font-weight: bold;
|
||
|
.tip {
|
||
|
display: block;
|
||
|
padding: 2rpx 16rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: #fff;
|
||
|
border-radius: 0 30rpx 30rpx 30rpx;
|
||
|
background-color: #67baca;
|
||
|
}
|
||
|
.detail {
|
||
|
flex-shrink: 0;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(103, 186, 202, 1);
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
}
|
||
|
.tags {
|
||
|
margin-top: 20rpx;
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
gap: 12rpx;
|
||
|
.tag {
|
||
|
padding: 4rpx 16rpx;
|
||
|
font-size: 22rpx;
|
||
|
color: rgba(103, 113, 114, 1);
|
||
|
border-radius: 8rpx;
|
||
|
background-color: rgba(242, 244, 245, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.adl {
|
||
|
margin: 32rpx 30rpx 0;
|
||
|
background: #ffffff;
|
||
|
box-shadow: 0rpx 8rpx 32rpx 0rpx rgba(40, 48, 49, 0.04);
|
||
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
||
|
border: 2rpx solid #f8f9f9;
|
||
|
.a-header {
|
||
|
display: flex;
|
||
|
align-items: flex-start;
|
||
|
flex-direction: column;
|
||
|
.content {
|
||
|
border-radius: 24rpx 0 24rpx 0;
|
||
|
padding: 14rpx 28rpx;
|
||
|
font-size: 28rpx;
|
||
|
line-height: 1;
|
||
|
color: rgba(98, 190, 208, 1);
|
||
|
background-color: rgba(242, 248, 249, 1);
|
||
|
}
|
||
|
.box {
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
background-color: rgba(242, 248, 249, 1);
|
||
|
}
|
||
|
}
|
||
|
.a-content {
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
margin-top: -40rpx;
|
||
|
padding: 32rpx 30rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 24rpx;
|
||
|
.row {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 20rpx;
|
||
|
&:first-of-type {
|
||
|
margin-bottom: 24rpx;
|
||
|
}
|
||
|
.label {
|
||
|
flex-shrink: 0;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(154, 161, 162, 1);
|
||
|
}
|
||
|
.num {
|
||
|
min-width: 3em;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
}
|
||
|
.tag {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
background-color: rgba(232, 245, 248, 1);
|
||
|
border-radius: 12rpx;
|
||
|
.t-label {
|
||
|
padding: 8rpx 12rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
background-color: rgba(103, 186, 202, 1);
|
||
|
border-radius: 12rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 8rpx;
|
||
|
flex-shrink: 0;
|
||
|
.icon {
|
||
|
width: 24rpx;
|
||
|
height: 24rpx;
|
||
|
}
|
||
|
}
|
||
|
.t-content {
|
||
|
padding: 0 16rpx 0 8rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(103, 186, 202, 1);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 4rpx;
|
||
|
flex-shrink: 0;
|
||
|
.icon {
|
||
|
width: 24rpx;
|
||
|
height: 28rpx;
|
||
|
}
|
||
|
}
|
||
|
&.tag-warn {
|
||
|
background-color: rgba(227, 220, 64, 0.1);
|
||
|
.t-label {
|
||
|
background-color: rgba(225, 217, 45, 1);
|
||
|
}
|
||
|
.t-content {
|
||
|
color: rgba(225, 217, 45, 1);
|
||
|
}
|
||
|
}
|
||
|
&.tag-error {
|
||
|
background-color: rgba(248, 234, 234, 1);
|
||
|
.t-label {
|
||
|
background-color: rgba(215, 108, 108, 1);
|
||
|
}
|
||
|
.t-content {
|
||
|
color: rgba(215, 108, 108, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.page-container {
|
||
|
flex: 1;
|
||
|
overflow: hidden;
|
||
|
.scroll-view {
|
||
|
height: 100%;
|
||
|
.date {
|
||
|
padding-top: 20rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(173, 179, 180, 1);
|
||
|
text-align: center;
|
||
|
}
|
||
|
.patient {
|
||
|
padding: 15rpx 30rpx;
|
||
|
display: flex;
|
||
|
.avatar {
|
||
|
padding-right: 16rpx;
|
||
|
flex-shrink: 0;
|
||
|
.a-img {
|
||
|
width: 80rpx;
|
||
|
height: 80rpx;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
}
|
||
|
.p-container {
|
||
|
flex: 1;
|
||
|
margin-right: 74rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: start;
|
||
|
.guide {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 32rpx 30rpx;
|
||
|
border-radius: 0 32rpx 32rpx;
|
||
|
background: linear-gradient(13deg, #ffffff 8%, #e8f0f1 100%);
|
||
|
border: 2rpx solid #ffffff;
|
||
|
.title {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.sub-title {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(154, 161, 162, 1);
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
.list {
|
||
|
.l-item {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 16rpx;
|
||
|
margin-bottom: 30rpx;
|
||
|
.order {
|
||
|
flex-shrink: 0;
|
||
|
width: 28rpx;
|
||
|
height: 28rpx;
|
||
|
font-size: 24rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
border-radius: 6rpx;
|
||
|
background: #67baca;
|
||
|
}
|
||
|
.content {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.tip {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(103, 113, 114, 1);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
.icon {
|
||
|
width: 44rpx;
|
||
|
height: 44rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.message {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 26rpx 32rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 0 32rpx 32rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
white-space: pre-line;
|
||
|
}
|
||
|
.referral-replay {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 18rpx 32rpx;
|
||
|
border-radius: 32rpx;
|
||
|
background-color: #fff;
|
||
|
.title {
|
||
|
font-size: 32rpx;
|
||
|
color: #283031;
|
||
|
line-height: 48rpx;
|
||
|
}
|
||
|
.sub-title {
|
||
|
margin-top: 32rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #67baca;
|
||
|
font-weight: bold;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
&::before {
|
||
|
margin-right: 8rpx;
|
||
|
content: '';
|
||
|
width: 6rpx;
|
||
|
height: 32rpx;
|
||
|
background-color: #67baca;
|
||
|
border-radius: 84rpx;
|
||
|
}
|
||
|
}
|
||
|
.r-list {
|
||
|
margin-top: 12rpx;
|
||
|
.item {
|
||
|
padding: 24rpx 0;
|
||
|
font-size: 32rpx;
|
||
|
color: #283031;
|
||
|
line-height: 36rpx;
|
||
|
border-bottom: 1px solid #eaeced;
|
||
|
&:last-of-type {
|
||
|
border: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.doctor {
|
||
|
padding: 15rpx 30rpx;
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
.avatar {
|
||
|
padding-left: 16rpx;
|
||
|
flex-shrink: 0;
|
||
|
.a-img {
|
||
|
width: 80rpx;
|
||
|
height: 80rpx;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
}
|
||
|
.d-container {
|
||
|
flex: 1;
|
||
|
margin-left: 74rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: flex-end;
|
||
|
.guide {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 32rpx 30rpx;
|
||
|
border-radius: 32rpx 0 32rpx 32rpx;
|
||
|
background: linear-gradient(13deg, #ffffff 8%, #e8f0f1 100%);
|
||
|
border: 2rpx solid #ffffff;
|
||
|
.title {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.sub-title {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(154, 161, 162, 1);
|
||
|
margin-bottom: 30rpx;
|
||
|
}
|
||
|
.list {
|
||
|
.l-item {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 16rpx;
|
||
|
margin-bottom: 30rpx;
|
||
|
.order {
|
||
|
flex-shrink: 0;
|
||
|
width: 28rpx;
|
||
|
height: 28rpx;
|
||
|
font-size: 24rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
border-radius: 6rpx;
|
||
|
background: #67baca;
|
||
|
}
|
||
|
.content {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.tip {
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(103, 113, 114, 1);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
.icon {
|
||
|
width: 44rpx;
|
||
|
height: 44rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.message {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 26rpx 32rpx;
|
||
|
background: #67baca;
|
||
|
border-radius: 32rpx 0 32rpx 32rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #fff;
|
||
|
white-space: pre-line;
|
||
|
}
|
||
|
.week {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 26rpx 32rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 32rpx 0 32rpx 32rpx;
|
||
|
.w-title {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
text-align: right;
|
||
|
}
|
||
|
.w-container {
|
||
|
margin-top: 24rpx;
|
||
|
.w-content {
|
||
|
padding: 32rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
line-height: 48rpx;
|
||
|
border-radius: 24rpx;
|
||
|
background-color: rgba(247, 248, 249, 1);
|
||
|
}
|
||
|
.row {
|
||
|
display: flex;
|
||
|
.label {
|
||
|
width: 156rpx;
|
||
|
height: 76rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
background-color: rgba(103, 186, 202, 1);
|
||
|
}
|
||
|
.content {
|
||
|
width: 156rpx;
|
||
|
height: 76rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
background-color: rgba(242, 244, 245, 1);
|
||
|
}
|
||
|
&:first-of-type {
|
||
|
.label {
|
||
|
border-radius: 24rpx 0 0 0;
|
||
|
}
|
||
|
.content {
|
||
|
border-radius: 0 24rpx 0 0;
|
||
|
}
|
||
|
}
|
||
|
&:last-of-type {
|
||
|
.label {
|
||
|
border-radius: 0 0 0 24rpx;
|
||
|
}
|
||
|
.content {
|
||
|
border-radius: 0 0 24rpx 0;
|
||
|
}
|
||
|
}
|
||
|
&:not(:last-of-type) {
|
||
|
border-bottom: 2rpx solid #fff;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.adl {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 32rpx 156rpx 34rpx 30rpx;
|
||
|
border-radius: 0 32rpx 32rpx;
|
||
|
background: linear-gradient(141deg, #edfcff 0%, #d4f3f9 100%);
|
||
|
border: 2rpx solid #fff;
|
||
|
.title {
|
||
|
width: 324rpx;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
.sub-title {
|
||
|
margin-top: 18rpx;
|
||
|
line-height: 1;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(255, 255, 255, 0.8);
|
||
|
}
|
||
|
.btn {
|
||
|
margin-top: 20rpx;
|
||
|
width: 220rpx;
|
||
|
height: 56rpx;
|
||
|
text-align: center;
|
||
|
line-height: 56rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: #e04775;
|
||
|
background: #ffffff;
|
||
|
border-radius: 102rpx 102rpx 102rpx 102rpx;
|
||
|
}
|
||
|
.tip {
|
||
|
margin-top: 10rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: #fff;
|
||
|
}
|
||
|
}
|
||
|
.audio {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 22rpx 24rpx;
|
||
|
border-radius: 32rpx 0 32rpx 32rpx;
|
||
|
background: #67baca;
|
||
|
min-width: 218rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #fff;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: flex-end;
|
||
|
gap: 12rpx;
|
||
|
box-sizing: border-box;
|
||
|
.icon {
|
||
|
width: 32rpx;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
}
|
||
|
.info {
|
||
|
margin-bottom: 32rpx;
|
||
|
padding: 26rpx 32rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 32rpx 0 32rpx 32rpx;
|
||
|
.content {
|
||
|
font-size: 28rpx;
|
||
|
color: #283031;
|
||
|
}
|
||
|
.btn {
|
||
|
margin-top: 24rpx;
|
||
|
padding: 22rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #283031;
|
||
|
line-height: 40rpx;
|
||
|
text-align: center;
|
||
|
background: #67baca;
|
||
|
color: #ffffff;
|
||
|
border-radius: 104rpx 104rpx 104rpx 104rpx;
|
||
|
border: 1rpx solid #f8f9f9;
|
||
|
}
|
||
|
}
|
||
|
.referral {
|
||
|
margin-bottom: 32rpx;
|
||
|
width: 502rpx;
|
||
|
height: 262rpx;
|
||
|
background: linear-gradient(223deg, #59b0c2 0%, #94e2f1 100%);
|
||
|
box-shadow: 0rpx 4rpx 24rpx 0rpx rgba(0, 0, 0, 0.07);
|
||
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
||
|
.r-header {
|
||
|
padding: 20rpx 24rpx 0 32rpx;
|
||
|
display: flex;
|
||
|
.title {
|
||
|
font-size: 32rpx;
|
||
|
color: #ffffff;
|
||
|
line-height: 48rpx;
|
||
|
}
|
||
|
.icon {
|
||
|
flex-shrink: 0;
|
||
|
width: 138rpx;
|
||
|
height: 122rpx;
|
||
|
}
|
||
|
}
|
||
|
.r-footer {
|
||
|
padding: 32rpx;
|
||
|
background: linear-gradient(11deg, #ffffff 8%, rgba(255, 255, 255, 0.79) 100%);
|
||
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
||
|
border: 2rpx solid #ffffff;
|
||
|
.btn {
|
||
|
width: 438rpx;
|
||
|
height: 64rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
line-height: 64rpx;
|
||
|
background: #67baca;
|
||
|
border-radius: 104rpx 104rpx 104rpx 104rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.place {
|
||
|
height: 200rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.page-footer {
|
||
|
padding: 32rpx 30rpx calc(32rpx + env(safe-area-inset-bottom));
|
||
|
box-sizing: border-box;
|
||
|
display: flex;
|
||
|
gap: 28rpx;
|
||
|
border-radius: 32rpx 32rpx 0 0;
|
||
|
box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(40, 48, 49, 0.04);
|
||
|
border: 2rpx solid #ffffff;
|
||
|
background-color: #fff;
|
||
|
.send {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
height: 76rpx;
|
||
|
background: #ffffff;
|
||
|
box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(40, 48, 49, 0.04);
|
||
|
border-radius: 140rpx 140rpx 140rpx 140rpx;
|
||
|
border: 2rpx solid #f2f4f5;
|
||
|
.icon {
|
||
|
width: 36rpx;
|
||
|
height: 36rpx;
|
||
|
}
|
||
|
}
|
||
|
.send-date {
|
||
|
flex-shrink: 0;
|
||
|
font-size: 24rpx;
|
||
|
color: #283031;
|
||
|
text-align: center;
|
||
|
.icon {
|
||
|
width: 40rpx;
|
||
|
height: 40rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.popup-message {
|
||
|
padding: 30rpx;
|
||
|
background-color: rgba(242, 244, 245, 1);
|
||
|
.title {
|
||
|
padding: 0 32rpx 32rpx;
|
||
|
font-size: 36rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.list {
|
||
|
max-height: 50vh;
|
||
|
overflow-y: auto;
|
||
|
overflow-x: hidden;
|
||
|
.l-item {
|
||
|
margin-bottom: 24rpx;
|
||
|
padding: 30rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(40, 48, 49, 1);
|
||
|
border-radius: 24rpx;
|
||
|
background-color: #fff;
|
||
|
&.active {
|
||
|
color: #fff;
|
||
|
background-color: rgba(103, 186, 202, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.submit {
|
||
|
margin-top: 24rpx;
|
||
|
width: 690rpx;
|
||
|
height: 84rpx;
|
||
|
font-size: 36rpx;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
font-weight: bold;
|
||
|
background: #67baca;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
border-radius: 64rpx 64rpx 64rpx 64rpx;
|
||
|
}
|
||
|
}
|