|
- /* pages/prizeDetail/prizeDetail.wxss */
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- -webkit-overflow-scrolling: touch;
- }
- .image6Group{
- position: relative;
- }
- .image6Btn1,.image6Btn2{
- position: absolute;
- top: 40rpx;
- left: 70rpx
- }
- .image6Btn1{
- width: 310rpx;
- height: 80rpx;
- background-color: red;
- opacity: 0;
- }
- .image6Btn2{
- left: auto;
- right: 70rpx;
- width: 310rpx;
- height: 80rpx;
- background-color: green;
- opacity: 0;
- }
- .image6Btn3,.image6Btn4,.image6Btn5{
- position: absolute;
- top: 20rpx;
- left: 20rpx;
- width: 240rpx;
- height: 80rpx;
- }
- .image6Btn4{
- left: 260rpx;
- }
- .image6Btn5{
- left: auto;
- right: 20rpx;
- }
|