index.scss 1010 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. view {
  2. box-sizing: border-box;
  3. }
  4. .container {
  5. .haobaoBox{
  6. // background: #017AFF;
  7. // height: 70vh;
  8. padding-bottom: 180rpx;
  9. display: flex;
  10. justify-content: center;
  11. padding-top: 56rpx;
  12. overflow-y: scroll;
  13. image{
  14. // height: 85vh;
  15. }
  16. }
  17. }
  18. .btnBox{
  19. height: 176rpx;
  20. background: #FFFFFF;
  21. // background:red;
  22. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
  23. border-radius: 32rpx 32rpx 0rpx 0rpx;
  24. position: fixed;
  25. bottom: 0;
  26. width: 100%;
  27. padding-left: 30rpx;
  28. padding-right: 30rpx;
  29. padding-top: 32rpx;
  30. z-index: 9999999999999999999999999999999;
  31. .btn{
  32. height: 96rpx;
  33. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  34. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,122,255,0.2);
  35. border-radius: 54rpx;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. font-size: 32rpx;
  40. font-family: SourceHanSansCN, SourceHanSansCN;
  41. font-weight: bold;
  42. color: #FFFFFF;
  43. }
  44. }
  45. .haibao{
  46. border-radius: 30rpx;
  47. height: 1168rpx;
  48. }