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

16 lines
226B

  1. /* pages/guess/guess.wxss */
  2. image{
  3. display: block;
  4. }
  5. .main{
  6. height: calc(100vh - 120rpx);
  7. overflow: auto;
  8. position: relative;
  9. }
  10. .pageBg{
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. width: 750rpx;
  15. height: 1388rpx;
  16. }