|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- /* pages/lookPrizeDetail/lookPrizeDetail.wxss */
- .closeXieyi{
- display: block;
- }
- .main{
- width: 750rpx;
- position: fixed;
- left: 0;
- top: 0;
- height: calc(100vh - 120rpx);
- overflow: auto;
- background-color: white;
- z-index: 99;
- }
- .titleText{
- width: 682rpx;
- margin: 0 auto;
- margin-top: 78rpx;
- margin-bottom: 28rpx;
- line-height: 39rpx;
- font-size:39rpx;
- font-family:PingFangSC;
- font-weight:bold;
- color:rgba(0,77,149,1);
- }
- .lineSty{
- width: 682rpx;
- height:2rpx;
- background-color: #B6B6B6;
- margin: 0 auto;
- }
- .closeXieyi{
- position: absolute;
- right: 48rpx;
- top: 38rpx;
- width: 42rpx;
- height: 42rpx;
- }
- .confirm{
- position: absolute;
- left: 50%;
- bottom: 110rpx;
- transform: translateX(-50%);
- width: 275rpx;
- height: 49rpx;
- }
-
-
- .image6Btn1,.image6Btn2,.image6Btn3,.image6Btn4,.image6Btn5{
- position: absolute;
- top:35rpx;
- left: 70rpx;
- opacity: 0;
- }
- .image6Btn1{
- width: 310rpx;
- height: 80rpx;
- background-color: red;
- }
- .image6Btn2{
- left: auto;
- right: 70rpx;
- width: 310rpx;
- height: 80rpx;
- background-color: green;
- }
- .image6Btn3,.image6Btn4,.image6Btn5{
- top: 40rpx;
- left: 20rpx;
- width: 240rpx;
- height: 80rpx;
- }
- .image6Btn4{
- left: 260rpx;
- }
- .image6Btn5{
- left: auto;
- right: 20rpx;
- }
- .copyBtn{
- width: 108rpx;
- height: 30rpx;
- margin-left: 20rpx;
- }
- .exchangeCode{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: 550rpx;
- width: 660rpx;
- font-size:20rpx;
- font-family:NissanBrand;
- font-weight:bold;
- color:rgba(0,0,0,1);
- line-height:48rpx;
- display: flex;
- align-items: center;
- }
- .newImages3-37{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 145rpx;
- width: 276rpx;
- height: 50rpx;
- }
|