|
- /* pages/luckyStar/luckyStar.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 150rpx);
- overflow: auto;
- }
- .gameRuleBtn{
- width:81rpx;
- height:81rpx;
- position: fixed;
- right: 17rpx;
- top: 216rpx;
- }
- .gameRuleBtn2{
- background-color: #28568B;
- }
- .gameTip{
- width:81rpx;
- height:81rpx;
- position: fixed;
- right: 17rpx;
- top: 331rpx;
- }
- .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;
- z-index: 99;
- }
- .ruleGroup{
- position: relative;
- width: 487rpx;
- height: 459rpx;
- }
- .gameRuleIcon{
- width: 100%;
- height: 100%;
- }
- .gameRuleClose{
- position: absolute;
- top: -10rpx;
- right: -10rpx;
- height: 40rpx;
- width: 40rpx;
- }
- .gameStrat{
- width:277rpx;
- height:50rpx;
- position: absolute;
- bottom: 50rpx;
- left: 50%;
- transform: translateX(-50%);
- }
- .gameMain{
- position: relative;
- width: 750rpx;
- }
- .gameStarBg{
- width: 750rpx;
- height: 1038rpx;
- }
- .gameTitle{
- position: absolute;
- left: 49%;
- top: 0;
- transform: translateX(-50%);
- width: 343rpx;
- height: 97rpx;
- z-index: 10;
- }
- .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: 268rpx;
- top: -440rpx;
- width: 224rpx;
- height: 800rpx;
- transition: top 0.8s linear;
- transform: scale(2);
- transform-origin:50% 0 0;
- }
- .prizeIcon2{
- position: absolute;
- left: 74rpx;
- top: 558rpx;
- width: 561rpx;
- height: 187rpx;
- }
- .prizeIcon1{
- position: absolute;
- left: 77rpx;
- top: 571rpx;
- width: 673rpx;
- height: 287rpx;
- }
- .gameGetBtn{
- position: absolute;
- right: 70rpx;
- top: 920rpx;
- width: 304rpx;
- height: 80rpx;
- }
- .gameControlFrame{
- position: absolute;
- left: 120rpx;
- top: 915rpx;
- 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;
- z-index: 99;
- }
- .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;
- }
- .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;
- }
- .scrollFirstView{
- width:712rpx;
- height:72rpx;
- }
- .luckyClaw{
- width: 304rpx;
- height: 80rpx;
- margin-left: -2rpx;
- }
- .luckyLeft{
- width: 83rpx;
- height: 40rpx;
- margin-left: -4rpx;
- margin-top: -1rpx;
- }
- .luckyRight{
- width: 83rpx;
- height: 40rpx;
- margin-left: -5rpx;
- margin-top: -2rpx;
- }
- .luckyTop{
- width: 72rpx;
- height: 47rpx;
- }
- .luckyBottom{
- width: 73rpx;
- height: 47rpx;
- margin-left: -14rpx;
- margin-top: 6rpx;
- }
- .downTimeGroup{
- 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;
- z-index: 99;
- }
- .luckyNum{
- width: 221rpx;
- height: 131rpx;
- }
|