修复信封时间异常问题

This commit is contained in:
Dragon
2023-12-19 18:01:22 +08:00
parent 7a9b9092ec
commit 2cdd3d55ce
3 changed files with 66 additions and 22 deletions

View File

@@ -719,6 +719,14 @@ body {
top: 2.6rem; top: 2.6rem;
} }
.page1 .content .styleBox .style3 .f_envelope .form {
top: 4.4rem;
}
.page1 .content .styleBox .style3 .f_envelope .textNum {
top: 4.4rem;
}
.page1 .content .styleBox .style3 .h_envelope { .page1 .content .styleBox .style3 .h_envelope {
background: url(../images/h_envelope.png) no-repeat; background: url(../images/h_envelope.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
@@ -739,6 +747,14 @@ body {
top: 2.6rem; top: 2.6rem;
} }
.page1 .content .styleBox .style3 .h_envelope .form {
top: 4.4rem;
}
.page1 .content .styleBox .style3 .h_envelope .textNum {
top: 4.4rem;
}
.page1 .content .styleBox .style3 .l_envelope { .page1 .content .styleBox .style3 .l_envelope {
background: url(../images/l_envelope.png) no-repeat; background: url(../images/l_envelope.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
@@ -2242,7 +2258,7 @@ body {
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
background: url(../images/sureLoveh_envelope_in2.png) no-repeat; background: url(../images/sureLove_in2.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }

View File

@@ -290,10 +290,12 @@ body {
.time { .time {
color: #EA496D; color: #EA496D;
} }
.to{
.to {
top: px2rem(105); top: px2rem(105);
} }
.text{
.text {
top: 2.6rem; top: 2.6rem;
} }
} }
@@ -308,10 +310,12 @@ body {
.time { .time {
color: #333333; color: #333333;
} }
.to{
.to {
top: px2rem(105); top: px2rem(105);
} }
.text{
.text {
top: 2.6rem; top: 2.6rem;
} }
} }
@@ -631,7 +635,7 @@ body {
box-sizing: border-box; box-sizing: border-box;
padding: 0.1rem; padding: 0.1rem;
font-weight: 500; font-weight: 500;
background: rgba(255,255,255,.8); background: rgba(255, 255, 255, .8);
border-radius: px2rem(10); border-radius: px2rem(10);
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
@@ -714,12 +718,22 @@ body {
.time { .time {
color: #EA496D; color: #EA496D;
} }
.to{
.to {
top: px2rem(105); top: px2rem(105);
} }
.text{
.text {
top: 2.6rem; top: 2.6rem;
} }
.form {
top: 4.4rem;
}
.textNum {
top: 4.4rem;
}
} }
.h_envelope { .h_envelope {
@@ -732,12 +746,22 @@ body {
.time { .time {
color: #333333; color: #333333;
} }
.to{
.to {
top: px2rem(105); top: px2rem(105);
} }
.text{
.text {
top: 2.6rem; top: 2.6rem;
} }
.form {
top: 4.4rem;
}
.textNum {
top: 4.4rem;
}
} }
.l_envelope { .l_envelope {
@@ -928,10 +952,12 @@ body {
.time { .time {
color: #EA496D; color: #EA496D;
} }
.to{
.to {
top: px2rem(105); top: px2rem(105);
} }
.text{
.text {
top: 2.6rem; top: 2.6rem;
} }
} }
@@ -946,10 +972,12 @@ body {
.time { .time {
color: #333333; color: #333333;
} }
.to{
.to {
top: px2rem(105); top: px2rem(105);
} }
.text{
.text {
top: 2.6rem; top: 2.6rem;
} }
} }
@@ -2267,7 +2295,7 @@ body {
left: 50%; left: 50%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
background: url(../images/sureLoveh_envelope_in2.png) no-repeat; background: url(../images/sureLove_in2.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
.no, .no,

View File

@@ -117,7 +117,7 @@
<img src="" alt="" class="Totx"> <img src="" alt="" class="Totx">
<span>用户昵称</span> <span>用户昵称</span>
</div> </div>
<div class="time">2023-12-12</div> <div class="time"></div>
</div> </div>
<!-- 上一步 --> <!-- 上一步 -->
<img src="./images/back.png" alt="" class="back3"> <img src="./images/back.png" alt="" class="back3">