|
|
|
|
@ -2,29 +2,34 @@
@@ -2,29 +2,34 @@
|
|
|
|
|
position: relative; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
background-color: #fff; |
|
|
|
|
.bg { |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.page-container { |
|
|
|
|
padding-bottom: 80rpx; |
|
|
|
|
position: absolute; |
|
|
|
|
width: 100%; |
|
|
|
|
top: 0; |
|
|
|
|
left: 0; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
.page-title { |
|
|
|
|
position: relative; |
|
|
|
|
margin-left: 40rpx; |
|
|
|
|
margin-top: 86rpx; |
|
|
|
|
font-size: 48rpx; |
|
|
|
|
color: #333333; |
|
|
|
|
color: #222222; |
|
|
|
|
font-weight: bold; |
|
|
|
|
text-align: center; |
|
|
|
|
&::before { |
|
|
|
|
position: absolute; |
|
|
|
|
bottom: 0; |
|
|
|
|
left: 94rpx; |
|
|
|
|
display: block; |
|
|
|
|
content: ''; |
|
|
|
|
width: 280rpx; |
|
|
|
|
height: 22rpx; |
|
|
|
|
background: linear-gradient(94deg, #0eb66d 0%, #00d277 100%); |
|
|
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx; |
|
|
|
|
opacity: 0.38; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.sub-title { |
|
|
|
|
margin-top: 32rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #aaaaaa; |
|
|
|
|
text-align: center; |
|
|
|
|
font-size: 40rpx; |
|
|
|
|
color: rgba(34, 34, 34, 0.7); |
|
|
|
|
margin: 24rpx 40rpx 0; |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
|
margin: 40rpx auto 0; |
|
|
|
|
@ -33,22 +38,16 @@
@@ -33,22 +38,16 @@
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
background: #ffffff; |
|
|
|
|
box-shadow: 0rpx 4rpx 24rpx 0rpx rgba(0, 0, 0, 0.09); |
|
|
|
|
border: 2rpx solid rgba(224, 71, 117, 0.25); |
|
|
|
|
border: 2rpx solid #f4f3f3; |
|
|
|
|
border-radius: 24rpx; |
|
|
|
|
.c-title { |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
color: #666666; |
|
|
|
|
font-size: 40rpx; |
|
|
|
|
color: rgba(34, 34, 34, 0.7); |
|
|
|
|
text-align: center; |
|
|
|
|
.blod { |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: #cf5375; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.c-link { |
|
|
|
|
margin-top: 24rpx; |
|
|
|
|
font-size: 30rpx; |
|
|
|
|
color: #666666; |
|
|
|
|
text-align: center; |
|
|
|
|
margin: 0 -0.5em; |
|
|
|
|
color: #0eb66d; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.upload { |
|
|
|
|
margin-top: 46rpx; |
|
|
|
|
@ -56,20 +55,20 @@
@@ -56,20 +55,20 @@
|
|
|
|
|
position: relative; |
|
|
|
|
width: 510rpx; |
|
|
|
|
height: 510rpx; |
|
|
|
|
border: 2rpx dotted #cf5375; |
|
|
|
|
border: 2rpx dotted rgba(14, 182, 109, 0.32); |
|
|
|
|
border-radius: 24rpx; |
|
|
|
|
background: rgba(207, 83, 117, 0.06); |
|
|
|
|
background: #f6fffb; |
|
|
|
|
.icon { |
|
|
|
|
display: block; |
|
|
|
|
margin: 148rpx auto 0; |
|
|
|
|
width: 141rpx; |
|
|
|
|
height: 161rpx; |
|
|
|
|
width: 104rpx; |
|
|
|
|
height: 104rpx; |
|
|
|
|
} |
|
|
|
|
.name { |
|
|
|
|
margin-top: 36rpx; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
font-size: 40rpx; |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: #cf5375; |
|
|
|
|
color: #0eb66d; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
.diagnose-img { |
|
|
|
|
@ -96,7 +95,7 @@
@@ -96,7 +95,7 @@
|
|
|
|
|
left: 0; |
|
|
|
|
width: 100%; |
|
|
|
|
height: 80rpx; |
|
|
|
|
background: linear-gradient(0deg, #ec7095 0%, rgba(236, 112, 177, 0) 100%); |
|
|
|
|
background: linear-gradient(0deg, #0eb66d 0%, rgba(14, 182, 109, 0) 100%); |
|
|
|
|
border-radius: 0rpx 0rpx 0rpx 0rpx; |
|
|
|
|
opacity: 0.5; |
|
|
|
|
animation: 3s ease-in 1s infinite reverse both running slidein; |
|
|
|
|
@ -123,7 +122,7 @@
@@ -123,7 +122,7 @@
|
|
|
|
|
color: #fff; |
|
|
|
|
white-space: pre-line; |
|
|
|
|
text-align: center; |
|
|
|
|
background-color: #bb232c; |
|
|
|
|
background-color: #0eb66d; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@ -137,31 +136,14 @@
@@ -137,31 +136,14 @@
|
|
|
|
|
> image { |
|
|
|
|
margin-right: 30rpx; |
|
|
|
|
} |
|
|
|
|
.next { |
|
|
|
|
flex: 1; |
|
|
|
|
text-align: center; |
|
|
|
|
height: 88rpx; |
|
|
|
|
line-height: 88rpx; |
|
|
|
|
text-align: center; |
|
|
|
|
border: 2rpx solid #e04775; |
|
|
|
|
border-radius: 24rpx; |
|
|
|
|
font-size: 34rpx; |
|
|
|
|
font-weight: bold; |
|
|
|
|
background-color: #e04775; |
|
|
|
|
color: #fff; |
|
|
|
|
&.active { |
|
|
|
|
background-color: #dddddd; |
|
|
|
|
border-color: #dddddd; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.btn1 { |
|
|
|
|
flex: 1; |
|
|
|
|
height: 80rpx; |
|
|
|
|
border-radius: 24rpx; |
|
|
|
|
opacity: 1; |
|
|
|
|
border: 2rpx solid #e04775; |
|
|
|
|
border: 2rpx solid #0eb66d; |
|
|
|
|
font-size: 34rpx; |
|
|
|
|
color: #e04775; |
|
|
|
|
color: #0eb66d; |
|
|
|
|
text-align: center; |
|
|
|
|
line-height: 80rpx; |
|
|
|
|
font-weight: bold; |
|
|
|
|
@ -176,14 +158,51 @@
@@ -176,14 +158,51 @@
|
|
|
|
|
font-size: 34rpx; |
|
|
|
|
color: #fff; |
|
|
|
|
font-weight: bold; |
|
|
|
|
background-color: #cf5375; |
|
|
|
|
background: linear-gradient(0deg, #0eb66d, #00d277); |
|
|
|
|
} |
|
|
|
|
.msg { |
|
|
|
|
flex: 1; |
|
|
|
|
font-size: 28rpx; |
|
|
|
|
color: #e04775; |
|
|
|
|
color: #0eb66d; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#drug-page { |
|
|
|
|
.page-title::before { |
|
|
|
|
background: linear-gradient(270deg, #b384f4 0%, #5956e9 100%); |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
|
border-color: rgba(89, 86, 233, 0.25); |
|
|
|
|
.c-title .c-link { |
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
.upload-container { |
|
|
|
|
border-color: rgba(89, 86, 233, 0.32); |
|
|
|
|
background: rgba(89, 86, 233, 0.06); |
|
|
|
|
.name { |
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
.scan { |
|
|
|
|
background: linear-gradient(0deg, #5956e9 0%, rgba(89, 86, 233, 0) 100%); |
|
|
|
|
} |
|
|
|
|
.error { |
|
|
|
|
background-color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.footer { |
|
|
|
|
.btn1 { |
|
|
|
|
border-color: rgba(89, 86, 233, 1); |
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
.btn2 { |
|
|
|
|
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%); |
|
|
|
|
} |
|
|
|
|
.msg { |
|
|
|
|
color: rgba(89, 86, 233, 1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|