|
- /* pages/guessSecondResult/guessSecondResult.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;
- }
- .pageContent{
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- overflow-x: hidden;
- }
- .topGroup{
- position: relative;
- width: 711rpx;
- height: 440rpx;
- margin-left: auto;
- margin-right: 0;
- margin-top: 70rpx;
- }
- .lookDetail{
- position: absolute;
- left: 52rpx;
- bottom: 60rpx;
- width: 230rpx;
- height: 30rpx;
- /* background-color: rgba(0,0,0,0.5); */
- }
- .newImages5-2{
- width: 100%;
- height: 100%;
- }
- .newImages6-2{
- width: 634rpx;
- height: 163rpx;
- margin:0 auto;
- margin-top: 50rpx;
- }
- .newImages6-9{
- width: 151rpx;
- height: 30rpx;
- margin: 0 auto;
- margin-top: 26rpx;
- }
- .selectFream{
- position: relative;
- margin-top: 7rpx;
- }
- .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;
- }
- .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;
- }
- .gameRule{
- width: 750rpx;
- height: 2511rpx;
- margin-top: -1rpx;
- }
- .closeRule{
- position: fixed;
- right: 70rpx;
- top: 102rpx;
- width: 56rpx;
- height: 57rpx;
- }
- .bottomBtn1,.bottomBtn2{
- position: fixed;
- left: 50%;
- transform: translateX(-50%);
- bottom: 270rpx;
- width: 710rpx;
- height: 70rpx;
- }
- .bottomBtn2{
- bottom: 170rpx;
- }
- .prizeWindow{
- position: relative;
- width: 501rpx;
- height: 470rpx;
- }
- .prizeWindowBg{
- width: 100%;
- height: 100%;
- }
- .prizeGroup{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .prizeWindowClose{
- position: absolute;
- top: -32rpx;
- right: -32rpx;
- width: 42rpx;
- height: 42rpx;
- }
- .prizeImg{
- margin-top: 60rpx;
- width:501rpx;
- height: 469rpx;
- }
- .prizeBtn{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 50rpx;
- width: 390rpx;
- height: 60rpx;
- }
- .prizeImg2{
- width: 416rpx;
- height: 282rpx;
- margin-top: 85rpx;
- }
- .prizeImg3{
- width: 294rpx;
- height: 100rpx;
- margin-top: 85rpx;
- margin-bottom: 6rpx;
- }
- .getUserInfoBtn{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- opacity: 0;
- }
|