Commit 61ce07b8 by Chao Sun

分享弹框

parent ab9b8573
...@@ -295,12 +295,12 @@ input,button{ ...@@ -295,12 +295,12 @@ input,button{
margin: 20px auto; margin: 20px auto;
} }
.guideImgBox img{ .guideImgBox img{
max-width: 25%; max-width: 15%;
position: relative; position: relative;
left: 70%; left: 80%;
} }
.tipsToast { .tipsToast {
margin-top: 60%; margin-top: 20%;
} }
.tipsToast p { .tipsToast p {
......
...@@ -31,7 +31,7 @@ $(function () { ...@@ -31,7 +31,7 @@ $(function () {
} }
var token = getToken(); var token = getToken();
$(".order").click(function () { $(".right").click(function () {
$("#phone").val('') $("#phone").val('')
$("#code").val('') $("#code").val('')
$("#name").val('') $("#name").val('')
......
...@@ -295,14 +295,13 @@ input,button{ ...@@ -295,14 +295,13 @@ input,button{
margin: 20px auto; margin: 20px auto;
} }
.guideImgBox img{ .guideImgBox img{
max-width: 25%; max-width: 15%;
position: relative; position: relative;
left: 70%; left: 80%;
} }
.tipsToast { .tipsToast {
margin-top: 60%; margin-top: 20%;
} }
.tipsToast p { .tipsToast p {
font-size: 18px; font-size: 18px;
margin-top: 10px; margin-top: 10px;
......
...@@ -31,7 +31,7 @@ $(function () { ...@@ -31,7 +31,7 @@ $(function () {
} }
var token = getToken(); var token = getToken();
$(".order").click(function () { $(".right").click(function () {
$("#phone").val('') $("#phone").val('')
$("#code").val('') $("#code").val('')
$("#name").val('') $("#name").val('')
......
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 to comment