Commit 2b1c2977 by libai

测试

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