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

42 satır
659B

  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. }
  29. .image6Btn3,.image6Btn4,.image6Btn5{
  30. position: absolute;
  31. top: 20rpx;
  32. left: 20rpx;
  33. width: 240rpx;
  34. height: 80rpx;
  35. }
  36. .image6Btn4{
  37. left: 260rpx;
  38. }
  39. .image6Btn5{
  40. left: auto;
  41. right: 20rpx;
  42. }