.button_submit { /* background: #df5e16; */ background:url("../images/image_mobile/m_start.png") no-repeat; height: 33px; line-height: 33px; font-size: 18px; color: #000; font-family: 'Microsoft YaHei' !important; font-weight: normal !important; border: none; width:229px; text-align: center;/* vertical-align:middle; *//* margin: 0 auto; */ display:inline-block; }.button_submit:hover { background:url("../images/image_mobile/m_select.png") no-repeat; height: 33px; line-height: 33px; font-size: 18px; color: #000; font-family: 'Microsoft YaHei' !important; width:229px; /* vertical-align:middle; */ margin: 0 auto; display: block;}
在html代码中:
你需要做的就是在<button> 元素中使用一个<div>层把你所要添加的文字包起来,然后设置距离图片上下边界的距离即可。