东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fragmentRule.wxss 434B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
12345678910111213141516171819202122232425262728
  1. /* pages/fragmentRule/fragmentRule.wxss */
  2. image{
  3. display: block;
  4. }
  5. view{
  6. -webkit-overflow-scrolling: touch;
  7. }
  8. .main{
  9. height: calc(100vh - 120rpx);
  10. overflow: auto;
  11. }
  12. .contentGroup{
  13. position: relative;
  14. width: 750rpx;
  15. height: 2276rpx;
  16. }
  17. .newImages26{
  18. width: 750rpx;
  19. height: 2276rpx;
  20. }
  21. .newImages27{
  22. position: absolute;
  23. left: 50%;
  24. transform: translateX(-50%);
  25. bottom:203rpx;
  26. width: 347rpx;
  27. height: 62rpx;
  28. }