/* pages/guessPrize/guessPrize.wxss */ image{ display: block; } view{ -webkit-overflow-scrolling: touch; } .main{ height: calc(100vh - 120rpx); overflow: auto; position: relative; } .pageBg{ position: fixed; left: 0; bottom: 0; width: 750rpx; height: 1506rpx; z-index: -1; } .ruleBtn{ width: 81rpx; height: 81rpx; position: fixed; right: 35rpx; top: 100rpx; } .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; } .tipWindow{ position: relative; width: 501rpx; height: 470rpx; } .tipWindowBg{ width: 100%; height: 100%; } .tipWindowClose{ position: absolute; top: -32rpx; right: -32rpx; width: 42rpx; height: 42rpx; } .tipWindowBtn{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 60rpx; width: 390rpx; height: 60rpx; } .gameRule{ width: 750rpx; height: 2505rpx; margin-top: -1rpx; } .closeRule{ position: fixed; right: 70rpx; top: 102rpx; width: 56rpx; height: 57rpx; } .versions-14{ width: 150rpx; height: 36rpx; margin: 0 auto; margin-top: 208rpx; } .versions-15{ width: 368rpx; height: 30rpx; margin: 15rpx auto; margin-bottom: 20rpx; } .versions-9{ width: 389rpx; height: 60rpx; margin: 0 auto; } .versions-16{ width: 513rpx; height: 51rpx; margin: 0 auto; margin-top: 50rpx; } .versions-17{ width: 589rpx; height: 51rpx; margin: 0 auto; margin-top: 88rpx; } .selectFream{ position: relative; margin-top: 30rpx; } .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; } .versions-8{ width: 389rpx; height: 60rpx; margin: 0 auto; margin-top: 30rpx; } .versions-18{ width: 486rpx; height: 84rpx; margin: 0 auto; margin-top: 84rpx; } .timeFrame{ display: flex; align-items: center; justify-content: center; margin-top: 95rpx; } .versions-12{ width: 87rpx; height: 3rpx; } .versions-10{ width: 218rpx; height: 24rpx; margin-left: 10rpx; margin-right: 5rpx; } .versions-11{ width: 22rpx; height: 23rpx; margin-left:5rpx; margin-right: 10rpx; } .numGroup{ position: relative; } .versions-13{ width: 31rpx; height: 31rpx; } .numText{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); line-height: 25rpx; font-size:25rpx; font-family:NissanBrand; font-weight:400; color:rgba(24,42,114,1); } .btnGroup{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 20rpx; width: 710rpx; } .versions-5{ width: 710rpx; height: 70rpx; margin: 0 auto; /* margin-top: 20rpx; */ } .shareWindow{ position: fixed; top:0; left: 0; width: 100%; height: calc(100vh - 120rpx); display: flex; align-items: center; justify-content: center; background-color: rgba(000, 000, 000, 0.5); } .shareWindowGroup{ position: relative; width: 591rpx; height: 611rpx; } .versions-23{ width: 100%; height: 100%; } .versions-22{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 60rpx; width: 462rpx; height: 54rpx; } .shareBtn{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 60rpx; height: 54rpx; margin: 0; padding: 0; opacity: 0; } .versions-24{ position: absolute; top: -42rpx; right: -42rpx; width: 42rpx; height: 42rpx; } .priceGroup{ position: absolute; top: 18rpx; left: 154rpx; width: 60rpx; height: 100rpx; display: flex; align-items: center; justify-content: center; /* background-color: red; */ overflow: hidden; } .priceImg{ width: 36rpx; height: 43rpx; } .priceImg2,.priceImg3{ position: absolute; left: 50%; transform: translateX(-50%); top: -23rpx; } .priceImg3{ top: auto; bottom: -23rpx; } .newImages4-22{ width: 504rpx; height: 90rpx; margin: 0 auto; margin-top: 84rpx; } .newImages4-23{ width: 567rpx; height: 145rpx; margin-left: 108rpx; margin-top: 24rpx; position: relative; overflow: hidden; } .newImages4-bg{ width: 100%; height: 100%; } .inputPrice{ position: absolute; left: -100%; top: 0; width: 5320rpx; height: 100%; line-height: 145rpx; font-size:24rpx; font-family:PingFangSC; font-weight:600; color:rgba(0,0,0,1); padding: 0 34rpx; box-sizing: border-box; } .newImages4-24{ width: 389rpx; height: 60rpx; margin:0 auto; margin-top: 25rpx; } .inputFrame{ position: absolute; left: 0; top: 0; width: 532rpx; height: 100%; line-height: 145rpx; font-size:77rpx; font-family:PingFangSC; font-weight:bold; color:rgba(0,0,0,1); padding: 0 34rpx; box-sizing: border-box; letter-spacing:36rpx; } /* input { margin-left: -120%; } */ .blocks { display: flex; } .block { width: 100rpx; height: 88rpx; background: #fafafa; margin-left: 18rpx; } .inputFrame2{ position: absolute; top: 50%; transform: translateY(-50%); height: 77rpx; left: 34rpx; width: 1rpx; background-color: #000; animation: focus 0.9s linear infinite; } @keyframes focus { from { opacity: 1; } to { opacity: 0; } } .tipImg{ width: 440rpx; height: 35rpx; position: absolute; left: 46%; top: 50%; transform: translate(-50%,-50%); } .drawBtn{ width: 81rpx; height: 81rpx; position: fixed; right: 35rpx; top: 220rpx; }