|
- /* pages/guessSecond/guessSecond.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .pageBg{
- position: absolute;
- left: 0;
- bottom: 0;
- width: 750rpx;
- height: 1506rpx;
- z-index: -1;
- }
- .drawBtn{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- right: 35rpx;
- top: 107rpx;
- }
- .yuyue{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- right: 35rpx;
- top: 214rpx;
- }
- .topGroup{
- position: relative;
- width: 677rpx;
- height: 405rpx;
- margin: 0 auto;
- margin-top: 100rpx;
- }
- .newImages5-2{
- width: 100%;
- height: 100%;
- }
- .newImages5-1{
- position: absolute;
- left: 60rpx;
- bottom: 55rpx;
- width: 221rpx;
- height: 35rpx;
- }
- .newImages5-3{
- width: 634rpx;
- height: 170rpx;
- margin: 0 auto;
- margin-top: 60rpx;
- }
- .newImages5-4{
- width: 150rpx;
- height: 30rpx;
- margin: 0 auto;
- margin-top: 25rpx;
- }
- .selectFream{
- position: relative;
- margin-top: 10rpx;
- }
- .slideMask{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- }
- .versions-19{
- width: 535rpx;
- height: 137rpx;
- margin: 0 auto;
- margin-left: 124rpx;
- }
- .priceGroup{
- position: absolute;
- top: 18rpx;
- left: 154rpx;
- width: 60rpx;
- height: 100rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- overflow: hidden;
- }
- .priceImg{
- width: 36rpx;
- height: 43rpx;
- }
- .priceImg2,.priceImg3{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: -23rpx;
- }
- .priceImg3{
- top: auto;
- bottom: -23rpx;
- }
- .newImages5-5{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 50rpx;
- width: 711rpx;
- height: 70rpx;
- }
- .ruleFrame{
- position: fixed;
- top:0;
- left: 0;
- height: calc(100vh - 120rpx);
- overflow: auto;
- }
- .ruleFrame2{
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: rgba(0,0,0,0.5);
- z-index: 9;
- }
- .gameRule{
- width: 750rpx;
- height: 2362rpx;
- margin-top: -1rpx;
- }
- .closeRule{
- position: fixed;
- right: 70rpx;
- top: 102rpx;
- width: 56rpx;
- height: 57rpx;
- }
- .prizeWindow{
- position: relative;
- width: 501rpx;
- height: 620rpx;
- }
- .prizeWindowBg{
- width: 100%;
- height: 100%;
- }
- .prizeGroup{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .prizeWindowClose{
- position: absolute;
- top: -32rpx;
- right: -32rpx;
- width: 42rpx;
- height: 42rpx;
- }
- .prizeImg{
- margin-top: 85rpx;
- width:347rpx;
- height: 256rpx;
- }
- .prizeTip{
- margin-top: 44rpx;
- width: 362rpx;
- height: 66rpx;
- }
- .prizeBtn{
- margin-top: 43rpx;
- width: 388rpx;
- height: 60rpx;
- }
- .prizeImg2{
- width: 416rpx;
- height: 282rpx;
- margin-top: 85rpx;
- }
- .prizeImg3{
- width: 294rpx;
- height: 100rpx;
- margin-top: 85rpx;
- margin-bottom: 6rpx;
- }
|