Merge branch 'dev_local' of http://bdgit.educoder.net/Hjqreturn/pgfqe6ch8 into dev_local

dev_local
jingquan huang 6 years ago
commit b7325e4b2d

@ -121,6 +121,7 @@
// }); // });
function add_shixun_question(){ function add_shixun_question(){
var result = true; var result = true;
var Uarry=$("#shixun_question_ul li:visible");//获取ul中所有的li元素 var Uarry=$("#shixun_question_ul li:visible");//获取ul中所有的li元素
let resulttype=[] let resulttype=[]
@ -181,6 +182,7 @@
} }
} }
if(result){ if(result){
$("#new_shixun_question").submit(); $("#new_shixun_question").submit();
} else{ } else{

@ -967,7 +967,7 @@ html>body #ajax-indicator { position: fixed; }
.shixunsboxfont{ .shixunsboxfont{
width:1060px; width:1060px;
min-height:12px; min-height:12px;
font-size:4px; font-size:14px;
font-family:MicrosoftYaHei; font-family:MicrosoftYaHei;
font-weight:400; font-weight:400;
color:rgba(122,122,122,1); color:rgba(122,122,122,1);
@ -1011,7 +1011,7 @@ html>body #ajax-indicator { position: fixed; }
margin-top: 20px; margin-top: 20px;
text-align: center; text-align: center;
color:rgba(255,104,0,1); color:rgba(255,104,0,1);
font-size:4px; font-size:14px;
font-family:MicrosoftYaHei; font-family:MicrosoftYaHei;
font-weight:400; font-weight:400;
} }

Loading…
Cancel
Save