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;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .pageBg{
- width: 750rpx;
- height: 1390rpx;
- }
- .gameRule{
- width: 750rpx;
- height: 2362rpx;
- margin-top: -1rpx;
- }
- .startBtn{
- position: fixed;
- left: 50%;
- transform: translateX(-50%);
- bottom: 170rpx;
- width: 710rpx;
- height: 71rpx;
- }
- .drawBtn{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- right: 35rpx;
- top: 220rpx;
- }
- .yuyue{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- right: 35rpx;
- top: 334rpx;
- }
|