add.scss 581 B

1234567891011121314151617181920212223242526
  1. .new-footer {
  2. display: flex;
  3. justify-content: flex-end;
  4. position: fixed;
  5. width: 100vw;
  6. height: 130rpx;
  7. background: #FFFFFF;
  8. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  9. bottom: 0;
  10. .new-submit {
  11. width: 156rpx;
  12. height: 90rpx;
  13. background: #3874F6;
  14. border-radius: 8rpx;
  15. font-size: 28rpx;
  16. font-family: PingFang SC-Bold, PingFang SC;
  17. font-weight: bold;
  18. color: #FFFFFF;
  19. margin-right: 30rpx;
  20. margin-top: 10rpx;
  21. }
  22. .sub{
  23. width: 180rpx;
  24. }
  25. }