东风启辰小程序端
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

43 lines
614B

  1. /* pages/guess/guess.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. position: relative;
  12. }
  13. .pageBg{
  14. width: 750rpx;
  15. height: 1390rpx;
  16. }
  17. .gameRule{
  18. width: 750rpx;
  19. height: 2505rpx;
  20. margin-top: -1rpx;
  21. }
  22. .startBtn{
  23. position: fixed;
  24. left: 50%;
  25. transform: translateX(-50%);
  26. bottom: 170rpx;
  27. width: 710rpx;
  28. height: 71rpx;
  29. }
  30. .drawBtn{
  31. width: 81rpx;
  32. height: 81rpx;
  33. position: fixed;
  34. right: 35rpx;
  35. top: 220rpx;
  36. }
  37. .yuyue{
  38. width: 81rpx;
  39. height: 81rpx;
  40. position: fixed;
  41. right: 35rpx;
  42. top: 334rpx;
  43. }