Commit 2b1c2977 by libai

测试

parent b656cdaa
......@@ -65,8 +65,8 @@
.hot {
position: absolute;
width: 0.87rem;
top: -0.2rem;
left: -0.3rem;
top: -0.1rem;
left: -0.15rem;
}
.pay-box {
width: 8.75rem;
......
......@@ -66,8 +66,8 @@
.hot{
position: absolute;
width: 0.87rem;
top: -0.2rem;
left: -0.3rem;
top: -0.1rem;
left: -0.15rem;
}
.pay-box{
width: 8.75rem;
......
......@@ -91,11 +91,11 @@
}
.pay-ul li {
border-radius: 0.1rem;
height: 0.8rem;
line-height: 0.8rem;
height: 0.82rem;
line-height: 0.82rem;
font-size: 0.3rem;
text-align: center;
width: 2.25rem;
width: 2.3rem;
border: 1px solid #786364;
float: left;
margin-right: 0.35rem;
......@@ -114,6 +114,7 @@
background-size: 100% 100%;
border: none !important;
padding: 1px;
border-radius: 0 !important;
}
.bottom-box {
width: 9.15rem;
......
......@@ -94,11 +94,11 @@
margin-left: 0.6rem;
li{
border-radius: 0.1rem;
height: 0.8rem;
line-height: 0.8rem;
height: 0.82rem;
line-height: 0.82rem;
font-size: 0.3rem;
text-align: center;
width: 2.25rem;
width: 2.3rem;
border: 1px solid #786364;
float: left;
margin-right: 0.35rem;
......@@ -120,6 +120,7 @@
background-size: 100% 100%;
border: none !important;
padding: 1px;
border-radius: 0 !important;
}
.bottom-box{
width: 9.15rem;
......
......@@ -158,7 +158,7 @@ try{
if(i%2==0){
html += '<img class="hot" src="images/hot.png" alt="">';
}else{
html += '<img class="hot" style="left:3.8rem" src="images/hot.png" alt="">';
html += '<img class="hot" style="left:3.6rem" src="images/hot.png" alt="">';
}
}
......
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