1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .tab-container {
- margin: 0 30rpx;
- box-shadow: 0 3rpx 15rpx 0 rgba(252, 132, 86, 0.2);
- border-radius: 30rpx;
- padding: 0 15rpx;
- background-color: #fff;
- }
- .van-tabs__scroll {
- background-color: transparent !important;
- }
- .top {
- padding-top: 17rpx;
- position: relative;
- background-color: #fff;
- }
- .top-bg {
- padding-top: 17rpx;
- position: relative;
- }
- .divide {
- width: 2rpx;
- height: 88rpx;
- background: #EFEFF3;
- position: absolute;
- top: 17rpx;
- left: 50%;
- z-index: 99;
- }
- .top-position {
- position: fixed;
- left: 0;
- top: 0rpx;
- width: 100%;
- z-index: 2
- }
|