/* pages/luckyStar/luckyStar.wxss */ image{ display: block; } view{ -webkit-overflow-scrolling: touch; } .main{ height: calc(100vh - 150rpx); overflow: auto; } .gameRuleBtn{ width:200rpx; height:50rpx; background-color:rgba(000,000,000,0.63); position: fixed; right: 0; top: 164rpx; border-top-left-radius: 30rpx; border-bottom-left-radius: 30rpx; font-size:26rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); text-align: center; line-height: 50rpx; } .gameRuleBtn2{ background-color: #28568B; } .gameTip{ width:200rpx; height:50rpx; background-color:rgba(000,000,000,0.63); position: fixed; right: 0; top: 240rpx; border-top-left-radius: 30rpx; border-bottom-left-radius: 30rpx; font-size:26rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); text-align: center; line-height: 50rpx; } .gameRuleDesc{ position: fixed; left: 0; top: 0; width: 100%; height: calc(100vh - 150rpx); background-color: rgba( 000, 000, 000, 0.3); display: flex; align-items: center; justify-content: center; } .ruleGroup{ position: relative; width: 487rpx; height: 459rpx; } .gameRuleIcon{ width: 100%; height: 100%; } .gameRuleClose{ position: absolute; top: 0rpx; right: -10rpx; width: 31rpx; height: 29rpx; } .gameStrat{ width:277rpx; height:50rpx; background-color: #355483; font-size:21rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); line-height:50rpx; text-align: center; border-radius: 10rpx; position: absolute; bottom: 50rpx; left: 50%; transform: translateX(-50%); } .gameMain{ position: relative; width: 750rpx; } .gameStarBg{ width: 750rpx; height: 1038rpx; } .gameTitle{ position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 342rpx; height: 70rpx; line-height: 70rpx; font-size:40rpx; font-family:PingFangSC; color:rgba(35,33,34,1); text-align: center; font-weight: bold; } .downTime{ position: absolute; top: 20rpx; right: 80rpx; font-size:34rpx; line-height: 34rpx; font-family:NissanBrand; color:rgba(35,33,34,1); font-weight: 500; } .gameClaw{ position: absolute; left: 293rpx; top: 95rpx; width: 164rpx; height: 259rpx; transition: top 0.8s linear; transform: scale(2); transform-origin:50% 0 0; } .prizeIcon2{ position: absolute; left: 115rpx; top: 562rpx; width: 527rpx; height: 169rpx; } .prizeIcon1{ position: absolute; left: 64rpx; top: 592rpx; width: 624rpx; height: 265rpx; } .gameGetBtn{ position: absolute; right: 70rpx; top: 920rpx; width: 304rpx; height: 80rpx; } .gameControlFrame{ position: absolute; left: 130rpx; top: 910rpx; width: 174rpx; height: 106rpx; } .gameControlGroup{ widows: 100%; height: 100%; position: relative; } .btnControlL{ position: absolute; left: 0; top: 38rpx; width: 60rpx; height: 30rpx; /* background-color: rgba( 000, 000, 000, 0.3); */ } .btnControlR{ position: absolute; right: 0; top: 38rpx; width: 64rpx; height: 30rpx; /* background-color: rgba(228, 15, 15, 0.849); */ } .btnControlT{ position: absolute; left: 65rpx; top: 0; width: 48rpx; height: 44rpx; /* background-color: rgba(209, 135, 45, 0.5); */ } .btnControlB{ position: absolute; left: 60rpx; bottom: 0; width: 50rpx; height: 47rpx; /* background-color: rgba(233, 222, 111, 0.5); */ } .successPop{ position: fixed; top: 0; left: 0; width: 100%; height: calc(100vh - 150rpx); background-color: rgba( 000, 000, 000, 0.3); display: flex; align-items: center; justify-content: center; } .successGroup{ position: relative; width:455rpx; height:426rpx; background-color: white; display: flex; flex-direction: column; align-items: center; border-radius: 20rpx; } .successIcon{ position: absolute; top: -33rpx; left: 50%; transform: translateX(-50%); width: 114rpx; height: 114rpx; } .titleGroup{ width: 100%; height: 63rpx; background-color: #355485; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; } .startRegister{ width:278rpx; height:50rpx; background-color: #345489; border-radius: 15rpx; text-align: center; font-size:21rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); line-height:50rpx; position: relative; } .prizePic{ width: 310rpx; height: 116rpx; margin-bottom: 10rpx; } .successTip{ font-size:28rpx; font-family:PingFangSC; font-weight:bold; color:rgba(52,84,132,1); line-height: 28rpx; text-align: center; margin-top: 50rpx; margin-bottom: 13rpx; } .prizeName{ font-size:21rpx; font-family:PingFangSC; font-weight:400; color:rgba(0,0,0,1); line-height:21rpx; text-align: center; margin-bottom: 30rpx; } .failText{ font-size:28rpx; font-family:PingFangSC; font-weight:bold; color:rgba(52,84,132,1); line-height:28rpx; text-align: center; } .getPrizeTip{ display: flex; align-items: center; justify-content: center; margin-top: 50rpx; margin-bottom: 16rpx; } .prizeTipLine{ width:80rpx; height:5rpx; background-color: #1F4C76; } .prizeTipLine:first-child{ margin-right: 20rpx; } .prizeTipLine:last-child{ margin-left: 20rpx; } .prizeTipText{ font-size:24rpx; font-family:PingFangSC; font-weight:600; color:rgba(21,83,136,1); line-height:24rpx; } .tipContentGroup{ width:712rpx; height:72rpx; margin: 0 auto; box-sizing: border-box; border: 1rpx solid #4B6782; display: flex; align-items: center; justify-content: center; border-radius: 20rpx; overflow: hidden; position: relative; } /* .tipContentGroup::-webkit-scrollbar { display:none; width:0; height:0; color:transparent; } */ .tipContent{ font-size:21rpx; font-family:PingFangSC; font-weight:400; color:rgba(21,83,136,1); line-height:62rpx; padding-right: 10rpx; white-space: nowrap; } .prizeLookGroup{ padding-top:40rpx; padding-bottom: 45rpx; display: flex; align-items: center; justify-content: center; } .prizeLook{ width:710rpx; height:70rpx; background-color: #355483; line-height: 70rpx; text-align: center; font-size:30rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); border-radius: 20rpx; } .shareBtn{ position: absolute; left: 0; top: 0; z-index: 2; opacity: 0; } .getUserMsgBtn{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; margin: 0; padding:0; } .scrollSty{ margin-top: 10rpx; width:672rpx; height:72rpx; white-space: nowrap; } .tipContent{ display:inline-block; } .scrollMask{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; }