东风启辰小程序端
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 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243
  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: 2362rpx;
  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. }