|
|
@@ -10,12 +10,12 @@ function DetailItem2(props) {
|
|
|
return(
|
|
|
<div>
|
|
|
<div style={{ display: 'flex',flexDirection:'row',fontsize:15,marginLeft:10,marginRight:10,marginTop:10}}>
|
|
|
- <span style={{width:"35%",textAlign:'left',color:'#666666'}}>{props.itemdata1[0].key}</span>
|
|
|
- <span style={{width:"65%",textAlign:'right',color:'#333333',wordWrap:'break-word'}}>{props.itemdata1[0].value}</span>
|
|
|
+ <span style={{width:"35%",textAlign:'left',color:'#999999'}}>{props.itemdata1[0].key}</span>
|
|
|
+ <span style={{width:"65%",textAlign:'right',color:'#666666',wordWrap:'break-word'}}>{props.itemdata1[0].value}</span>
|
|
|
</div>
|
|
|
<div style={{ display: 'flex',flexDirection:'row',fontsize:15,marginLeft:10,marginRight:10,marginTop:10}}>
|
|
|
- <span style={{width:"35%",textAlign:'left',color:'#666666'}}>{props.itemdata1[1].key}</span>
|
|
|
- <span style={{width:"65%",textAlign:'right',color:'#333333',wordWrap:'break-word'}}>{props.itemdata1[1].value}</span>
|
|
|
+ <span style={{width:"35%",textAlign:'left',color:'#999999'}}>{props.itemdata1[1].key}</span>
|
|
|
+ <span style={{width:"65%",textAlign:'right',color:'#666666',wordWrap:'break-word'}}>{props.itemdata1[1].value}</span>
|
|
|
</div>
|
|
|
<div className='comhline_sty'></div>
|
|
|
</div>
|
|
|
@@ -36,9 +36,9 @@ export default class DetailItem extends Component{
|
|
|
<DetailItem2 index = {index} itemdata1 = {itemdata1}></DetailItem2>
|
|
|
)}
|
|
|
</div> :<div>
|
|
|
- <div style={{ display: 'flex',flexDirection:'row',fontsize:15,marginLeft:10,marginRight:10,marginTop:10}}>
|
|
|
- <span style={{width:"35%",textAlign:'left',color:'#666666'}}>{this.props.itemdata.key}</span>
|
|
|
- <span style={{width:"65%",textAlign:'right',color:'#333333',wordWrap:'break-word'}}>{this.props.itemdata.value}</span>
|
|
|
+ <div style={{ display: 'flex',flexDirection:'row',fontsize:14,marginLeft:10,marginRight:10,marginTop:10}}>
|
|
|
+ <span style={{width:"35%",textAlign:'left',color:'#999999'}}>{this.props.itemdata.key}</span>
|
|
|
+ <span style={{width:"65%",textAlign:'right',color:'#666666',wordWrap:'break-word'}}>{this.props.itemdata.value}</span>
|
|
|
</div>
|
|
|
<div className="comhline_sty1"></div>
|
|
|
</div>
|