index.wxss 467 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .container {
  2. background-color: #F5E2BE;
  3. justify-content: flex-start;
  4. color: #1e1e1e;
  5. font-weight: 500;
  6. }
  7. .index1 {
  8. position: fixed;
  9. top: 178rpx;
  10. left: 0;
  11. width:100%;
  12. }
  13. .image01001 {
  14. width: 462rpx;
  15. height: 516rpx;
  16. }
  17. .index2 {
  18. position: fixed;
  19. bottom: 0;
  20. left: 0;
  21. width:100%;
  22. }
  23. .image01002 {
  24. width: 576rpx;
  25. height: 443rpx;
  26. }
  27. .image01003 {
  28. width: 108rpx;
  29. height: 101rpx;
  30. position: fixed;
  31. bottom: 129rpx;
  32. right: 57rpx;
  33. }