Authored by lijing

更换图片

... ... @@ -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>
... ...
'use strict';
const fs = require('fs');
let devHost = '172.16.6.134';
let devHost = '127.0.0.1';
fs.readFile('.devhost', (err, buf)=> {
if (!err) {
... ...
... ... @@ -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;
}
... ...