东风启辰小程序端
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.

преди 5 години
преди 5 години
преди 5 години
преди 5 години
преди 5 години
преди 5 години
12345678910111213141516171819202122232425262728
  1. /* pages/prizeDetail/prizeDetail.wxss */
  2. .main{
  3. height: calc(100vh - 120rpx);
  4. overflow: auto;
  5. -webkit-overflow-scrolling: touch;
  6. }
  7. .image6Group{
  8. position: relative;
  9. }
  10. .image6Btn1,.image6Btn2{
  11. position: absolute;
  12. top: 40rpx;
  13. left: 70rpx
  14. }
  15. .image6Btn1{
  16. width: 310rpx;
  17. height: 80rpx;
  18. background-color: red;
  19. opacity: 0;
  20. }
  21. .image6Btn2{
  22. left: auto;
  23. right: 70rpx;
  24. width: 310rpx;
  25. height: 80rpx;
  26. background-color: green;
  27. opacity: 0;
  28. }