|
- /* 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: 443rpx;
- height: 35rpx;
- position: absolute;
- left: 46%;
- top: 50%;
- transform: translate(-50%,-50%);
- }
|