作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -84,22 +84,27 @@
color:#fff;
}
.type{
display:flex;
/*width:7.5rem;*/
text-align: center;
white-space: nowrap;
overflow-x: scroll;
justify-content: space-between;
align-items: center;
height:0.8rem;
padding: 0.27rem 0.49rem;
padding: 0.27rem 0.28rem;
background: #fff;
width:7.5rem;
overflow-x: scroll;
/*margin-top: 0.16rem;*/
font-size: 0;
}
.type li{
width:3rem;
text-align: center;
display: inline-block;
white-space: nowrap;
list-style: none;
font-size: 0.28rem;
color:#53575C;
width:auto;
padding: 0 0.4rem;
}
.type .item{
color:#CA277B;
... ...
... ... @@ -347,7 +347,7 @@
</style>
</head>
<body>
<div class="wrapper">
<div class="wrapper" style="display: none;">
<div class="pop">
<div class="noenough">
<p class="name1">您的积分余额不足</p >
... ... @@ -531,7 +531,8 @@
window.location.reload();
}
else if (data==0){
alert('积分不足,无法兑换')
$(".wrapper").css('display',"block");
// alert('积分不足,无法兑换')
}
else{
alert('兑换失败')
... ...