|
12345678910111213141516 |
- /* 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;
- }
|