You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* 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;
- }
|