editProduct.wxss 489 B

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