index.css 658 B

1234567891011
  1. page{background: #fff;}
  2. .top-fixed{position: fixed;left: 0;top: 0;right: 0;z-index: 50;}
  3. .top-fixed-c{position: relative;}
  4. .back{position: absolute;top: 50%;transform: translateY(-50%);left: 0;padding-left: 30rpx;}
  5. .back image{width: 24rpx;height: 39rpx;}
  6. .top-title{font-size: 36rpx;color: #fff;justify-content: center;}
  7. .top-img{width: 100%;height: 560rpx;}
  8. .cons{background: #fff;border-radius: 30rpx 30rpx 0 0;padding: 35rpx 30rpx 0;margin-top: -30rpx;}
  9. .tit{font-size: 36rpx;color: #333;}
  10. .tit::before{content: '';display: block;width: 6rpx;height: 32rpx;background: #0091FE;border-radius: 6rpx;margin-right: 22rpx;}
  11. .tits{font-size: 28rpx;color: #333;}