Commit 26aae0fb authored by agping's avatar agping

pk加规则

parent e8993135
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
cursor: pointer; cursor: pointer;
} }
.pk-container-detail-team .export-pk,.rule-pk{ .pk-container-detail-team .export-pk{
width: 80px; width: 80px;
height: 30px; height: 30px;
font-size: 11px; font-size: 11px;
...@@ -83,16 +83,23 @@ ...@@ -83,16 +83,23 @@
cursor: pointer; cursor: pointer;
} }
.rule-pk{ .rule-pk{
width: 60px; width: 70px;
background-color: #FF9318; background-color: #fff;
margin-left: 15px; margin-left: 15px;
height: 28px;
line-height: 28px;
cursor: pointer;
border-radius: 3px;
/*border: 1px solid #31b0d5;*/
display: inline-block;
text-align: center;
background-color: #F4F5FB;
} }
.rule-pk a{ .rule-pk a{
color: #fff; color: #4F66C3;
}
.rule-pk-con{
font-size: 15px;
} }
.pk-container-detail-a{ .pk-container-detail-a{
margin: 10px 0; margin: 10px 0;
} }
......
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