eduDetail.wxss 564 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. background: #fff;
  13. }
  14. /* .top-bg {
  15. } */
  16. .divide {
  17. width: 2rpx;
  18. height: 88rpx;
  19. background: #EFEFF3;
  20. position: absolute;
  21. top: 17rpx;
  22. left: 50%;
  23. z-index: 99;
  24. }
  25. .top-position {
  26. padding-top: 17rpx;
  27. position: fixed;
  28. left: 0;
  29. top: 0rpx;
  30. width: 100%;
  31. z-index: 2
  32. }