Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
sf
This project
Loading...
Sign in
Toggle navigation
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
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
two
parent
e1b001ee
master
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
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 @@
-webkit-transform
:
translate
(
-50%
,
-50%
);
background
:
#fff
;
text-align
:
center
;
border-radius
:
0.
2
rem
;
padding
:
0.05rem
;
border-radius
:
0.
15
rem
;
padding
:
0.05rem
0.2rem
;
}
.wxkiting
.alert
{
font-size
:
0.4rem
;
...
...
This diff is collapsed.
Click to expand it.
sudoke/css/index.less
View file @
616a2d46
...
...
@@ -119,8 +119,8 @@
-webkit-transform: translate(-50%,-50%);
background: #fff;
text-align: center;
border-radius: 0.
2
rem;
padding: 0.05rem;
border-radius: 0.
15
rem;
padding: 0.05rem
0.2rem
;
}
}
.alert {
...
...
This diff is collapsed.
Click to expand it.
sudoke/wxkiting.html
View file @
616a2d46
...
...
@@ -66,6 +66,9 @@
$
(
".xq"
).
html
(
xq
);
$
(
".rmb"
).
html
(
rmb
);
$
(
".input"
).
val
(
input
);
}
else
{
$
(
".black-bg"
).
show
();
$
(
".alert_info"
).
html
(
res
.
msg
);
}
},
error
:
function
()
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment