index.scss 572 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. @import "./index.skeleton.wxss";
  2. /*
  3. .total {
  4. display: flex;
  5. justify-content: space-between;
  6. padding: 10px 20px;
  7. .text {
  8. font-size: 24rpx;
  9. }
  10. .to {
  11. font-weight: bold;
  12. color: #3874F6;
  13. }
  14. } */
  15. .footer {
  16. display: flex;
  17. justify-content: center;
  18. position: fixed;
  19. bottom: 0;
  20. width: 100vw;
  21. min-height: 130rpx;
  22. background-color: #fff;
  23. box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.16);
  24. .but {
  25. width: 690rpx;
  26. height: 90rpx;
  27. background: #FA8C16;
  28. border-radius: 16rpx;
  29. font-size: 28rpx;
  30. font-weight: 600;
  31. color: #FFFFFF;
  32. margin-top: 10rpx;
  33. }
  34. }