|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- /* 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;
- }
- .gameRule{
- width: 750rpx;
- height: 2362rpx;
- 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;
- }
- .versions-9{
- width: 374rpx;
- height: 44rpx;
- 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: 374rpx;
- height: 44rpx;
- margin: 0 auto;
- margin-top: 15rpx;
- }
- .versions-18{
- width: 382rpx;
- height: 54rpx;
- margin: 0 auto;
- margin-top: 20rpx;
- }
- .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;
- }
|