Commit b8d98db4 by libai

测试

parent b7beb060
......@@ -381,3 +381,16 @@
margin-right: 0.05rem;
margin-left: 0.05rem;
}
.diamond-box {
height: 0.45rem;
width: 2.85rem;
position: absolute;
bottom: 0;
left: 0;
background: #FAF4E6;
color: #EE9740;
text-align: center;
font-size: 0.3rem;
line-height: 0.45rem;
border-radius: 0 0 0.2rem 0.2rem;
}
......@@ -387,4 +387,17 @@
.swiper-pagination-bullet{
margin-right: 0.05rem;
margin-left: 0.05rem;
}
.diamond-box{
height: 0.45rem;
width: 2.85rem;
position: absolute;
bottom: 0;
left: 0;
background: #FAF4E6;
color: #EE9740;
text-align: center;
font-size: 0.3rem;
line-height: 0.45rem;
border-radius: 0 0 0.2rem 0.2rem;
}
\ No newline at end of file
......@@ -33,7 +33,7 @@
<body>
<div class="bg">
<div class="reg-top-box">
<img class="reg-top-face" src="" alt="">
<img class="reg-top-face" src="images/face.png" alt="">
<p class="reg-top-p1"></p>
<p class="reg-top-p2"></p>
<span class="recording recording2">充值记录</span>
......@@ -219,6 +219,7 @@ try{
html+='<p><img src="images/diamond.png">'+list.diamond+'</p>';
html+='<p>¥'+list.amount+'</p>';
if(list.sale==1)html+='<img class="hot-icon" src="images/hot-icon.png">'
if(list.addnum>0)html+='<div class="diamond-box">'+list.addnum+'</div>'
html+='</li>';
}
$(".new-reg-ul").html(html);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment