|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- /* pages/guessSecondPrize/guessSecondPrize.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;
- }
- .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: 2362rpx;
- margin-top: -1rpx;
- }
- .closeRule{
- position: fixed;
- right: 70rpx;
- top: 102rpx;
- width: 56rpx;
- height: 57rpx;
- }
- .topGroup{
- position: relative;
- width: 678rpx;
- height: 388rpx;
- 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-28{
- width: 504rpx;
- height: 90rpx;
- margin:65rpx auto 25rpx;
- }
- .newImages5-30{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 50rpx;
- width: 711rpx;
- height: 70rpx;
- }
- .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;
- }
- .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: 333rpx;
- height: 83rpx;
- position: absolute;
- left: 38%;
- top: 50%;
- transform: translate(-50%,-50%);
- }
- .newImages5-41{
- width: 480rpx;
- height: 41rpx;
- margin: 0 auto;
- margin-top: 63rpx;
- }
- .selectFream{
- position: relative;
- margin-top: 20rpx;
- }
- .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;
- }
- .slideMask{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- }
- .shareGroup{
- width: 388rpx;
- height: 60rpx;
- position: relative;
- margin: 0 auto;
- margin-top: 20rpx;
- margin-bottom: 37rpx;
- }
- .newImages5-42{
- width: 388rpx;
- height: 60rpx;
- }
- .dayGroup{
- position: relative;
- width: 553rpx;
- height: 53rpx;
- margin: 0 auto;
- }
- .newImages5-43{
- width: 100%;
- height: 100%;
- }
- .dayNum{
- position: absolute;
- left: 286rpx;
- top: 0;
- width: 84rpx;
- height: 53rpx;
- letter-spacing: 22rpx;
- font-size: 36rpx;
- line-height: 53rpx;
- color: white;
- text-align: center;
- }
- .cartogramGroup{
- position: relative;
- width: 501rpx;
- height: 620rpx;
- }
- .cartogramImg{
- width: 100%;
- height: 100%;
- }
- .shareBtn{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- opacity: 0;
- }.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;
- }
- .shareBtn2{
- 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;
- }
|