Commit aca2fc5f authored by Mac's avatar Mac

打老鼠

parent 198b0660
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<script type="text/javascript" src="../../js/layer/layer.js"></script> <script type="text/javascript" src="../../js/layer/layer.js"></script>
<script> <script>
var conn = $.hubConnection("http://192.168.2.65:7838/signalr", { var conn = $.hubConnection("http://192.168.2.66:7838/signalr", {
qs: `i=1951&n=张建国&p=${encodeURIComponent( qs: `i=1951&n=张建国&p=${encodeURIComponent(
"http://imgfile.oytour.com/New/Upload/User/20191018150051176.png" "http://imgfile.oytour.com/New/Upload/User/20191018150051176.png"
)}` )}`
......
This diff is collapsed.
...@@ -166,6 +166,42 @@ li{ ...@@ -166,6 +166,42 @@ li{
color: #FFFE01; color: #FFFE01;
font-size: 0.20rem; font-size: 0.20rem;
} }
.status2{
width: 90%;
height: 0.45rem;
align-items: center;
justify-content: center;
position: absolute;
left: 5%;
top:40%;
background: black;
opacity: 0.5;
border-radius: 0.05rem;
display: none;
}
.status2 p{
color: #FFFE01;
font-size: 0.20rem;
}
.status3{
width: 90%;
height: 0.45rem;
align-items: center;
justify-content: center;
position: absolute;
left: 5%;
top:40%;
background: black;
opacity: 0.5;
border-radius: 0.05rem;
display: none;
}
.status3 p{
color: #FFFE01;
font-size: 0.20rem;
}
.circleCount{ .circleCount{
position: absolute; position: absolute;
width:0.5rem; width:0.5rem;
...@@ -277,10 +313,13 @@ li{ ...@@ -277,10 +313,13 @@ li{
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #FFFF27; color: #FFFF27;
font-size: 0.13rem; font-size: 0.11rem;
background-image: url('../../../images/aM/rangpm.png'); background-image: url('../../../images/aM/rangpm.png');
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
}
.rank_num p{
} }
.rank_itemL p{ .rank_itemL p{
color: #B7540D; color: #B7540D;
......
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 to comment