addProcut.wxss 531 B

1234567891011121314151617181920212223242526272829
  1. .form{
  2. margin-top: 30rpx;
  3. padding-bottom: 100rpx;
  4. }
  5. .form view{
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. padding: 30rpx 25rpx;
  10. background: #fff;
  11. margin-bottom: 5rpx;
  12. }
  13. .form view input{
  14. text-align: right;
  15. }
  16. .foot{
  17. text-align: center !important;
  18. padding: 30rpx !important;
  19. position: fixed !important;
  20. bottom: 0 !important;
  21. width: 100% !important;
  22. background-color: var(--color) !important;
  23. color: #fff !important;
  24. z-index: 999;
  25. }
  26. image{
  27. width: 50rpx;
  28. height: 50rpx;
  29. }