Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-08-31 17:43:17 +0800
Commit
ac4b8f0467ae27354fcf870d450690b06213394d
1 parent
79edef79
认证 按钮样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
doraemon/middleware/devtools.js
public/scss/activity/_aslider.css
doraemon/middleware/devtools.js
View file @
ac4b8f0
'use strict'
;
const
fs
=
require
(
'fs'
);
let
devHost
=
'
172.16.6.159
'
;
let
devHost
=
'
localhost
'
;
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
if
(
!
err
)
{
...
...
public/scss/activity/_aslider.css
View file @
ac4b8f0
...
...
@@ -365,9 +365,11 @@
text-align
:
center
;
vertical-align
:
middle
;
display
:
block
;
position
:
absolute
;
right
:
30px
;
top
:
15px
;
float
:
right
;
margin-top
:
15px
;
/*position: absolute;*/
/*right: 30px;*/
/*top: 15px;*/
}
}
.s-replace
{
...
...
Please
register
or
login
to post a comment