You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

form-footer.wxss 352B

1234567891011121314151617181920212223
  1. .footer {
  2. position: fixed;
  3. bottom: 0;
  4. z-index: 99;
  5. box-sizing: border-box;
  6. width: 750rpx;
  7. padding: 20rpx 20rpx;
  8. }
  9. .left {
  10. width: 210rpx;
  11. padding: 20rpx 20rpx;
  12. border-radius: 50rpx;
  13. background-color: gray;
  14. color: #ffffff;
  15. }
  16. .right {
  17. padding: 20rpx 20rpx;
  18. border-radius: 50rpx;
  19. background-color: #19be6b;
  20. color: #ffffff;
  21. }