</head> | </head> | ||||
<body> | <body> | ||||
<div id="root"></div> | <div id="root"></div> | ||||
<script src="/umi.c9ab8c08.js"></script> | |||||
<script src="/umi.ebceb906.js"></script> | |||||
</body> | </body> | ||||
</html> | </html> |
<> | <> | ||||
<Col span={8}> | <Col span={8}> | ||||
<Link to={{ pathname: `/talent/company/detail?id=${item.company_id}` }} target="_blank" style={{ width: '100%' }}> | <Link to={{ pathname: `/talent/company/detail?id=${item.company_id}` }} target="_blank" style={{ width: '100%' }}> | ||||
<Space direction='vertical' size={10} align='center' style={{ width: '100%', paddingBottom: 20, background: '#ffffff', borderRadius: 8 }}> | |||||
<Image src={item.image_url ? `${Imageprefix}${item.image_url}` : '/images/logo.jpg'} preview={false} width={'200px'} height={'112px'} style={{ borderRadius: '8px 8px 0 0' }}></Image> | |||||
<Space direction='vertical' size={10} align='center' style={{ width: '100%', paddingTop: 20, paddingBottom: 20, background: '#ffffff', borderRadius: 8 }}> | |||||
<Image src={item.image_url ? `${Imageprefix}${item.image_url}` : '/images/logo.jpg'} preview={false} width={'200px'} height={'112px'} style={{ borderRadius: '8px' }}></Image> | |||||
<Typography.Title level={5} style={{ width: '100%', padding: '0 10px' }} | <Typography.Title level={5} style={{ width: '100%', padding: '0 10px' }} | ||||
> | > | ||||
{item.company_name} | {item.company_name} | ||||
<Flex justify='flex-end' align='center' style={{ fontSize: 14, color: '#999' }}> | <Flex justify='flex-end' align='center' style={{ fontSize: 14, color: '#999' }}> | ||||
{item.company_nature ? <>{item.company_nature}</> : <>性质不限</>} | {item.company_nature ? <>{item.company_nature}</> : <>性质不限</>} | ||||
{item.industry_text ? <><Divider type='vertical' /> {item.industry_text} </> : <><Divider type='vertical' />行业不限</>} | {item.industry_text ? <><Divider type='vertical' /> {item.industry_text} </> : <><Divider type='vertical' />行业不限</>} | ||||
{item.scale_text ? <><Divider type='vertical' /> {item.scale_text} </> : <><Divider type='vertical' />规模不限</>} | |||||
{item.company_scale ? <><Divider type='vertical' /> {item.company_scale} </> : <><Divider type='vertical' />规模不限</>} | |||||
</Flex> | </Flex> | ||||
</Space> | </Space> | ||||
</Link> | </Link> |
<> | <> | ||||
<Col span={8}> | <Col span={8}> | ||||
<Link to={{ pathname: `/talent/company/detail?id=${item.id}` }} target="_blank" style={{ width: '100%' }}> | <Link to={{ pathname: `/talent/company/detail?id=${item.id}` }} target="_blank" style={{ width: '100%' }}> | ||||
<Space direction='vertical' size={10} align='center' style={{ width: '100%', paddingBottom: 20, background: '#ffffff', borderRadius: 8 }}> | |||||
<Image src={item.photo ? `${Imageprefix}${item.photo}` : '/images/logo.jpg'} preview={false} width={'200px'} height={'112px'} style={{ borderRadius: '8px 8px 0 0' }}></Image> | |||||
<Space direction='vertical' size={10} align='center' style={{ width: '100%',paddingTop: 20, paddingBottom: 20, background: '#ffffff', borderRadius: 8 }}> | |||||
<Image src={item.photo ? `${Imageprefix}${item.photo}` : '/images/logo.jpg'} preview={false} width={'200px'} height={'112px'} style={{ borderRadius: '8px' }}></Image> | |||||
<Typography.Title level={5} style={{ width: '100%', padding: '0 10px' }} | <Typography.Title level={5} style={{ width: '100%', padding: '0 10px' }} | ||||
> | > | ||||
{item.full_name} | {item.full_name} |
<> | <> | ||||
<Col span={8}> | <Col span={8}> | ||||
<Link to={{ pathname: `/talent/company/detail?id=${item.id}` }} target="_blank" style={{ width: '100%' }}> | <Link to={{ pathname: `/talent/company/detail?id=${item.id}` }} target="_blank" style={{ width: '100%' }}> | ||||
<Space direction='vertical' size={10} align='center' style={{ width: '100%', paddingBottom: 20, background: '#ffffff', borderRadius: 8 }}> | |||||
<Image src={item.photo ? `${Imageprefix}${item.photo}` : '/images/logo.jpg'} preview={false} width={'200px'} height={'112px'} style={{ borderRadius: '8px 8px 0 0' }}></Image> | |||||
<Space direction='vertical' size={10} align='center' style={{ width: '100%',paddingTop: 20, paddingBottom: 20, background: '#ffffff', borderRadius: 8 }}> | |||||
<Image src={item.photo ? `${Imageprefix}${item.photo}` : '/images/logo.jpg'} preview={false} width={'200px'} height={'112px'} style={{ borderRadius: '8px' }}></Image> | |||||
<Typography.Title level={5} style={{ width: '100%', padding: '0 10px' }} | <Typography.Title level={5} style={{ width: '100%', padding: '0 10px' }} | ||||
> | > | ||||
{item.full_name} | {item.full_name} |