|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- /* 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{
- 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;
- }
|