Commit 2b0832f6 authored by zhengke's avatar zhengke

修改

parent ce12ff8f
...@@ -738,7 +738,7 @@ ...@@ -738,7 +738,7 @@
color:blue; color:blue;
display: block; display: block;
cursor: pointer; cursor: pointer;
width:60px; min-width: 200px;
} }
.needfenshu{ .needfenshu{
margin-top: 10px; margin-top: 10px;
......
...@@ -873,6 +873,7 @@ ...@@ -873,6 +873,7 @@
color:blue; color:blue;
display: block; display: block;
cursor: pointer; cursor: pointer;
min-width: 200px;
} }
.SQguestList{ .SQguestList{
display: flex; display: flex;
......
...@@ -168,7 +168,8 @@ ...@@ -168,7 +168,8 @@
z-Index: 100; z-Index: 100;
} }
.TD_MainContent .eseal { .TD_MainContent .eseal {
margin: 20px 30px 30px 30px; padding: 20px 30px 30px 30px;
background-color: #fff;
display: none; display: none;
} }
.TD_MainContent .SignTable>tbody { .TD_MainContent .SignTable>tbody {
......
...@@ -938,7 +938,7 @@ ...@@ -938,7 +938,7 @@
color: blue; color: blue;
display: block; display: block;
cursor: pointer; cursor: pointer;
width: 200px; min-width: 200px;
} }
.RegistrationList .leftSetInfo,.RegistrationList .GO_TPright{ .RegistrationList .leftSetInfo,.RegistrationList .GO_TPright{
float:left; float:left;
......
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