index.wxss 492 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. .ipad {
  14. top: 78rpx;
  15. }
  16. .image01001 {
  17. width: 462rpx;
  18. height: 516rpx;
  19. }
  20. .index2 {
  21. position: fixed;
  22. bottom: 0;
  23. left: 0;
  24. width:100%;
  25. }
  26. .image01002 {
  27. width: 576rpx;
  28. height: 443rpx;
  29. }
  30. .image01003 {
  31. width: 108rpx;
  32. height: 101rpx;
  33. position: fixed;
  34. bottom: 129rpx;
  35. right: 57rpx;
  36. }