PCqiandao
杨树明 5 years ago
parent d7f79405d7
commit 134ade16d5

@ -154,29 +154,29 @@ class Signinstatistics extends Component {
<Row type="flex" justify="space-between" className={"mt20"}>
<Col span={6}>
<Card style={{ width: 209 }} className={"gutterrowbox lishiqiandao"}>
<p>Card content</p>
<p>Card content</p>
<p></p>
<p></p>
<p>Card content</p>
</Card>
</Col>
<Col span={6}>
<Card style={{ width: 209 }} className={"ml8 gutterrowbox"}>
<p>Card content</p>
<p>Card content</p>
<Card style={{ width: 209 }} className={"ml8 gutterrowbox daokeqiandao"}>
<p></p>
<p></p>
<p>Card content</p>
</Card>
</Col>
<Col span={6}>
<Card style={{ width: 209 }} className={"ml14 gutterrowbox"}>
<p>Card content</p>
<p>Card content</p>
<Card style={{ width: 209 }} className={"ml14 gutterrowbox kuangkeqiandao"}>
<p></p>
<p></p>
<p>Card content</p>
</Card>
</Col>
<Col span={6} >
<Card style={{ width: 209 }} className={"ml20 gutterrowbox"}>
<p>Card content</p>
<p>Card content</p>
<Card style={{ width: 209 }} className={"ml20 gutterrowbox qingjiaqiandao"}>
<p></p>
<p></p>
<p>Card content</p>
</Card>
</Col>

@ -15,7 +15,34 @@
.lishiqiandao{
width: 100%;
height: 150px;
background-image: url(https://test-newweb.educoder.net/images/path/path.png);
background-image: url(https://test-newweb.educoder.net/images/qiandao/lishi.png);
background-color: #000a4f;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.daokeqiandao{
width: 100%;
height: 150px;
background-image: url(https://test-newweb.educoder.net/images/qiandao/daoke.png);
background-color: #000a4f;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.kuangkeqiandao{
width: 100%;
height: 150px;
background-image: url(https://test-newweb.educoder.net/images/qiandao/kuangke.png);
background-color: #000a4f;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.qingjiaqiandao{
width: 100%;
height: 150px;
background-image: url(https://test-newweb.educoder.net/images/qiandao/qingjia.png);
background-color: #000a4f;
background-size: cover;
background-position: center;

Loading…
Cancel
Save