Commit 2c594737 by doszhang

dos

parent 88b1823f
......@@ -43,6 +43,6 @@ input::-webkit-input-placeholder {
input[name='tel'] {
text-align: center;
font-size: 1rem;
font-size: 2.8rem;
color: #333;
}
\ No newline at end of file
......@@ -50,6 +50,8 @@ preloadimages(preloadImageList, function () {
});
// $('input[name=customize]').attr('placeholder','输入自定义文字(仅限四个字)').attr('maxlength','4');
$('input[name=tel]').attr('type','tel');
$('input[name=tel]').attr('maxlength',11);
$('.page1').show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment