|
@@ -222,7 +222,7 @@ const Edit = props => {
|
222
|
222
|
<div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
|
223
|
223
|
<img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
|
224
|
224
|
<span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
|
225
|
|
- <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您阅读</span>
|
|
225
|
+ <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您参与</span>
|
226
|
226
|
<span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
|
227
|
227
|
</div>
|
228
|
228
|
<p style={{
|
|
@@ -254,15 +254,15 @@ const Edit = props => {
|
254
|
254
|
|
255
|
255
|
<div >
|
256
|
256
|
<div style={{ display: 'flex', width: '100%', margin: '60px 0' }}>
|
257
|
|
- <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报图片1</p>
|
|
257
|
+ <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报图片</p>
|
258
|
258
|
<ImageUploader value={imgValue} onChange={e => changeImg(e)} />
|
259
|
259
|
</div>
|
260
|
260
|
<div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
|
261
|
|
- <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题1</p>
|
|
261
|
+ <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
|
262
|
262
|
<Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />
|
263
|
263
|
</div>
|
264
|
264
|
<div style={{ display: 'flex', margin: '10px 0 40px 0', width: '100%' }}>
|
265
|
|
- <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报描述1</p>
|
|
265
|
+ <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报描述</p>
|
266
|
266
|
<TextArea rows={5} value={textAreaValue} onChange={e => changeTextArea(e.target.value)} />
|
267
|
267
|
</div>
|
268
|
268
|
|
|
@@ -319,7 +319,7 @@ const Edit = props => {
|
319
|
319
|
|
320
|
320
|
return <div style={{ padding: '20px' }}>
|
321
|
321
|
<div style={{ display: 'flex', margin: '10px 0 40px 0', width: '100%' }}>
|
322
|
|
- <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享模板1</p>
|
|
322
|
+ <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享模板</p>
|
323
|
323
|
<div>
|
324
|
324
|
<p style={{ display: 'flex', alignItems: 'center', fontSize: '14px', color: '#999', margin: '0', lineHeight: '0' }}><img src={logo} style={{ width: '22px', marginRight: '10px' }} />知与行互动</p>
|
325
|
325
|
<p style={{ fontSize: '16px', color: '#222', fontWeight: '600', margin: '0' }}>{inputValue ? inputValue : '置业V客厅 精准获客平台'}</p>
|
|
@@ -327,11 +327,11 @@ const Edit = props => {
|
327
|
327
|
</div>
|
328
|
328
|
</div>
|
329
|
329
|
<div style={{ display: 'flex', alignItems: 'center', width: '100%' }}>
|
330
|
|
- <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享标题1</p>
|
|
330
|
+ <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享标题</p>
|
331
|
331
|
<Input placeholder="请输入分享标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
|
332
|
332
|
</div>
|
333
|
333
|
<div style={{ display: 'flex', width: '100%', marginTop: '40px' }}>
|
334
|
|
- <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片1</p>
|
|
334
|
+ <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
|
335
|
335
|
<ImageUploader value={imgValue} onChange={e => changeImg(e)} />
|
336
|
336
|
</div>
|
337
|
337
|
<Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
|