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.
45 lines
927 B
45 lines
927 B
.page { |
|
padding: 88rpx 40rpx; |
|
.row { |
|
margin-bottom: 32rpx; |
|
padding: 24rpx 48rpx; |
|
background: #f2f4f5; |
|
border-radius: 12rpx; |
|
border: 1rpx solid #edeff0; |
|
display: flex; |
|
.place-input { |
|
color: rgba(33, 33, 32, 0.4); |
|
} |
|
.input { |
|
flex: 1; |
|
font-size: 32rpx; |
|
line-height: 40rpx; |
|
color: rgba(40, 48, 49, 1); |
|
} |
|
.btn { |
|
flex-shrink: 0; |
|
font-size: 32rpx; |
|
color: rgba(14, 182, 109, 1); |
|
} |
|
} |
|
.submit { |
|
margin-top: 64rpx; |
|
height: 96rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 36rpx; |
|
color: rgba(255, 255, 255, 1); |
|
background: linear-gradient(to right, rgba(14, 182, 109, 1), rgba(0, 210, 119, 1)); |
|
border-radius: 12rpx; |
|
} |
|
} |
|
|
|
#drug-page { |
|
.btn { |
|
color: rgba(22, 121, 203, 1); |
|
} |
|
.submit { |
|
background: linear-gradient(270deg, #5956e9 0%, #b384f4 100%); |
|
} |
|
}
|
|
|