|
|
@ -72,7 +72,7 @@ page { |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
button { |
|
|
|
.btn1{ |
|
|
|
height: 84rpx; |
|
|
|
line-height: 84rpx; |
|
|
|
width: 100% !important; |
|
|
@ -82,9 +82,20 @@ button { |
|
|
|
font-size: 33rpx; |
|
|
|
border-radius: 84rpx; |
|
|
|
background: linear-gradient(to right, #82f1f1, #08b3b3); |
|
|
|
margin: 160rpx 0 0 !important; |
|
|
|
margin: 150rpx 0 0 !important; |
|
|
|
} |
|
|
|
.btn2{ |
|
|
|
height: 84rpx; |
|
|
|
line-height: 84rpx; |
|
|
|
width: 100% !important; |
|
|
|
padding: 0; |
|
|
|
text-align: center; |
|
|
|
color: #fff; |
|
|
|
font-size: 33rpx; |
|
|
|
border-radius: 84rpx; |
|
|
|
background: linear-gradient(to right, #82f1f1, #08b3b3); |
|
|
|
margin: 30rpx 0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ocr { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|