index.scss 904 B

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