|
|
|
@ -88,7 +88,7 @@ page { |
|
|
|
.moneyKeyView{ |
|
|
|
width: 100%; |
|
|
|
color: #666; |
|
|
|
font-size: 20px; |
|
|
|
font-size: 30rpx; |
|
|
|
margin-top: 30rpx; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
@ -121,9 +121,8 @@ page { |
|
|
|
|
|
|
|
.bottomTextView{ |
|
|
|
line-height: 100rpx; |
|
|
|
border-bottom: 0.1px solid #dbdbdb; |
|
|
|
justify-content: space-between; |
|
|
|
font-size: 20px; |
|
|
|
font-size: 30rpx; |
|
|
|
color: black; |
|
|
|
} |
|
|
|
|
|
|
|
@ -134,11 +133,12 @@ page { |
|
|
|
} |
|
|
|
|
|
|
|
.listNumberView { |
|
|
|
height: 60rpx; |
|
|
|
height: 40rpx; |
|
|
|
background-color:#EAF1F8; |
|
|
|
line-height: 60rpx; |
|
|
|
line-height: 40rpx; |
|
|
|
padding-left:20rpx; |
|
|
|
padding: 20rpx 20rpx; |
|
|
|
font-size: 16px; |
|
|
|
font-size: 27rpx; |
|
|
|
color: #666; |
|
|
|
} |
|
|
|
|
|
|
|
@ -159,6 +159,7 @@ page { |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
.lightGray{ |
|
|
|
font-size: 30rpx; |
|
|
|
color: #666; |
|
|
|
} |
|
|
|
|
|
|
|
|