Commit 61ce07b8 by Chao Sun

分享弹框

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