eduDetail.wxss 635 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .tab-container {
  2. margin: 0 30rpx;
  3. box-shadow: 0 3rpx 15rpx 0 rgba(252, 132, 86, 0.2);
  4. border-radius: 30rpx;
  5. padding: 0 15rpx;
  6. background-color: #fff;
  7. }
  8. .van-tabs__scroll {
  9. background-color: transparent !important;
  10. }
  11. .top {
  12. padding-top: 17rpx;
  13. position: relative;
  14. background-color: #fff;
  15. }
  16. .top-bg {
  17. padding-top: 17rpx;
  18. position: relative;
  19. }
  20. .divide {
  21. width: 2rpx;
  22. height: 88rpx;
  23. background: #EFEFF3;
  24. position: absolute;
  25. top: 17rpx;
  26. left: 50%;
  27. z-index: 99;
  28. }
  29. .top-position {
  30. position: fixed;
  31. left: 0;
  32. top: 0rpx;
  33. width: 100%;
  34. z-index: 2
  35. }