|
|
|
@ -2,7 +2,6 @@ page { |
|
|
|
background-color: rgba(242, 244, 245, 1); |
|
|
|
background-color: rgba(242, 244, 245, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
.page { |
|
|
|
.page { |
|
|
|
padding-top: 40rpx; |
|
|
|
|
|
|
|
height: 100vh; |
|
|
|
height: 100vh; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
@ -86,25 +85,23 @@ page { |
|
|
|
margin-bottom: 32rpx; |
|
|
|
margin-bottom: 32rpx; |
|
|
|
padding: 32rpx 30rpx; |
|
|
|
padding: 32rpx 30rpx; |
|
|
|
border-radius: 32rpx 32rpx; |
|
|
|
border-radius: 32rpx 32rpx; |
|
|
|
background: linear-gradient(180deg, #f6efff 0%, #ffffff 100%); |
|
|
|
background: rgba(248, 248, 248, 1); |
|
|
|
border: 2rpx solid #ffffff; |
|
|
|
border: 2rpx solid #ffffff; |
|
|
|
.title { |
|
|
|
.title { |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 40rpx; |
|
|
|
color: rgba(40, 48, 49, 1); |
|
|
|
color: rgba(33, 33, 32, 1); |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
.sub-title { |
|
|
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
|
|
color: rgba(154, 161, 162, 1); |
|
|
|
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.list { |
|
|
|
.list { |
|
|
|
.l-item { |
|
|
|
.l-item { |
|
|
|
|
|
|
|
margin-top: 24rpx; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
gap: 16rpx; |
|
|
|
gap: 16rpx; |
|
|
|
margin-bottom: 30rpx; |
|
|
|
&:last-of-type { |
|
|
|
|
|
|
|
margin-bottom: 0; |
|
|
|
|
|
|
|
} |
|
|
|
.order { |
|
|
|
.order { |
|
|
|
margin-top: 8rpx; |
|
|
|
margin-top: 6rpx; |
|
|
|
flex-shrink: 0; |
|
|
|
flex-shrink: 0; |
|
|
|
width: 28rpx; |
|
|
|
width: 28rpx; |
|
|
|
height: 28rpx; |
|
|
|
height: 28rpx; |
|
|
|
@ -114,42 +111,32 @@ page { |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
border-radius: 6rpx; |
|
|
|
border-radius: 6rpx; |
|
|
|
background: linear-gradient(197deg, #ffbcf9 0%, #b982ff 100%); |
|
|
|
background: linear-gradient(90deg, #293b9f 0%, #1679cb 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
.content { |
|
|
|
.content { |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 36rpx; |
|
|
|
color: rgba(33, 29, 46, 1); |
|
|
|
color: rgba(33, 33, 32, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.tip { |
|
|
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
|
|
color: rgba(103, 113, 114, 1); |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
width: 44rpx; |
|
|
|
|
|
|
|
height: 44rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.message { |
|
|
|
.message { |
|
|
|
margin-bottom: 32rpx; |
|
|
|
margin-bottom: 32rpx; |
|
|
|
padding: 26rpx 32rpx; |
|
|
|
padding: 26rpx 32rpx; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
border-radius: 0 32rpx 32rpx; |
|
|
|
border-radius: 0 32rpx 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 36rpx; |
|
|
|
color: rgba(40, 48, 49, 1); |
|
|
|
color: rgba(33, 33, 32, 1); |
|
|
|
white-space: pre-line; |
|
|
|
white-space: pre-line; |
|
|
|
} |
|
|
|
} |
|
|
|
.week { |
|
|
|
.week { |
|
|
|
margin-bottom: 32rpx; |
|
|
|
margin-bottom: 32rpx; |
|
|
|
padding: 26rpx 32rpx; |
|
|
|
padding: 26rpx 32rpx; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
border-radius: 0 32rpx 32rpx; |
|
|
|
border-radius: 32rpx; |
|
|
|
.w-title { |
|
|
|
.w-title { |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: rgba(40, 48, 49, 1); |
|
|
|
color: rgba(33, 29, 46, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
.w-container { |
|
|
|
.w-container { |
|
|
|
margin-top: 24rpx; |
|
|
|
margin-top: 24rpx; |
|
|
|
@ -171,7 +158,7 @@ page { |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
color: rgba(255, 255, 255, 1); |
|
|
|
background-color: rgba(103, 186, 202, 1); |
|
|
|
background-color: rgba(22, 121, 203, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
.content { |
|
|
|
.content { |
|
|
|
width: 156rpx; |
|
|
|
width: 156rpx; |
|
|
|
@ -180,8 +167,8 @@ page { |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: rgba(40, 48, 49, 1); |
|
|
|
color: rgba(33, 33, 32, 1); |
|
|
|
background-color: rgba(242, 244, 245, 1); |
|
|
|
background-color: rgba(205, 232, 255, 1); |
|
|
|
} |
|
|
|
} |
|
|
|
&:first-of-type { |
|
|
|
&:first-of-type { |
|
|
|
.label { |
|
|
|
.label { |
|
|
|
@ -202,14 +189,22 @@ page { |
|
|
|
&:not(:last-of-type) { |
|
|
|
&:not(:last-of-type) { |
|
|
|
border-bottom: 2rpx solid #fff; |
|
|
|
border-bottom: 2rpx solid #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&:nth-of-type(2n) { |
|
|
|
|
|
|
|
.label { |
|
|
|
|
|
|
|
background-color: rgba(85, 164, 230, 1); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.content { |
|
|
|
|
|
|
|
background-color: rgba(232, 243, 253, 1); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.adl { |
|
|
|
.adl { |
|
|
|
margin-bottom: 32rpx; |
|
|
|
margin-bottom: 32rpx; |
|
|
|
.adl-img { |
|
|
|
.adl-img { |
|
|
|
width: 502rpx; |
|
|
|
width: 498rpx; |
|
|
|
height: 262rpx; |
|
|
|
height: 250rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -245,10 +240,10 @@ page { |
|
|
|
} |
|
|
|
} |
|
|
|
.content { |
|
|
|
.content { |
|
|
|
padding: 26rpx 32rpx; |
|
|
|
padding: 26rpx 32rpx; |
|
|
|
background: rgba(185, 130, 255, 1); |
|
|
|
background: rgba(248, 248, 248, 1); |
|
|
|
border-radius: 32rpx; |
|
|
|
border-radius: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 36rpx; |
|
|
|
color: #fff; |
|
|
|
color: rgba(33, 33, 32, 1); |
|
|
|
white-space: pre-line; |
|
|
|
white-space: pre-line; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@ -272,7 +267,7 @@ page { |
|
|
|
border-radius: 24rpx 24rpx 0 0; |
|
|
|
border-radius: 24rpx 24rpx 0 0; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
transition: all 0.3s; |
|
|
|
transition: all 0.3s; |
|
|
|
height: 184rpx; |
|
|
|
height: 234rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
.unread { |
|
|
|
.unread { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
@ -311,10 +306,10 @@ page { |
|
|
|
box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
text-indent: 40rpx; |
|
|
|
text-indent: 40rpx; |
|
|
|
padding-right: 40rpx; |
|
|
|
padding-right: 40rpx; |
|
|
|
height: 72rpx; |
|
|
|
height: 96rpx; |
|
|
|
background: #f6f8f9; |
|
|
|
background: #f6f8f9; |
|
|
|
line-height: 72rpx; |
|
|
|
line-height: 96rpx; |
|
|
|
border-radius: 98rpx; |
|
|
|
border-radius: 16rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: #adacb2; |
|
|
|
color: #adacb2; |
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
@ -329,14 +324,13 @@ page { |
|
|
|
} |
|
|
|
} |
|
|
|
.shortcut { |
|
|
|
.shortcut { |
|
|
|
flex: 1; |
|
|
|
flex: 1; |
|
|
|
width: 244rpx; |
|
|
|
width: 192rpx; |
|
|
|
height: 72rpx; |
|
|
|
height: 96rpx; |
|
|
|
background: #ffffff; |
|
|
|
background: rgba(237, 247, 243, 1); |
|
|
|
box-shadow: 0rpx 4rpx 24rpx 0rpx rgba(0, 0, 0, 0.07); |
|
|
|
border-radius: 16rpx; |
|
|
|
border-radius: 98rpx 98rpx 98rpx 98rpx; |
|
|
|
|
|
|
|
border: 2rpx solid #f6f8f9; |
|
|
|
border: 2rpx solid #f6f8f9; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: rgba(40, 48, 49, 1); |
|
|
|
color: rgba(14, 182, 109, 1); |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
@ -357,8 +351,8 @@ page { |
|
|
|
} |
|
|
|
} |
|
|
|
.tab { |
|
|
|
.tab { |
|
|
|
flex-shrink: 0; |
|
|
|
flex-shrink: 0; |
|
|
|
padding: 13rpx 22rpx; |
|
|
|
padding: 13rpx 44rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-size: 36rpx; |
|
|
|
color: rgba(33, 29, 46, 1); |
|
|
|
color: rgba(33, 29, 46, 1); |
|
|
|
border-radius: 80rpx; |
|
|
|
border-radius: 80rpx; |
|
|
|
background-color: rgba(246, 248, 249, 1); |
|
|
|
background-color: rgba(246, 248, 249, 1); |
|
|
|
@ -509,3 +503,25 @@ page { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#drug-page { |
|
|
|
|
|
|
|
.shortcut { |
|
|
|
|
|
|
|
background-color: rgba(245, 244, 255, 1); |
|
|
|
|
|
|
|
color: rgba(109, 106, 236, 1); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.tabs { |
|
|
|
|
|
|
|
.tab { |
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 1); |
|
|
|
|
|
|
|
color: rgba(34, 34, 34, 0.7); |
|
|
|
|
|
|
|
&.active { |
|
|
|
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
|
|
|
background-color: rgba(245, 244, 255, 1); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.list { |
|
|
|
|
|
|
|
.order { |
|
|
|
|
|
|
|
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|