Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / sf

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 616a2d46 authored 6 years ago by qiaomu's avatar qiaomu
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

two

parent e1b001ee master
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 4 deletions
  • sudoke/css/index.css
  • sudoke/css/index.less
  • sudoke/wxkiting.html
sudoke/css/index.css
View file @ 616a2d46
...@@ -119,8 +119,8 @@ ...@@ -119,8 +119,8 @@
-webkit-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
background: #fff; background: #fff;
text-align: center; text-align: center;
border-radius: 0.2rem; border-radius: 0.15rem;
padding: 0.05rem; padding: 0.05rem 0.2rem;
} }
.wxkiting .alert { .wxkiting .alert {
font-size: 0.4rem; font-size: 0.4rem;
......
This diff is collapsed. Click to expand it.
sudoke/css/index.less
View file @ 616a2d46
...@@ -119,8 +119,8 @@ ...@@ -119,8 +119,8 @@
-webkit-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);
background: #fff; background: #fff;
text-align: center; text-align: center;
border-radius: 0.2rem; border-radius: 0.15rem;
padding: 0.05rem; padding: 0.05rem 0.2rem;
} }
} }
.alert { .alert {
......
This diff is collapsed. Click to expand it.
sudoke/wxkiting.html
View file @ 616a2d46
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
$(".xq").html(xq); $(".xq").html(xq);
$(".rmb").html(rmb); $(".rmb").html(rmb);
$(".input").val(input); $(".input").val(input);
}else {
$(".black-bg").show();
$(".alert_info").html(res.msg);
} }
}, },
error: function() { error: function() {
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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