Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
83527f24
Commit
83527f24
authored
Oct 31, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改提示框
parent
ea2e97d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
public.css
public/resource/css/public.css
+6
-5
public.js
public/resource/js/public.js
+1
-1
No files found.
public/resource/css/public.css
View file @
83527f24
...
...
@@ -723,19 +723,19 @@ p{margin: 0;}
max-height
:
98%
;
}
.mark
{
display
:
none
;
position
:
fixed
;
top
:
20%
;
right
:
0
;
/*bottom: 0;*/
left
:
0
;
margin
:
auto
;
height
:
0.88rem
;
line-height
:
0.88rem
;
width
:
40%
;
padding
:
0.2rem
;
height
:
auto
;
line-height
:
0.4rem
;
width
:
35%
;
text-align
:
center
;
font-size
:
0.28rem
;
color
:
#fff
;
background
:
rgba
(
0
,
0
,
0
,
0.6
);
border-radius
:
0.1rem
;
word-wrap
:
break-word
;
}
\ No newline at end of file
public/resource/js/public.js
View file @
83527f24
...
...
@@ -308,7 +308,7 @@ function dealPunctuation(str) {
*
*/
function
alert
(
str
)
{
var
div
=
'<div class="mark"></div>'
;
var
div
=
'<div class="mark"></div>'
;
$
(
'body'
).
append
(
div
)
$
(
'.mark'
).
html
(
str
);
$
(
'.mark'
).
show
();
...
...
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