|
@@ -1057,7 +1057,7 @@ public class ExtractConfigServiceImpl implements ExtractConfigService {
|
|
}
|
|
}
|
|
else if(number == -1){
|
|
else if(number == -1){
|
|
if(s.startsWith("<p>")){
|
|
if(s.startsWith("<p>")){
|
|
- s = s.replaceAll("<p>","<p style=\"margin-left:40px;\">").replaceFirst("<p style=\"margin-left:40px;\">", "<p style=\"margin-left:20px;\">" + "答案:");
|
|
|
|
|
|
+ s = s.replaceAll("<p>","<p style=\"margin-left:40px;\">").replaceFirst("<p style=\"margin-left:40px;\">", "<p style=\"margin-left:20px;color:red;\">" + "答案:");
|
|
}else{
|
|
}else{
|
|
s = "<p style=\"margin-left:20px;color:red;\">" + "答案:" + s + "</p>";
|
|
s = "<p style=\"margin-left:20px;color:red;\">" + "答案:" + s + "</p>";
|
|
}
|
|
}
|