效果预览:
html部分:
<input type="button" value="生成一张图片"/>
<input type="button" value="奇数"/>
<input type="button" value="偶数"/>
<input type="button" value="奇数竖排"/>
<input type="button" value="偶数竖排"/>
<input type="button" value="奇数横排"/>
<input type="button" value="偶数横排"/>
<div id="box"></div>
css部分:
<style>
#box{
width: 1000px;
margin-top: 50px}
#box img{
width: 100px;
height: 100px;
display: inline-block;
border: 10px solid #ffffff;
-webkit-border-radius: 50%;
-