Commit 93ae6c8e by libai

测试

parent 2b1c2977
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
margin-top: -0.07rem; margin-top: -0.07rem;
} }
.recording { .recording {
color: #713900; color: #212121;
position: absolute; position: absolute;
right: 0.2rem; right: 0.2rem;
top: 0.2rem; top: 0.2rem;
......
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
} }
} }
.recording{ .recording{
color: #713900; color: #212121;
position: absolute; position: absolute;
right: 0.2rem; right: 0.2rem;
top: 0.2rem; top: 0.2rem;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
bottom: -0.05rem; bottom: -0.05rem;
} }
.reg-ul { .reg-ul {
width: 9.25rem; width: 9.26rem;
margin: 0 auto; margin: 0 auto;
height: 5.55rem; height: 5.55rem;
margin-top: 0.1rem; margin-top: 0.1rem;
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
width: 4.4rem; width: 4.4rem;
float: left; float: left;
border-radius: 0.3rem; border-radius: 0.3rem;
border: 1px solid #958B88; border: 0.01rem solid #958B88;
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
} }
.reg-ul li .hot { .reg-ul li .hot {
...@@ -68,7 +68,11 @@ ...@@ -68,7 +68,11 @@
.reg-ul .reg-click { .reg-ul .reg-click {
background: url(../images/num-click.png) no-repeat; background: url(../images/num-click.png) no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
border: 1px solid 58410B; border: none;
padding: 1px;
}
.reg-ul .reg-click .hot {
top: -0.13rem;
} }
.reg-ul .reg-click p { .reg-ul .reg-click p {
color: #58410B !important; color: #58410B !important;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
} }
} }
.reg-ul{ .reg-ul{
width: 9.25rem; width: 9.26rem;
margin: 0 auto; margin: 0 auto;
height: 5.55rem; height: 5.55rem;
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
width: 4.4rem; width: 4.4rem;
float: left; float: left;
border-radius: 0.3rem; border-radius: 0.3rem;
border: 1px solid #958B88; border: 0.01rem solid #958B88;
// background:pink; // background:pink;
margin-bottom: 0.25rem; margin-bottom: 0.25rem;
p:nth-child(1){ p:nth-child(1){
...@@ -70,8 +70,13 @@ ...@@ -70,8 +70,13 @@
.reg-click{ .reg-click{
background: url(../images/num-click.png)no-repeat; background: url(../images/num-click.png)no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
border: 1px solid 58410B; border: none;
padding: 1px;
// padding: 1px; // padding: 1px;
.hot{
top: -0.13rem;
}
p{ p{
color: #58410B !important; color: #58410B !important;
} }
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
var weiPkg='h5' var weiPkg='h5'
} }
$(".recording").on("click", function () { $(".recording").on("click", function () {
window.location.href='https://activity.ishuaji.cn/Yabo/expenses/recharge.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang'; window.location.href='https://activity.ishuaji.cn/eggplant/expenses/recharge.html?uid='+sessionStorage.bbb+'&token='+sessionStorage.kkk+'&pkg=qingliang';
}) })
//活跃上报 //活跃上报
try{ try{
......
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