| 1234567891011121314151617181920212223242526272829 |
- .form{
- margin-top: 30rpx;
- padding-bottom: 100rpx;
- }
- .form view{
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 30rpx 25rpx;
- background: #fff;
- margin-bottom: 5rpx;
- }
- .form view input{
- text-align: right;
- }
- .foot{
- text-align: center !important;
- padding: 30rpx !important;
- position: fixed !important;
- bottom: 0 !important;
- width: 100% !important;
- background-color: var(--color) !important;
- color: #fff !important;
- z-index: 999;
- }
- image{
- width: 50rpx;
- height: 50rpx;
- }
|