|
@@ -1,8 +1,9 @@
|
|
|
/* CSS Document */
|
|
|
body{ margin:0; padding:0;font-family:"宋体", "微软雅黑" arial, sans-serif; background:#fff; font-size:12px; color:#333;}
|
|
|
-div,form,img,ul,ol,li,dl,dt,p,dd,input,span,textarea,i{margin:0; padding:0; border:none; outline:none; font-style:normal;}
|
|
|
+div,form,img,ul,ol,li,dl,dt,p,dd,input,span,textarea,i,tr,td{margin:0; padding:0; border:none; outline:none; font-style:normal;}
|
|
|
li{list-style-type:none;}
|
|
|
img{vertical-align:top;}
|
|
|
+table{border-spacing: 0;}
|
|
|
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px; font-weight:normal;}
|
|
|
|
|
|
/* Link */
|
|
@@ -81,7 +82,7 @@ a:hover{
|
|
|
}
|
|
|
.button {
|
|
|
display: inline-block;
|
|
|
- padding:5px 10px;
|
|
|
+ padding:7px 12px;
|
|
|
border:1px solid #1987AA;
|
|
|
margin:0 5px;
|
|
|
cursor: pointer;
|
|
@@ -359,6 +360,9 @@ a:hover{
|
|
|
}
|
|
|
.menu_list{
|
|
|
}
|
|
|
+.menu_list ul{
|
|
|
+ margin:8px 0 0 0;
|
|
|
+}
|
|
|
.menu_list ul span{
|
|
|
float:left;
|
|
|
}
|
|
@@ -758,7 +762,7 @@ a.disabled:hover{
|
|
|
}
|
|
|
.edit_radiocon{
|
|
|
float:left;
|
|
|
- width:460px;
|
|
|
+ width:600px;
|
|
|
}
|
|
|
.edit_radiocon ul{
|
|
|
}
|
|
@@ -947,7 +951,7 @@ a.disabled:hover{
|
|
|
}
|
|
|
.add_radiocon,.add_judgecon,.add_answercon,.add_multicon{
|
|
|
float:left;
|
|
|
- width:460px;
|
|
|
+ width:600px;
|
|
|
}
|
|
|
.add_radiocon ul{
|
|
|
}
|
|
@@ -962,13 +966,13 @@ a.disabled:hover{
|
|
|
}
|
|
|
.mul_textbox{
|
|
|
color:#696969;
|
|
|
- width:388px;
|
|
|
+ width:510px;
|
|
|
border:1px solid #ccc;
|
|
|
padding:5px 5px;
|
|
|
}
|
|
|
.add_radiocon form ul li input.text,.add_judgecon form ul li input.text,.add_answercon td input.text,.edit_radiocon form ul li input.text{
|
|
|
color:#696969;
|
|
|
- width:388px;
|
|
|
+ width:510px;
|
|
|
border:1px solid #ccc;
|
|
|
padding:5px 5px;
|
|
|
}
|
|
@@ -1050,7 +1054,7 @@ a.disabled:hover{
|
|
|
}
|
|
|
.edit_multicon{
|
|
|
float:left;
|
|
|
- width:460px;
|
|
|
+ width:600px;
|
|
|
}
|
|
|
.edit_multicon ul{
|
|
|
}
|
|
@@ -1101,6 +1105,17 @@ a.disabled:hover{
|
|
|
.judge_list{
|
|
|
margin:0 125px 0 65px;
|
|
|
}
|
|
|
+.listName{
|
|
|
+ color:#0da4d3;
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+.listName:hover{
|
|
|
+ color:#faae4b;
|
|
|
+}
|
|
|
+.lisNameNum{
|
|
|
+ float:left;
|
|
|
+ margin:0 5px 0 0;
|
|
|
+}
|
|
|
.judge_oper{
|
|
|
float:right;
|
|
|
width:100px;
|
|
@@ -1144,7 +1159,7 @@ a.disabled:hover{
|
|
|
}
|
|
|
.edit_judgecon{
|
|
|
float:left;
|
|
|
- width:460px;
|
|
|
+ width:600px;
|
|
|
}
|
|
|
.edit_judgecon ul{
|
|
|
}
|
|
@@ -1245,7 +1260,7 @@ a.disabled:hover{
|
|
|
}
|
|
|
.edit_answercon .text,.edit_judgecon .text{
|
|
|
color:#696969;
|
|
|
- width:388px;
|
|
|
+ width:510px;
|
|
|
border:1px solid #ccc;
|
|
|
padding:5px 5px;
|
|
|
}
|
|
@@ -1405,9 +1420,36 @@ a.disabled:hover{
|
|
|
.edit_jie,.del_jie{
|
|
|
cursor:pointer;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+.selectBox1{
|
|
|
+ width:136px;
|
|
|
+}
|
|
|
+.selectBox2{
|
|
|
+ width:260px;
|
|
|
+}
|
|
|
+.search_img{
|
|
|
+ cursor:pointer;
|
|
|
+}
|
|
|
+.search{
|
|
|
+ margin:40px auto;
|
|
|
+ width:45%;
|
|
|
+}
|
|
|
+.search-box{
|
|
|
+ margin:10px 0;
|
|
|
+ font-size: 14px;
|
|
|
+ color:#ccc;
|
|
|
+}
|
|
|
+.search-box li{
|
|
|
+ padding:5px 0;
|
|
|
+}
|
|
|
+.search_function{
|
|
|
+ float:right;
|
|
|
+}
|
|
|
+.search_function a{
|
|
|
+ padding:0 5px;
|
|
|
+}
|
|
|
+.search_title{
|
|
|
+ margin:0 120px 0 0;
|
|
|
+}
|
|
|
|
|
|
|
|
|
|