team.wxss 300 B

12345678910111213141516171819202122
  1. .main {
  2. float: left;
  3. width: 100%;
  4. }
  5. .main .one {
  6. position: fixed;
  7. z-index: 9999;
  8. width: 100%;
  9. height: 80rpx;
  10. line-height: 80rpx;
  11. background-color: #409eff;
  12. color: #ffffff;
  13. text-align: center;
  14. }
  15. .main .two {
  16. position: absolute;
  17. top: 80rpx;
  18. width: 100%;
  19. height: 15000px;
  20. }