Authored by 沈志敏

fixbug

... ... @@ -144,6 +144,7 @@ const component = {
res.render('about', {
module: 'me',
page: 'index',
year: new Date().getFullYear(),
noLocalJS: true,
noLocalCSS: true
});
... ...
<div class="about-us">
<div class="description">
<p>From yoho! {{year}} high-end store</p>
<p>i fancy, you like.</p>
</div>
<div class="icon-container">
<div class="blk-icon"></div>
<p class="icon-label">YOHO!BLK</p>
</div>
</div>
\ No newline at end of file
</div>
... ...
... ... @@ -5,20 +5,23 @@
.description {
position: fixed;
top: 30%;
width: 411px;
top: 404px;
width: 425px;
height: 75px;
background: resolve("me/about-us-tip.png") no-repeat;
background-size: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
p {
font-size: 28px;
margin-top: 10px;
}
}
.icon-container {
position: fixed;
top: 43%;
top: 550px;
left: 0;
right: 0;
margin-left: auto;
... ...