distributionInstruct.wxss 910 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. page {
  2. height: 100%;
  3. }
  4. .instruction {
  5. width: 100%;
  6. background: #f36e4f;
  7. }
  8. .instruction image {
  9. display: block;
  10. }
  11. .instruction .headImg {
  12. width: 100%;
  13. height: 540rpx;
  14. }
  15. .instruction .content {
  16. padding: 0 30rpx 40rpx;
  17. }
  18. .instruction .content .imgOne, .instruction .content .imgTwo,
  19. .instruction .content .imgThree, .instruction .content .imgFour,
  20. .instruction .content .imgFive, .instruction .content .imgSix,
  21. .instruction .content .imgSeven, .instruction .content .imgEight {
  22. width: 100%;
  23. height: 908rpx;
  24. }
  25. .instruction .content .imgTwo {
  26. height: 712rpx;
  27. }
  28. .instruction .content .imgThree {
  29. height: 1128rpx;
  30. }
  31. .instruction .content .imgFour {
  32. height: 824rpx;
  33. }
  34. .instruction .content .imgFive {
  35. height: 866rpx;
  36. }
  37. .instruction .content .imgSix {
  38. height: 954rpx;
  39. }
  40. .instruction .content .imgSeven {
  41. height: 878rpx;
  42. }
  43. .instruction .content .imgEight {
  44. height: 1140rpx;
  45. }