|
@@ -105,8 +105,8 @@ function header(props) {
|
105
|
105
|
{/* 卡片内容,显示楼盘项目 */}
|
106
|
106
|
<Card
|
107
|
107
|
hoverable
|
108
|
|
- style={{ width: '300px', height: '500px' }}
|
109
|
|
- cover={<img alt="example" width="459" height="303" src="https://os.alipayobjects.com/rmsportal/QBnOOoLaAfKPirc.png" />}
|
|
108
|
+ style={{ width: '300px', height: '400px', borderRadius: '12px', boxShadow: '0px 0px 20px #e7e7e7e7' }}
|
|
109
|
+ cover={<img alt="example" src="https://os.alipayobjects.com/rmsportal/QBnOOoLaAfKPirc.png" style={{ width: '299px', height: '203px' }}></img>}
|
110
|
110
|
bodyStyle={{ padding: '10px' }}
|
111
|
111
|
>
|
112
|
112
|
<Row className={ Styles.cardText }>
|
|
@@ -114,7 +114,7 @@ function header(props) {
|
114
|
114
|
<Col span={12}>S101</Col>
|
115
|
115
|
<Col span={5}>
|
116
|
116
|
<span className={ Styles.ediText }>编辑</span>
|
117
|
|
- <Icon type="form" />
|
|
117
|
+ <Icon type="form" style={{ color: '#C0C4CC' }}/>
|
118
|
118
|
</Col>
|
119
|
119
|
</Row>
|
120
|
120
|
<Row>
|
|
@@ -144,14 +144,14 @@ function header(props) {
|
144
|
144
|
<span style={{ color: '#1990FF', fontWeight: 'bold' }}>
|
145
|
145
|
取消发布
|
146
|
146
|
</span>
|
147
|
|
- <Icon type="close-circle" />
|
|
147
|
+ <Icon type="close-circle" style={{ color: '#C0C4CC' }} />
|
148
|
148
|
</Col>
|
149
|
149
|
<Col span={12}></Col>
|
150
|
150
|
<Col span={5}>
|
151
|
151
|
<span style={{ color: '#FF4A4A', fontWeight: 'bold' }}>
|
152
|
152
|
删除
|
153
|
153
|
</span>
|
154
|
|
- <Icon type="rest" />
|
|
154
|
+ <Icon type="rest" style={{ color: '#C0C4CC' }} />
|
155
|
155
|
</Col>
|
156
|
156
|
</Row>
|
157
|
157
|
</Card>
|