|
@@ -1,6 +1,10 @@
|
|
|
|
|
+page {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.container {
|
|
.container {
|
|
|
- width: 750rpx;
|
|
|
|
|
- height: 1334rpx;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 100%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.container::-webkit-scrollbar {
|
|
.container::-webkit-scrollbar {
|
|
@@ -40,7 +44,7 @@
|
|
|
font-family: "MicrosoftYaHei";
|
|
font-family: "MicrosoftYaHei";
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
background-image: url(../../static/images/bg.png);
|
|
background-image: url(../../static/images/bg.png);
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
|
+ background-size: cover;
|
|
|
background-attachment: fixed;
|
|
background-attachment: fixed;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
@@ -136,7 +140,7 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 384rpx;
|
|
|
|
|
|
|
+ top: 284rpx;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translateX(-325rpx);
|
|
transform: translateX(-325rpx);
|
|
|
width: 650rpx;
|
|
width: 650rpx;
|
|
@@ -262,7 +266,7 @@
|
|
|
font-family: "MicrosoftYaHei";
|
|
font-family: "MicrosoftYaHei";
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
background-image: url(../../static/images/bg.png);
|
|
background-image: url(../../static/images/bg.png);
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
|
+ background-size: cover;
|
|
|
background-attachment: fixed;
|
|
background-attachment: fixed;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
}
|
|
}
|
|
@@ -318,7 +322,7 @@
|
|
|
.content2 .messageCard .item-form .item-pay .ite {
|
|
.content2 .messageCard .item-form .item-pay .ite {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 200rpx;
|
|
width: 200rpx;
|
|
|
- height: 60rpx;
|
|
|
|
|
|
|
+ height: 80rpx;
|
|
|
line-height: 89rpx;
|
|
line-height: 89rpx;
|
|
|
margin-left: 20rpx;
|
|
margin-left: 20rpx;
|
|
|
font-size: 32rpx;
|
|
font-size: 32rpx;
|
|
@@ -330,7 +334,7 @@
|
|
|
.content2 .messageCard .item-form .item-pay .content {
|
|
.content2 .messageCard .item-form .item-pay .content {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 400rpx;
|
|
width: 400rpx;
|
|
|
- height: 60rpx;
|
|
|
|
|
|
|
+ height: 80rpx;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
@@ -410,7 +414,7 @@
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 301rpx;
|
|
|
|
|
|
|
+ top: 201rpx;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
transform: translateX(-325rpx);
|
|
transform: translateX(-325rpx);
|
|
|
width: 650rpx;
|
|
width: 650rpx;
|