|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- /* pages/coupon/coupon.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .maskWindow{
- width: 750rpx;
- height: calc(100vh - 120rpx);
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(000, 000, 000, 0.5);
- z-index: 9;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .couponBg{
- width: 750rpx;
- height: 1126rpx;
- }
- .prizeFrame{
- position: absolute;
- top: 672rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 750rpx;
- height: auto;
- display: flex;
- align-items: center;
- flex-direction: column;
- padding-bottom: 34rpx;
- }
- .coupon{
- width: 627rpx;
- height: 581rpx;
- }
- .receiveBtn{
- width:653rpx;
- height:70rpx;
- text-align: center;
- line-height: 70rpx;
- font-size:30rpx;
- font-family:PingFang;
- font-weight:400;
- color:rgba(255,255,255,1);
- background-color: #29558D;
- border-radius: 20rpx;
- margin-top: 23rpx;
- }
- .getPrizeNumGroup{
- position: relative;
- width: 750rpx;
- height: 0;
- }
- .getPrizeNum{
- position: absolute;
- left: 0;
- top: -60rpx;
- width: 750rpx;
- height: 24rpx;
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFang;
- font-weight:bold;
- color:rgba(248,197,109,1);
- text-align: center;
- }
- .btnGroup{
- padding: 40rpx 0;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .couponBtn{
- width: 711rpx;
- height: 71rpx;
- }
-
-
- .msgFrame{
- position: fixed;
- bottom: 120rpx;
- left: 0;
- width:750rpx;
- padding: 40rpx 20rpx;
- background-color: rgba(000, 000, 000, 0.5);
- box-sizing: border-box;
- }
- .inputGroup{
- position: relative;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .inputSty{
- width:347rpx;
- height:65rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 65rpx;
- padding: 0 25rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- }
- .getPhoneFrame{
- position: absolute;
- top:0;
- right:0;
- width:347rpx;
- height:65rpx;
- border-radius: 10rpx;
- overflow: hidden;
- opacity: 0;
- z-index: 2;
- }
- .getPhoneBtn{
- margin: 0;
- padding: 0;
- height: 100%;
- width: 100%;
- }
- .selectGroup{
- width:710rpx;
- height:65rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 65rpx;
- padding: 0 25rpx;
- margin-top: 18rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- }
- .selectIcon{
- width: 25rpx;
- height: 15rpx;
- }
- .codeGroup{
- width:710rpx;
- height:65rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 65rpx;
- padding: 0 25rpx;
- margin-top: 18rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- }
- .inputCode{
- height: 100%;
- width: 500rpx;
- }
- .subscribeBtn{
- position: relative;
- width:710rpx;
- height:70rpx;
- margin-top: 18rpx;
- }
- .getUserMsgBtn{
- position: absolute;
- top: 0;
- left: 0;
- padding: 0;
- margin: 0;
- opacity: 0;
- }
- .newImagesGroup{
- width: 628rpx;
- height: 773rpx;
- position: relative;
- }
- .newImages14{
- width: 100%;
- height: 100%;
- }
- .newImages15-group{
- position: absolute;
- top: 80rpx;
- left: 0;
- width: 100%;
- height: auto;
- display: flex;
- justify-content: center;
- overflow: auto;
- padding-top: 77rpx;
- box-sizing: border-box;
- }
- .newImages15{
- width: 510rpx;
- height: 732rpx;
- }
- .newImages16{
- position: absolute;
- top: -20rpx;
- right: -30rpx;
- width: 38rpx;
- height: 37rpx;
- }
- .lookCar{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- top: 267rpx;
- right: 34rpx;
- }
- .showWindow{
- position: absolute;
- top: 670rpx;
- left: 70rpx;
- width: 610rpx;
- height: 450rpx;
- }
|