Commit 2bfd5e62 by doszhang

dos

parent d98fcf55
......@@ -178,4 +178,26 @@ canvas {
.btn-retry:active {
background: url(../image2/btn-retry-active.png) left top no-repeat;
background-size: 100%;
}
/* prize-page */
input[name=name] {
font-size: 1.4rem;
padding-left: 5.5rem;
padding-right: 1rem;
width: 16.4rem;
color: #626365;
}
input[name=tel] {
font-size: 1.4rem;
padding-left: 5.5rem;
padding-right: 1rem;
width: 16.4rem;
color: #626365;
}
.prize-page .btn-submit:active {
background: url(../image2/btn-submit-active.png) left top no-repeat;
background-size: 100%;
}
\ No newline at end of file
......@@ -87,6 +87,7 @@ let canvasArr = [
let posterCanvas;
let posterCtx;
$('input[name=tel]').attr('type', 'tel');
$(document).ready(function () {
$("input").on("blur", function () {
......@@ -105,6 +106,7 @@ $(document).ready(function () {
$('.question-page .btn-submit').on('click', submitAnswer);
//抽奖
$('.poster-page .btn-tryprize').on('click', tryprize);
//
......
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