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.
|
- /* pages/guess/guess.wxss */
- image{
- display: block;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .pageBg{
- position: absolute;
- top: 0;
- left: 0;
- width: 750rpx;
- height: 1388rpx;
- }
|