修复信封时间异常问题
This commit is contained in:
@@ -719,6 +719,14 @@ body {
|
||||
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 {
|
||||
background: url(../images/h_envelope.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
@@ -739,6 +747,14 @@ body {
|
||||
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 {
|
||||
background: url(../images/l_envelope.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
@@ -2242,7 +2258,7 @@ body {
|
||||
left: 50%;
|
||||
top: 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%;
|
||||
}
|
||||
|
||||
|
@@ -290,10 +290,12 @@ body {
|
||||
.time {
|
||||
color: #EA496D;
|
||||
}
|
||||
.to{
|
||||
|
||||
.to {
|
||||
top: px2rem(105);
|
||||
}
|
||||
.text{
|
||||
|
||||
.text {
|
||||
top: 2.6rem;
|
||||
}
|
||||
}
|
||||
@@ -308,10 +310,12 @@ body {
|
||||
.time {
|
||||
color: #333333;
|
||||
}
|
||||
.to{
|
||||
|
||||
.to {
|
||||
top: px2rem(105);
|
||||
}
|
||||
.text{
|
||||
|
||||
.text {
|
||||
top: 2.6rem;
|
||||
}
|
||||
}
|
||||
@@ -631,7 +635,7 @@ body {
|
||||
box-sizing: border-box;
|
||||
padding: 0.1rem;
|
||||
font-weight: 500;
|
||||
background: rgba(255,255,255,.8);
|
||||
background: rgba(255, 255, 255, .8);
|
||||
border-radius: px2rem(10);
|
||||
font-family: Source Han Sans CN;
|
||||
|
||||
@@ -707,37 +711,57 @@ body {
|
||||
.f_envelope {
|
||||
background: url(../images/f_envelope.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
|
||||
.text,
|
||||
.form,
|
||||
.to,
|
||||
.time {
|
||||
color: #EA496D;
|
||||
}
|
||||
.to{
|
||||
|
||||
.to {
|
||||
top: px2rem(105);
|
||||
}
|
||||
.text{
|
||||
|
||||
.text {
|
||||
top: 2.6rem;
|
||||
}
|
||||
|
||||
.form {
|
||||
top: 4.4rem;
|
||||
}
|
||||
|
||||
.textNum {
|
||||
top: 4.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.h_envelope {
|
||||
background: url(../images/h_envelope.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
|
||||
.text,
|
||||
.form,
|
||||
.to,
|
||||
.time {
|
||||
color: #333333;
|
||||
}
|
||||
.to{
|
||||
|
||||
.to {
|
||||
top: px2rem(105);
|
||||
}
|
||||
.text{
|
||||
|
||||
.text {
|
||||
top: 2.6rem;
|
||||
}
|
||||
|
||||
.form {
|
||||
top: 4.4rem;
|
||||
}
|
||||
|
||||
.textNum {
|
||||
top: 4.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
.l_envelope {
|
||||
@@ -921,35 +945,39 @@ body {
|
||||
.f_envelope {
|
||||
background: url(../images/f_envelope.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
|
||||
.text,
|
||||
.form,
|
||||
.to,
|
||||
.time {
|
||||
color: #EA496D;
|
||||
}
|
||||
.to{
|
||||
|
||||
.to {
|
||||
top: px2rem(105);
|
||||
}
|
||||
.text{
|
||||
|
||||
.text {
|
||||
top: 2.6rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.h_envelope {
|
||||
background: url(../images/h_envelope.png) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
|
||||
.text,
|
||||
.form,
|
||||
.to,
|
||||
.time {
|
||||
color: #333333;
|
||||
}
|
||||
.to{
|
||||
|
||||
.to {
|
||||
top: px2rem(105);
|
||||
}
|
||||
.text{
|
||||
|
||||
.text {
|
||||
top: 2.6rem;
|
||||
}
|
||||
}
|
||||
@@ -2267,7 +2295,7 @@ body {
|
||||
left: 50%;
|
||||
top: 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%;
|
||||
|
||||
.no,
|
||||
|
@@ -117,7 +117,7 @@
|
||||
<img src="" alt="" class="Totx">
|
||||
<span>用户昵称</span>
|
||||
</div>
|
||||
<div class="time">2023-12-12</div>
|
||||
<div class="time"></div>
|
||||
</div>
|
||||
<!-- 上一步 -->
|
||||
<img src="./images/back.png" alt="" class="back3">
|
||||
|
Reference in New Issue
Block a user