|
|
|
@ -113,7 +113,7 @@ class Paperreview_single extends Component {
|
|
|
|
|
{/*顶部*/}
|
|
|
|
|
<div className="w100s sortinxdirection ">
|
|
|
|
|
<div className=" sortinxdirection ">
|
|
|
|
|
<p className="cretitlecolrlis lh28">{indexx}</p>、
|
|
|
|
|
<p className="cretitlecolrlis lh28" style={{fontWeight:"bold"}}>{indexx}</p>、
|
|
|
|
|
</div>
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
@ -124,27 +124,32 @@ class Paperreview_single extends Component {
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.markdown-body p {
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 14px !important;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.bodyysls .ql-editor p span{
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
{
|
|
|
|
|
objectsingle.item_type === "PROGRAM" ?
|
|
|
|
|
objectsingle.item_type==="PROGRAM"?
|
|
|
|
|
<div className="w100s sortinxdirection">
|
|
|
|
|
<div className=" tites lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{
|
|
|
|
|
wordBreak: "break-word",
|
|
|
|
|
minWidth: "32px"
|
|
|
|
|
<div className=" tites lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{wordBreak: "break-word",
|
|
|
|
|
minWidth:"32px",fontWeight:"bold"
|
|
|
|
|
}}
|
|
|
|
|
>
|
|
|
|
|
({objectsingle.score}分)
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id={"titessone"} className="ml10 lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{wordBreak: "break-word"}}
|
|
|
|
|
<div id={"titessone"} className="ml10 lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{wordBreak: "break-word",fontWeight:"bold"}}
|
|
|
|
|
dangerouslySetInnerHTML={{__html: markdownToHTML(fenshul+objectsingle.name).replace(/▁/g, "▁▁▁")}}>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
@ -152,19 +157,18 @@ class Paperreview_single extends Component {
|
|
|
|
|
:
|
|
|
|
|
<div className="w100s sortinxdirection titesstwos">
|
|
|
|
|
<div id={"titesstwo"} className="tites titesstwostest lh28 listjihetixingstit markdown-body cretitlecolrlist " style={{wordBreak: "break-word",
|
|
|
|
|
minWidth:"32px"
|
|
|
|
|
minWidth:"32px",fontWeight:"bold"
|
|
|
|
|
}}
|
|
|
|
|
>
|
|
|
|
|
({objectsingle.score}分)
|
|
|
|
|
</div>
|
|
|
|
|
<div className={objectsingle.score<10?" lh28 listjihetixingstit text-indents40 cretitlecolrlist programquill":objectsingle.score<100?" lh28 listjihetixingstit text-indents44 cretitlecolrlist programquill":" lh28 listjihetixingstit text-indents50 cretitlecolrlist programquill" }style={{wordBreak: "break-word"}}
|
|
|
|
|
<div className={objectsingle.score<10?" lh28 listjihetixingstit text-indents40 bodyysls cretitlecolrlist programquill":objectsingle.score<100?" lh28 listjihetixingstit text-indents44 bodyysls cretitlecolrlist programquill":" lh28 listjihetixingstit text-indents50 bodyysls cretitlecolrlist programquill" }style={{wordBreak: "break-word",fontWeight:"bold"}}
|
|
|
|
|
>
|
|
|
|
|
{
|
|
|
|
|
itemssname===null|| itemssname===undefined?
|
|
|
|
|
""
|
|
|
|
|
:
|
|
|
|
|
<QuillForEditor
|
|
|
|
|
options={options}
|
|
|
|
|
readOnly={true}
|
|
|
|
|
value={itemssname}
|
|
|
|
|
/>
|
|
|
|
@ -200,11 +204,11 @@ class Paperreview_single extends Component {
|
|
|
|
|
<p className="w100s listjihetixingstitssy sortinxdirection ">
|
|
|
|
|
<p className={"sortinxdirection mt15"}>
|
|
|
|
|
{
|
|
|
|
|
objectsingle && objectsingle.program_attr && objectsingle.program_attr.description ?
|
|
|
|
|
<p className="programquill" style={{ wordBreak: "break-word" }}
|
|
|
|
|
objectsingle&&objectsingle.program_attr&&objectsingle.program_attr.description?
|
|
|
|
|
<p className="programquill " style={{wordBreak: "break-word"}}
|
|
|
|
|
>
|
|
|
|
|
{
|
|
|
|
|
itemsnamesy === null || itemsnamesy === undefined ?
|
|
|
|
|
itemsnamesy===null || itemsnamesy===undefined?
|
|
|
|
|
""
|
|
|
|
|
:
|
|
|
|
|
<QuillForEditor
|
|
|
|
|