修复邀请好友收益弹窗适配问题

This commit is contained in:
dragon
2024-05-11 14:05:00 +08:00
parent 2b36a988b5
commit 2765e7a492
2 changed files with 10 additions and 16 deletions

View File

@@ -264,11 +264,8 @@ body {
font-family: PingFang SC;
font-weight: 500;
font-size: 0.37333rem;
color: #EAC2C2;
color: #FFBB1D;
line-height: 42px;
background: linear-gradient(0deg, #FFEB64 0%, #FFBB1D 65.55176%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: absolute;
left: 0;
top: 1.53333rem;
@@ -280,11 +277,8 @@ body {
font-family: PingFang SC;
font-weight: bold;
font-size: 0.53333rem;
color: #EAC2C2;
color: #FFBB1D;
line-height: 42px;
background: linear-gradient(0deg, #FFEB64 0%, #FFBB1D 65.55176%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: absolute;
top: 2.22667rem;
left: 0;

View File

@@ -274,11 +274,11 @@ body {
font-family: PingFang SC;
font-weight: 500;
font-size: px2rem(28);
color: #EAC2C2;
color: #FFBB1D;
line-height: 42px;
background: linear-gradient(0deg, #FFEB64 0%, #FFBB1D 65.5517578125%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
// background: linear-gradient(0deg, #FFEB64 0%, #FFBB1D 65.5517578125%);
// -webkit-background-clip: text;
// -webkit-text-fill-color: transparent;
position: absolute;
left: 0;
top: px2rem(115);
@@ -290,11 +290,11 @@ body {
font-family: PingFang SC;
font-weight: bold;
font-size: px2rem(40);
color: #EAC2C2;
color: #FFBB1D;
line-height: 42px;
background: linear-gradient(0deg, #FFEB64 0%, #FFBB1D 65.5517578125%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
// background: linear-gradient(0deg, #FFEB64 0%, #FFBB1D 65.5517578125%);
// -webkit-background-clip: text;
// -webkit-text-fill-color: transparent;
position: absolute;
top: px2rem(167);
left: 0;