index.wxss 356 B

12345678910111213141516171819202122232425
  1. .container {
  2. width: 750rpx;
  3. height: 100vh;
  4. }
  5. .container_image {
  6. width: 100%;
  7. }
  8. .container_nav-btns {
  9. width: 100%;
  10. height: 310rpx;
  11. padding: 0 13%;
  12. box-sizing: border-box;
  13. display: flex;
  14. flex-flow: column;
  15. justify-content: space-between;
  16. position: absolute;
  17. top: 720rpx;
  18. left: 0rpx;
  19. }
  20. .container_nav-btns image {
  21. width: 100%;
  22. }