|
|
|
@ -27,13 +27,13 @@ page {
@@ -27,13 +27,13 @@ page {
|
|
|
|
|
border-radius: 16rpx; |
|
|
|
|
background-color: #fff; |
|
|
|
|
.row { |
|
|
|
|
padding: 32rpx 0; |
|
|
|
|
display: flex; |
|
|
|
|
border-bottom: 1px solid rgba(224, 224, 224, 0.5); |
|
|
|
|
&:last-of-type{ |
|
|
|
|
&:last-of-type { |
|
|
|
|
border: none; |
|
|
|
|
} |
|
|
|
|
.label { |
|
|
|
|
padding: 32rpx 0; |
|
|
|
|
flex-shrink: 0; |
|
|
|
|
width: 6em; |
|
|
|
|
font-size: 32rpx; |
|
|
|
@ -52,6 +52,7 @@ page {
@@ -52,6 +52,7 @@ page {
|
|
|
|
|
flex: 1; |
|
|
|
|
} |
|
|
|
|
.content { |
|
|
|
|
padding: 32rpx 0; |
|
|
|
|
flex: 1; |
|
|
|
|
.input { |
|
|
|
|
font-size: 32rpx; |
|
|
|
@ -65,6 +66,7 @@ page {
@@ -65,6 +66,7 @@ page {
|
|
|
|
|
flex: 1; |
|
|
|
|
.select { |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
.content { |
|
|
|
|
flex: 1; |
|
|
|
|
color: #000; |
|
|
|
@ -81,6 +83,7 @@ page {
@@ -81,6 +83,7 @@ page {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.select-btn { |
|
|
|
|
padding: 32rpx 0; |
|
|
|
|
display: flex; |
|
|
|
|
gap: 16rpx; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|