create.scss 353 B

123456789101112131415161718
  1. .new-footer {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. right: 0;
  6. padding: 20rpx 30rpx;
  7. background-color: #fff;
  8. box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.1);
  9. z-index: 999;
  10. }
  11. .new-submit {
  12. width: 100% !important;
  13. height: 80rpx !important;
  14. line-height: 80rpx !important;
  15. border-radius: 8rpx !important;
  16. font-size: 32rpx !important;
  17. }