index.rpx.css 407 B

1234567891011121314151617181920212223242526272829
  1. .content {
  2. background: rgba(247, 247, 247, 1);
  3. }
  4. .tabBarView {
  5. position: fixed;
  6. bottom: 0;
  7. }
  8. .head-wrap {
  9. position: relative;
  10. width: 750rpx;
  11. height: 1656rpx;
  12. overflow: hidden;
  13. display: flex;
  14. flex-direction: column;
  15. }
  16. .content {
  17. position: absolute;
  18. top: 10%;
  19. left: 24rpx;
  20. right: 24rpx;
  21. border-radius: 12rpx;
  22. }
  23. .user-head {
  24. margin-right: 6px;
  25. }