Showing
1 changed file
with
54 additions
and
2 deletions
| ... | ... | @@ -602,7 +602,7 @@ export default { |
| 602 | 602 | .dialog_close { |
| 603 | 603 | position: absolute; |
| 604 | 604 | right: 16rpx; |
| 605 | - top: 0; | |
| 605 | + top: -14rpx; | |
| 606 | 606 | width: 64rpx; |
| 607 | 607 | height: 64rpx; |
| 608 | 608 | line-height: 64rpx; |
| ... | ... | @@ -640,6 +640,58 @@ export default { |
| 640 | 640 | } |
| 641 | 641 | |
| 642 | 642 | .amount-row .unit { |
| 643 | - color: rgba(0, 0, 0, 0.6); | |
| 643 | + color: rgba(0, 0, 0, 0.6); | |
| 644 | +} | |
| 645 | + | |
| 646 | +::v-deep .uni-list { | |
| 647 | + background: transparent; | |
| 648 | + | |
| 649 | + &-item { | |
| 650 | + &__extra-text { font-size: 32rpx; } | |
| 651 | + &__content-title { font-size: 32rpx; color: rgba(0,0,0,0.9); } | |
| 652 | + | |
| 653 | + &__container { | |
| 654 | + padding: 32rpx; | |
| 655 | + align-items: center; | |
| 656 | + | |
| 657 | + .uni-easyinput { | |
| 658 | + .is-disabled { background-color: transparent !important; } | |
| 659 | + &__placeholder-class { font-size: 32rpx; color: rgba(0,0,0,0.4); } | |
| 660 | + &__content { | |
| 661 | + border: none; | |
| 662 | + &-input { padding-left: 0 !important; height: 48rpx; line-height: 48rpx; font-size: 32rpx; } | |
| 663 | + .content-clear-icon { font-size: 44rpx !important; } | |
| 664 | + } | |
| 665 | + } | |
| 666 | + | |
| 667 | + .amount-row { | |
| 668 | + flex: 1; | |
| 669 | + display: flex; | |
| 670 | + align-items: center; | |
| 671 | + .uni-easyinput { flex: 1; } | |
| 672 | + .unit { margin-left: 16rpx; color: rgba(0,0,0,0.9); } | |
| 673 | + } | |
| 674 | + | |
| 675 | + .item-title, | |
| 676 | + .uni-list-item__content { | |
| 677 | + flex: none; | |
| 678 | + min-height: 48rpx; | |
| 679 | + line-height: 48rpx; | |
| 680 | + font-size: 32rpx; | |
| 681 | + position: relative; | |
| 682 | + width: 162rpx; | |
| 683 | + margin-right: 32rpx; | |
| 684 | + color: rgba(0,0,0,0.9); | |
| 685 | + padding-right: 0; | |
| 686 | + } | |
| 687 | + } | |
| 688 | + | |
| 689 | + &.select-item { | |
| 690 | + &.is-empty { .uni-list-item__extra-text { color: rgba(0,0,0,0.4) !important; } } | |
| 691 | + &.is-filled { .uni-list-item__extra-text { color: rgba(0,0,0,0.9) !important; } } | |
| 692 | + } | |
| 693 | + | |
| 694 | + &.mgb10 { margin-bottom: 20rpx; } | |
| 695 | + } | |
| 644 | 696 | } |
| 645 | 697 | </style> |
| \ No newline at end of file | ... | ... |