|
|
|
@ -30,12 +30,12 @@
@@ -30,12 +30,12 @@
|
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
gap: 30rpx; |
|
|
|
|
background-color: #f4f7fa; |
|
|
|
|
border-radius: 96rpx; |
|
|
|
|
|
|
|
|
|
.code { |
|
|
|
|
flex: 1; |
|
|
|
|
padding: 24rpx 48rpx; |
|
|
|
|
background-color: #f4f7fa; |
|
|
|
|
border-radius: 96rpx; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -48,9 +48,8 @@
@@ -48,9 +48,8 @@
|
|
|
|
|
padding: 24rpx; |
|
|
|
|
width: 7em; |
|
|
|
|
text-align: center; |
|
|
|
|
color: #fff; |
|
|
|
|
color: #3795f7; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
background-color: #3795f7; |
|
|
|
|
border-radius: 96rpx; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -72,43 +71,27 @@
@@ -72,43 +71,27 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.submit { |
|
|
|
|
margin-top: 88rpx; |
|
|
|
|
padding: 22rpx; |
|
|
|
|
margin-top: 70rpx; |
|
|
|
|
text-align: center; |
|
|
|
|
font-size: 36rpx; |
|
|
|
|
color: #fff; |
|
|
|
|
line-height: 44rpx; |
|
|
|
|
background: linear-gradient(90deg, #134df6 36%, #3795f7 100%); |
|
|
|
|
color: #3795f7; |
|
|
|
|
line-height: 84rpx; |
|
|
|
|
border: 1px solid rgba(55, 149, 247, 0.2); |
|
|
|
|
border-radius: 96rpx 96rpx 96rpx 96rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tel-btn { |
|
|
|
|
margin: 78rpx auto 0; |
|
|
|
|
padding: 12rpx 44rpx; |
|
|
|
|
border-radius: 52rpx; |
|
|
|
|
width: 352rpx; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
line-height: 40rpx; |
|
|
|
|
color: rgba(153, 153, 153, 1); |
|
|
|
|
display: flex; |
|
|
|
|
gap: 12rpx; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
|
outline: none; |
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|
width: 28rpx; |
|
|
|
|
height: 40rpx; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&::after { |
|
|
|
|
border: none; |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
|
margin-top: 32rpx; |
|
|
|
|
text-align: center; |
|
|
|
|
font-size: 36rpx; |
|
|
|
|
color: #ffffff; |
|
|
|
|
line-height: 88rpx; |
|
|
|
|
border-radius: 96rpx 96rpx 96rpx 96rpx; |
|
|
|
|
background: linear-gradient(90deg, #134df6 16%, #3795f7 100%); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.visitor { |
|
|
|
|
margin-top: 196rpx; |
|
|
|
|
margin-top: 236rpx; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: center; |
|
|
|
@ -153,7 +136,7 @@
@@ -153,7 +136,7 @@
|
|
|
|
|
.cancel { |
|
|
|
|
padding: 32rpx 0; |
|
|
|
|
font-size: 32rpx; |
|
|
|
|
color: #3795F7; |
|
|
|
|
color: #3795f7; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|