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
lijing
2016-12-16 10:29:16 +0800
Commit
658169109734924433ef0a4ffc2531c0f73261be
1 parent
497e4667
更换图片
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
8 deletions
apps/home/views/action/message.hbs
doraemon/middleware/devtools.js
public/img/home/employ/birth-card.jpg
public/img/home/employ/birth-card.png
public/scss/home/_message.css
apps/home/views/action/message.hbs
View file @
6581691
...
...
@@ -13,7 +13,9 @@
{{/if}}
</p>
{{#if
birthType
}}
<div
class=
"ticket-pic"
></div>
<div
class=
"ticket-pic"
>
<img
src=
"
{{
imgSrc
'img/home/employ/birth-card.png'
}}
"
/>
</div>
<div
class=
"ticket-btn"
>
<div
class=
"ticket-btn-c"
>
<div>
...
...
doraemon/middleware/devtools.js
View file @
6581691
'use strict'
;
const
fs
=
require
(
'fs'
);
let
devHost
=
'1
72.16.6.134
'
;
let
devHost
=
'1
27.0.0.1
'
;
fs
.
readFile
(
'.devhost'
,
(
err
,
buf
)
=>
{
if
(
!
err
)
{
...
...
public/img/home/employ/birth-card.jpg
deleted
100644 → 0
View file @
497e466
130 KB
public/img/home/employ/birth-card.png
0 → 100644
View file @
6581691
57.7 KB
public/scss/home/_message.css
View file @
6581691
...
...
@@ -22,14 +22,8 @@
.ticket-pic
{
display
:
block
;
width
:
580px
;
height
:
446px
;
overflow
:
hidden
;
margin
:
20px
auto
30px
;
background-image
:
resolve
(
"home/employ/birth-card.jpg"
);
background-position
:
top
center
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
color
:
#fff
;
position
:
relative
;
}
...
...
Please
register
or
login
to post a comment