信达小程序
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.
 
 
 

541 lines
15 KiB

page {
background-color: rgba(242, 244, 245, 1);
}
.page {
height: 100vh;
box-sizing: border-box;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: space-between;
.page-header {
margin: 0 30rpx;
padding-bottom: 30rpx;
background: linear-gradient(53deg, #ffffff 0%, rgba(255, 255, 255, 0.46) 100%);
border-radius: 24rpx 24rpx 24rpx 24rpx;
border: 2rpx solid #ffffff;
.user {
flex-shrink: 0;
padding: 36rpx 30rpx 0;
display: flex;
justify-content: space-between;
align-items: center;
.avatar {
width: 104rpx;
height: 104rpx;
border-radius: 50%;
}
.wrap {
flex: 1;
padding: 0 16rpx;
.name {
font-size: 40rpx;
color: rgba(40, 48, 49, 1);
font-weight: bold;
.edc {
margin-left: 10rpx;
display: inline-block;
padding: 0 8rpx;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
font-weight: normal;
background-color: rgba(185, 130, 255, 1);
}
}
.date {
margin-top: 20rpx;
font-size: 28rpx;
color: rgba(105, 104, 110, 1);
}
}
.detail {
flex-shrink: 0;
font-size: 28rpx;
color: rgba(185, 130, 255, 1);
font-weight: normal;
}
}
}
.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: 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: 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 32rpx;
background: linear-gradient(180deg, #f6efff 0%, #ffffff 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;
gap: 16rpx;
margin-bottom: 30rpx;
&:last-of-type {
margin-bottom: 0;
}
.order {
margin-top: 6rpx;
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: linear-gradient(197deg, #ffbcf9 0%, #b982ff 100%);
}
.content {
font-size: 32rpx;
color: rgba(33, 29, 46, 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: rgba(185, 130, 255, 1);
border-radius: 32rpx;
font-size: 32rpx;
color: #fff;
white-space: pre-line;
}
.week {
margin-bottom: 32rpx;
padding: 26rpx 32rpx;
background-color: #fff;
border-radius: 32rpx;
.w-title {
font-size: 32rpx;
color: rgba(33, 29, 46, 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(185, 130, 255, 1);
}
.content {
width: 156rpx;
height: 76rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
color: rgba(33, 29, 46, 1);
background-color: rgba(234, 238, 240, 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;
}
&:nth-of-type(2n) {
.label {
background-color: rgba(214, 181, 255, 1);
}
.content {
background-color: rgba(246, 248, 249, 1);
}
}
}
}
}
.adl {
margin-bottom: 32rpx;
padding: 32rpx 156rpx 34rpx 30rpx;
border-radius: 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;
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;
.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;
}
}