/*车牌号键盘 start*/ .province{ position: fixed; width: 100%; padding: 5px 0; left: 0; bottom: 0; background: #c0c7cd; } .province ul{ /*width: 100%;*/ margin: 0 auto; padding: 0 !important; text-align: center; } .province ul li{ list-style: none; display: inline-block; width:9%; padding: 8px 0; margin-left: 0.5%; margin-right: 0.5%; margin-top: 5px; text-align: center; border-radius: 4px; background: #fff; box-shadow: 0 2px 0px 0px rgba(0,0,0,0.5); } .province .ts{ width: 13.5%; background: #8e9aa6; color: #fff; } .keynumh ul li{ list-style: none; display: inline-block; width:8%; padding: 8px 0; margin-left: 0.5%; margin-right: 0.5%; margin-top: 5px; text-align: center; border-radius: 4px; background: #fff; box-shadow: 0 2px 0px 0px rgba(0,0,0,0.5); } .zimjianp ul li{ list-style: none; display: inline-block; width:8%; padding: 8px 0; margin-left: 0.5%; margin-right: 0.5%; margin-top: 5px; text-align: center; border-radius: 4px; background: #fff; box-shadow: 0 2px 0px 0px rgba(0,0,0,0.5); } /*end*/