understand-software.wxss 452 B

123456789101112131415161718192021222324252627
  1. /* package-basic-data/pages/understand-software/understand-software.wxss */
  2. .background-view image{
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100vw;
  7. height: 100%;
  8. z-index: 10;
  9. }
  10. .content{
  11. margin-top: 200rpx;
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: center;
  15. align-items: center;
  16. border-radius: 20rpx;
  17. padding: 20rpx;
  18. background-color: #95A8CB;
  19. }
  20. .content image{
  21. width: 95%;
  22. height: auto;
  23. z-index: 20;
  24. }