|
@@ -1433,13 +1433,13 @@
|
|
|
box-sizing: border-box;padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/zhuanti/zhuanti-bj.png");
|
|
|
.biaoqing-bj-box{
|
|
|
- position: relative;box-sizing: border-box;padding-top: calc(var(--status-bar-height) + 250rpx);margin-top: calc(var(--status-bar-height) + 50rpx);
|
|
|
+ position: relative;box-sizing: border-box;padding-top: 220rpx;margin-top: calc(var(--status-bar-height) + 50rpx);
|
|
|
.qipao-item-box{width: 125rpx;height: 160rpx;@include ezy-no-repeat-cover;position: absolute;}
|
|
|
- .qipao-item-box:nth-child(1){top: calc(var(--status-bar-height) + 210rpx);left: 20rpx;}
|
|
|
- .qipao-item-box:nth-child(2){top: calc(var(--status-bar-height) + 70rpx);left: 160rpx;}
|
|
|
- .qipao-item-box:nth-child(3){top: calc(var(--status-bar-height) + 80rpx);left: 330rpx;}
|
|
|
- .qipao-item-box:nth-child(4){top: calc(var(--status-bar-height) + 90rpx);right: 120rpx;}
|
|
|
- .qipao-item-box:nth-child(5){top: calc(var(--status-bar-height) + 300rpx);right: 20rpx;}
|
|
|
+ .qipao-item-box:nth-child(1){top: 180rpx;left: 20rpx;}
|
|
|
+ .qipao-item-box:nth-child(2){top: 40rpx;left: 160rpx;}
|
|
|
+ .qipao-item-box:nth-child(3){top: 50rpx;left: 330rpx;}
|
|
|
+ .qipao-item-box:nth-child(4){top: 60rpx;right: 120rpx;}
|
|
|
+ .qipao-item-box:nth-child(5){top: 270rpx;right: 20rpx;}
|
|
|
.qipao-item-disabled{animation: fadeOut 1s forwards;}
|
|
|
@keyframes fadeOut {
|
|
|
from {opacity: 1;}
|
|
@@ -1492,7 +1492,44 @@
|
|
|
background-image: url("@/static/images/zhuanti/yinbo.gif");position: absolute;
|
|
|
}
|
|
|
.maike-text{color: #fff;font-size: 24rpx;}
|
|
|
-
|
|
|
-
|
|
|
- // 适配待完成
|
|
|
+ @media (max-height: 800px) {
|
|
|
+ .biaoqing-bj-box{
|
|
|
+ padding-top:150rpx;
|
|
|
+ .qipao-item-box:nth-child(1){top: 120rpx;left: 20rpx;}
|
|
|
+ .qipao-item-box:nth-child(2){top: 1rpx;left: 160rpx;}
|
|
|
+ .qipao-item-box:nth-child(3){top: -10rpx;left: 330rpx;}
|
|
|
+ .qipao-item-box:nth-child(4){top: 30rpx;right: 120rpx;}
|
|
|
+ .qipao-item-box:nth-child(5){top: 210rpx;right: 20rpx;}
|
|
|
+ .biaoqing-img{width: 382rpx;height: 325rpx;}
|
|
|
+ }
|
|
|
+ .maike-anzhu,.maike-songkai{margin-top: 24rpx;}
|
|
|
+ .maike-box{width: 110rpx;height: 110rpx;}
|
|
|
+ .maike-songkai .maike-box::after{width: 653rpx;height: 85rpx;}
|
|
|
+ }
|
|
|
+ @media (max-height: 700px) {
|
|
|
+ .biaoqing-bj-box{
|
|
|
+ padding-top: 110rpx;
|
|
|
+ .qipao-item-box{width: 100rpx;height: 135rpx;}
|
|
|
+ .qipao-item-box:nth-child(1){top:130rpx;left: 40rpx;}
|
|
|
+ .qipao-item-box:nth-child(2){top:15rpx;left: 160rpx;}
|
|
|
+ .qipao-item-box:nth-child(3){top:-15rpx;left: 330rpx;}
|
|
|
+ .qipao-item-box:nth-child(4){top:45rpx;right: 125rpx;}
|
|
|
+ .qipao-item-box:nth-child(5){top:200rpx;right: 40rpx;}
|
|
|
+ .biaoqing-img{width: 352rpx;height: 295rpx;}
|
|
|
+ .qipao-mask{width: 100rpx;height: 100rpx;}
|
|
|
+ .polie-qipao-mask{width: 172rpx;height: 105rpx;top: 0rpx;left: -45rpx; }
|
|
|
+ .show-biaoqing-icon{width: 60rpx;height: 60rpx;}
|
|
|
+ .qipao-text-row{
|
|
|
+ font-size: 22rpx;
|
|
|
+ .shou-icon{width: 26rpx;height: 26rpx;}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .maike-anzhu,.maike-songkai{margin-top: 16rpx;}
|
|
|
+ .maike-box{width: 100rpx;height: 100rpx;}
|
|
|
+ .maike-songkai .maike-box::after{width: 633rpx;height: 60rpx;}
|
|
|
+ .maike-text{font-size: 22rpx;}
|
|
|
+ }
|
|
|
+ @media (max-height: 650px) {
|
|
|
+ min-height: 1300rpx;
|
|
|
+ }
|
|
|
}
|