东风启辰小程序端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

28 lines
459B

  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. }