|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533 |
- /* pages/luckyStar/luckyStar.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- 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 - 120rpx);
- background-color: rgba( 000, 000, 000, 0.3);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 99;
- }
- .ruleGroup{
- position: relative;
- width: 549rpx;
- height: 736rpx;
- }
- .gameRuleIcon{
- width: 100%;
- height: 100%;
- }
- .gameRuleClose{
- position: absolute;
- top: -10rpx;
- right: -10rpx;
- height: 40rpx;
- width: 40rpx;
- z-index: 9;
- }
- .gameStrat{
- position: relative;
- width:277rpx;
- height:50rpx;
- padding-top: 37rpx;
- }
- .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;
- }
- .gameClaw2{
- transition: all 0.8s linear;
- }
- .prizeIcon2{
- position: absolute;
- left: 74rpx;
- top: 558rpx;
- width: 561rpx;
- height: 187rpx;
- }
- .prizeIcon1{
- position: absolute;
- left: 77rpx;
- top: 571rpx;
- width: 673rpx;
- height: 288rpx;
- }
- .gameGetBtn{
- position: absolute;
- right: 70rpx;
- top: 920rpx;
- width: 304rpx;
- height: 80rpx;
- }
- .gameControlFrame{
- position: absolute;
- left: 110rpx;
- top: 895rpx;
- width: 224rpx;
- height: 127rpx;
- }
- .gameControlGroup{
- widows: 100%;
- height: 100%;
- position: relative;
- }
- .btnControlL{
- position: absolute;
- left: 0;
- top: 39rpx;
- width: 71rpx;
- height: 51rpx;
- }
- .btnControlR{
- position: absolute;
- right: 0;
- top: 39rpx;
- width: 71rpx;
- height: 51rpx;
- }
- .btnControlT{
- position: absolute;
- left: 75rpx;
- top: 4rpx;
- width: 71rpx;
- height: 51rpx;
- }
- .btnControlB{
- position: absolute;
- left: 75rpx;
- bottom: 0;
- width: 71rpx;
- height: 51rpx;
- }
- .successPop{
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: calc(100vh - 120rpx);
- background-color: rgba( 000, 000, 000, 0.3);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 99;
- }
- .successGroup{
- position: relative;
- width:488rpx;
- height:475rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .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:296rpx;
- 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;
- padding: 0 20rpx;
- border-radius: 20rpx;
- overflow: hidden;
- position: relative;
- }
- .tipContentGroup>view::-webkit-scrollbar {
- display:none;
- width:0;
- height:0;
- color:transparent;
- }
- .tipContent{
- position: absolute;
- top:0;
- left: 100%;
- font-size:21rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(21,83,136,1);
- line-height:72rpx;
- white-space: nowrap;
- }
- .prizeLookGroup{
- padding-top:40rpx;
- padding-bottom: 45rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .prizeLook{
- width:711rpx;
- height:71rpx;
- }
- .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: 71rpx;
- height: 51rpx;
- }
- .luckyRight{
- width: 71rpx;
- height: 51rpx;
- }
- .luckyTop{
- width: 71rpx;
- height: 51rpx;
- }
- .luckyBottom{
- width: 71rpx;
- height: 51rpx;
- }
- .downTimeGroup{
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: calc(100vh - 120rpx);
- background-color: rgba( 000, 000, 000, 0.3);
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 99;
- }
- .luckyNum{
- width: 221rpx;
- height: 131rpx;
- }
- .luckyPizeType{
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- .textFrame{
- width:100%;
- height:100%;
- overflow: auto;
- position:relative;
- }
- .btnsGroup{
- height: 110rpx;
- position: absolute;
- top: 310rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- flex-direction: column;
- z-index: 9;
- }
- .luckyBtns{
- width: 305rpx;
- height: 50rpx;
- }
- .luckyBtnsGap{
- height: 13rpx;
- }
- .prizeContent{
- position: absolute;
- top: 200rpx;
- z-index: 9;
- }
- .gameOpen{
- position: absolute;
- left: 370rpx;
- top: 939rpx;
- width: 139rpx;
- height: 61rpx;
- }
- .newImages24{
- position: absolute;
- left: 533rpx;
- top: 920rpx;
- width: 147rpx;
- height: 105rpx;
- }
- .chanceGroup{
- position: relative;
- width: 489rpx;
- height: 460rpx;
- }
- .newImages44{
- width: 100%;
- height: 100%;
- }
- .newImages45{
- position: absolute;
- bottom: 58rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 278rpx;
- height: 51rpx;
- }
- .gameRuleGroup{
- position: absolute;
- top: 115rpx;
- left:0;
- width: 100%;
- height: 570rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- overflow: auto;
- }
- .newImages2-22{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: 369rpx;
- width: 247rpx;
- height: 91rpx;
- }
- .operationExample{
- position: relative;
- width: 489rpx;
- height: 460rpx;
- }
- .newImages2-29{
- width: 100%;
- height: 100%;
- }
- .newImages2-28{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom:58rpx;
- width: 277rpx;
- height: 51rpx;
- }
- .newImages2-30{
- position: absolute;
- left: 72rpx;
- top: 183rpx;
- width: 164rpx;
- height: 93rpx;
- }
- .newImages24-2{
- top: 180rpx;
- right: 71rpx;
- left: auto;
- }
- .luckyLeft-2{
- position: absolute;
- top: 208rpx;
- left: 74rpx;
- width: 53rpx;
- height: 39rpx;
- opacity: 0;
- }
- .luckyRight-2{
- position: absolute;
- top: 208rpx;
- left: 182rpx;
- width: 53rpx;
- height: 39rpx;
- opacity: 0;
- }
- .luckyTop-2{
- position: absolute;
- top: 182rpx;
- left: 126rpx;
- width: 53rpx;
- height: 39rpx;
- opacity: 0;
- }
- .luckyBottom-2{
- position: absolute;
- top: 236rpx;
- left: 126rpx;
- width: 53rpx;
- height: 39rpx;
- opacity: 0;
- }
- .ani{
- animation:mymove 800ms linear;
- }
- .ani2{
- animation:mymove 2s linear;
- }
- @keyframes mymove{
- 25% {opacity:1;}
- 50% {opacity:0;}
- 75% {opacity:1;}
- 100% {opacity:0;}
- }
|