Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
ginfinite
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
superman
ginfinite
Commits
af4cb551
Commit
af4cb551
authored
Oct 21, 2016
by
liaili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
头部,地址等一些微调
parent
fac380e6
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
138 additions
and
132 deletions
+138
-132
index.js
dist/index.js
+4
-5
header.js
src/common/header.js
+8
-6
about.html
src/pages/about/about.html
+15
-12
contact.html
src/pages/contact/contact.html
+9
-11
contact.less
src/pages/contact/contact.less
+2
-13
culture.html
src/pages/culture/culture.html
+13
-10
lihan.jpg
src/pages/index/images/lihan.jpg
+0
-0
index.html
src/pages/index/index.html
+12
-10
news.html
src/pages/news/news.html
+16
-10
team.html
src/pages/team/team.html
+12
-13
team.js
src/pages/team/team.js
+13
-16
team.less
src/pages/team/team.less
+2
-23
common.less
src/styles/common.less
+32
-3
No files found.
dist/index.js
View file @
af4cb551
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/common/header.js
View file @
af4cb551
...
@@ -10,14 +10,16 @@ export default function () {
...
@@ -10,14 +10,16 @@ export default function () {
$
(
'.active'
,
'.nav'
).
removeClass
(
'active'
);
$
(
'.active'
,
'.nav'
).
removeClass
(
'active'
);
const
$li
=
$
(
this
).
parent
();
const
$li
=
$
(
this
).
parent
();
$li
.
addClass
(
'active'
);
$li
.
addClass
(
'active'
);
if
(
$li
.
data
(
'index'
)
==
1
)
{
$introduce
.
slideToggle
(
300
);
}
else
{
$introduce
.
slideUp
(
300
);
}
e
.
stopPropagation
();
e
.
stopPropagation
();
});
});
$
(
'.nav .company'
).
on
({
"mouseenter"
:
function
(){
$introduce
.
slideDown
(
300
);
},
"mouseleave"
:
function
(){
$introduce
.
slideUp
(
300
);
}
})
}
}
src/pages/about/about.html
View file @
af4cb551
...
@@ -13,11 +13,11 @@
...
@@ -13,11 +13,11 @@
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"header-box"
>
<div
class=
"header-box"
>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
data-index=
"0"
>
<li>
<a
href=
"/"
>
首页
<br>
HOME
</a>
<a
href=
"/"
>
首页
</a>
</li>
</li>
<li
class=
'active
'
data-index=
"1"
>
<li
class=
'active
company'
>
<a
href=
"javascript:;"
>
公司介绍
<br>
COMPANY
</a>
<a
href=
"javascript:;"
>
公司介绍
</a>
<div
class=
"introduce"
>
<div
class=
"introduce"
>
<div
class=
"left fl"
>
<div
class=
"left fl"
>
<a
href=
"/about.html"
>
关于礼瀚
</a>
<a
href=
"/about.html"
>
关于礼瀚
</a>
...
@@ -33,11 +33,11 @@
...
@@ -33,11 +33,11 @@
</p>
</p>
</div>
</div>
</li>
</li>
<li
data-index=
"2"
>
<li>
<a
href=
"/news.html"
>
动态新闻
<br>
NEWS
</a>
<a
href=
"/news.html"
>
动态新闻
</a>
</li>
</li>
<li
data-index=
"3"
>
<li>
<a
href=
"/contact.html"
>
联系我们
<br>
CONTACT
</a>
<a
href=
"/contact.html"
>
联系我们
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -68,12 +68,15 @@
...
@@ -68,12 +68,15 @@
<div
class=
"footer"
>
<div
class=
"footer"
>
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"address-phone"
>
<div
class=
"address-phone"
>
<address>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<address>
<i
class=
"iconfont icon-dizhi"
></i>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<br/>
<br/>
<span
class=
"phone"
>
<span
class=
"phone"
>
<i
></i>
<i
class=
"iconfont icon-phone"
></i>
+86-0571-8773151
+86-0571-8773151
</span>
</span>
</div>
</div>
</div>
</div>
<div
class=
"bottom"
>
<div
class=
"bottom"
>
...
...
src/pages/contact/contact.html
View file @
af4cb551
...
@@ -13,11 +13,11 @@
...
@@ -13,11 +13,11 @@
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"header-box"
>
<div
class=
"header-box"
>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
data-index=
"0"
>
<li>
<a
href=
"/"
>
首页
<br>
HOME
</a>
<a
href=
"/"
>
首页
</a>
</li>
</li>
<li
data-index=
"1
"
>
<li
class=
"company
"
>
<a
href=
"javascript:;"
>
公司介绍
<br>
COMPANY
</a>
<a
href=
"javascript:;"
>
公司介绍
</a>
<div
class=
"introduce"
>
<div
class=
"introduce"
>
<div
class=
"left fl"
>
<div
class=
"left fl"
>
<a
href=
"/about.html"
>
关于礼瀚
</a>
<a
href=
"/about.html"
>
关于礼瀚
</a>
...
@@ -33,19 +33,17 @@
...
@@ -33,19 +33,17 @@
</p>
</p>
</div>
</div>
</li>
</li>
<li
data-index=
"2"
>
<li>
<a
href=
"/news.html"
>
动态新闻
<br>
NEWS
</a>
<a
href=
"/news.html"
>
动态新闻
</a>
</li>
</li>
<li
class=
'active'
data-index=
"3
"
>
<li
class=
"active
"
>
<a
href=
"/contact.html"
>
联系我们
<br>
CONTACT
</a>
<a
href=
"/contact.html"
>
联系我们
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"banner"
>
<div
class=
"banner"
>
<div>
<img
src=
"images/banner.jpg"
alt=
"banner"
/>
<img
src=
"images/banner.jpg"
/>
</div>
</div>
</div>
<div
class=
"address-phone"
>
<div
class=
"address-phone"
>
<div
class=
"address-phone-box clear-fl"
>
<div
class=
"address-phone-box clear-fl"
>
...
...
src/pages/contact/contact.less
View file @
af4cb551
...
@@ -2,19 +2,8 @@
...
@@ -2,19 +2,8 @@
:global {
:global {
#contact {
#contact {
.banner {
.banner > img {
background-color: #7e7e7e;
width: 100%;
padding: 50px 0;
& > div {
margin: 0 auto;
//margin: 0 7% 0 21%;
height: 400px;
text-align: right;
img {
height: 400px;
max-width: 100%;
}
}
}
}
.address-phone {
.address-phone {
.address-phone-box {
.address-phone-box {
...
...
src/pages/culture/culture.html
View file @
af4cb551
...
@@ -13,11 +13,11 @@
...
@@ -13,11 +13,11 @@
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"header-box"
>
<div
class=
"header-box"
>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
data-index=
"0"
>
<li>
<a
href=
"/"
>
首页
<br>
HOME
</a>
<a
href=
"/"
>
首页
</a>
</li>
</li>
<li
class=
'active'
data-index=
"1
"
>
<li
class=
"active company
"
>
<a
href=
"javascript:;"
>
公司介绍
<br>
COMPANY
</a>
<a
href=
"javascript:;"
>
公司介绍
</a>
<div
class=
"introduce"
>
<div
class=
"introduce"
>
<div
class=
"left fl"
>
<div
class=
"left fl"
>
<a
href=
"/about.html"
>
关于礼瀚
</a>
<a
href=
"/about.html"
>
关于礼瀚
</a>
...
@@ -33,11 +33,11 @@
...
@@ -33,11 +33,11 @@
</p>
</p>
</div>
</div>
</li>
</li>
<li
data-index=
"2"
>
<li>
<a
href=
"/news.html"
>
动态新闻
<br>
NEWS
</a>
<a
href=
"/news.html"
>
动态新闻
</a>
</li>
</li>
<li
data-index=
"3"
>
<li>
<a
href=
"/contact.html"
>
联系我们
<br>
CONTACT
</a>
<a
href=
"/contact.html"
>
联系我们
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -63,10 +63,13 @@
...
@@ -63,10 +63,13 @@
<div
class=
"footer"
>
<div
class=
"footer"
>
<div
class=
"top bgImg"
>
<div
class=
"top bgImg"
>
<div
class=
"address-phone"
>
<div
class=
"address-phone"
>
<address>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<address>
<i
class=
"iconfont icon-dizhi"
></i>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<br/>
<br/>
<span
class=
"phone"
>
<span
class=
"phone"
>
<i></i>
<i
class=
"iconfont icon-phone"
></i>
+86-0571-8773151
+86-0571-8773151
</span>
</span>
</div>
</div>
...
...
src/pages/index/images/lihan.jpg
View replaced file @
fac380e6
View file @
af4cb551
140 KB
|
W:
|
H:
301 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/index/index.html
View file @
af4cb551
...
@@ -12,11 +12,11 @@
...
@@ -12,11 +12,11 @@
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"header-box"
>
<div
class=
"header-box"
>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
class=
'active'
data-index=
"0"
>
<li
class=
'active'
>
<a
href=
"/"
>
首页
<br>
HOME
</a>
<a
href=
"/"
>
首页
</a>
</li>
</li>
<li
data-index=
"1
"
>
<li
class=
"company
"
>
<a
href=
"javascript:;"
>
公司介绍
<br>
COMPANY
</a>
<a
href=
"javascript:;"
>
公司介绍
</a>
<div
class=
"introduce"
>
<div
class=
"introduce"
>
<div
class=
"left fl"
>
<div
class=
"left fl"
>
<a
href=
"/about.html"
>
关于礼瀚
</a>
<a
href=
"/about.html"
>
关于礼瀚
</a>
...
@@ -32,11 +32,11 @@
...
@@ -32,11 +32,11 @@
</p>
</p>
</div>
</div>
</li>
</li>
<li
data-index=
"2"
>
<li>
<a
href=
"/news.html"
>
动态新闻
<br>
NEWS
</a>
<a
href=
"/news.html"
>
动态新闻
</a>
</li>
</li>
<li
data-index=
"3"
>
<li>
<a
href=
"/contact.html"
>
联系我们
<br>
CONTACT
</a>
<a
href=
"/contact.html"
>
联系我们
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -44,7 +44,6 @@
...
@@ -44,7 +44,6 @@
<div
class=
"main"
>
<div
class=
"main"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<img
src=
"images/lihan.jpg"
alt=
"banner"
/>
<img
src=
"images/lihan.jpg"
alt=
"banner"
/>
<h1>
禮樂春秋環保夢
瀚海沉浮金融心
</h1>
</div>
</div>
<div
class=
"lihan"
>
<div
class=
"lihan"
>
<div
class=
"lihan-box"
>
<div
class=
"lihan-box"
>
...
@@ -106,7 +105,10 @@
...
@@ -106,7 +105,10 @@
<div
class=
"footer"
>
<div
class=
"footer"
>
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"address-phone"
>
<div
class=
"address-phone"
>
<address>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<address>
<i
class=
"iconfont icon-dizhi"
></i>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<br/>
<br/>
<span
class=
"phone"
>
<span
class=
"phone"
>
<i
class=
"iconfont icon-phone"
></i>
<i
class=
"iconfont icon-phone"
></i>
...
...
src/pages/news/news.html
View file @
af4cb551
...
@@ -15,11 +15,11 @@
...
@@ -15,11 +15,11 @@
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"header-box"
>
<div
class=
"header-box"
>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
data-index=
"0"
>
<li>
<a
href=
"/"
>
首页
<br>
HOME
</a>
<a
href=
"/"
>
首页
</a>
</li>
</li>
<li
data-index=
"1
"
>
<li
class=
"company
"
>
<a
href=
"javascript:;"
>
公司介绍
<br>
COMPANY
</a>
<a
href=
"javascript:;"
>
公司介绍
</a>
<div
class=
"introduce"
>
<div
class=
"introduce"
>
<div
class=
"left fl"
>
<div
class=
"left fl"
>
<a
href=
"/about.html"
>
关于礼瀚
</a>
<a
href=
"/about.html"
>
关于礼瀚
</a>
...
@@ -35,11 +35,11 @@
...
@@ -35,11 +35,11 @@
</p>
</p>
</div>
</div>
</li>
</li>
<li
class=
'active'
data-index=
"2"
>
<li
class=
'active'
>
<a
href=
"/news.html"
>
动态新闻
<br>
NEWS
</a>
<a
href=
"/news.html"
>
动态新闻
</a>
</li>
</li>
<li
data-index=
"3"
>
<li>
<a
href=
"/contact.html"
>
联系我们
<br>
CONTACT
</a>
<a
href=
"/contact.html"
>
联系我们
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -70,8 +70,14 @@
...
@@ -70,8 +70,14 @@
<div
class=
"footer"
>
<div
class=
"footer"
>
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"address-phone"
>
<div
class=
"address-phone"
>
<address>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address><br/>
<address>
<span
class=
"phone"
><i></i>
+86-0571-8773151
</span>
<i
class=
"iconfont icon-dizhi"
></i>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<br/>
<span
class=
"phone"
>
<i
class=
"iconfont icon-phone"
></i>
+86-0571-8773151
</span>
</div>
</div>
</div>
</div>
<div
class=
"bottom"
>
浙备案号: 浙ICP 13006995号 2016. All right reserved.
</div>
<div
class=
"bottom"
>
浙备案号: 浙ICP 13006995号 2016. All right reserved.
</div>
...
...
src/pages/team/team.html
View file @
af4cb551
...
@@ -14,11 +14,11 @@
...
@@ -14,11 +14,11 @@
<div
class=
"header"
>
<div
class=
"header"
>
<div
class=
"header-box"
>
<div
class=
"header-box"
>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li
data-index=
"0"
>
<li>
<a
href=
"/"
>
首页
<br/>
HOME
</a>
<a
href=
"/"
>
首页
</a>
</li>
</li>
<li
class=
'active
'
data-index=
"1"
>
<li
class=
'active
company'
>
<a
href=
"javascript:;"
>
公司介绍
<br>
COMPANY
</a>
<a
href=
"javascript:;"
>
公司介绍
</a>
<div
class=
"introduce"
>
<div
class=
"introduce"
>
<div
class=
"left fl"
>
<div
class=
"left fl"
>
<a
href=
"/about.html"
>
关于礼瀚
</a>
<a
href=
"/about.html"
>
关于礼瀚
</a>
...
@@ -34,11 +34,11 @@
...
@@ -34,11 +34,11 @@
</p>
</p>
</div>
</div>
</li>
</li>
<li
data-index=
"2"
>
<li>
<a
href=
"/news.html"
>
动态新闻
<br/>
NEWS
</a>
<a
href=
"/news.html"
>
动态新闻
</a>
</li>
</li>
<li
data-index=
"3"
>
<li>
<a
href=
"/contact.html"
>
联系我们
<br/>
CONTACT
</a>
<a
href=
"/contact.html"
>
联系我们
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
...
@@ -67,10 +67,6 @@
...
@@ -67,10 +67,6 @@
<div>
<div>
<div
class=
"left-pic fl"
>
<div
class=
"left-pic fl"
>
<img
alt=
""
/>
<img
alt=
""
/>
<div>
<h2></h2>
<p></p>
</div>
</div>
</div>
<div
class=
"right-content fl"
>
<div
class=
"right-content fl"
>
<div>
<div>
...
@@ -86,7 +82,10 @@
...
@@ -86,7 +82,10 @@
<div
class=
"footer"
>
<div
class=
"footer"
>
<div
class=
"top"
>
<div
class=
"top"
>
<div
class=
"address-phone"
>
<div
class=
"address-phone"
>
<address>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<address>
<i
class=
"iconfont icon-dizhi"
></i>
浙江.杭州市玉皇山基金小镇甘水巷150号
</address>
<br/>
<br/>
<span
class=
"phone"
>
<span
class=
"phone"
>
<i
class=
"iconfont icon-phone"
></i>
<i
class=
"iconfont icon-phone"
></i>
...
...
src/pages/team/team.js
View file @
af4cb551
...
@@ -9,6 +9,13 @@ import "./team.html";
...
@@ -9,6 +9,13 @@ import "./team.html";
//团队数据
//团队数据
const
teamData
=
[
const
teamData
=
[
{
name
:
'杨媛'
,
job
:
'总经理'
,
desc
:
'法学专业,12年金融从业经验。熟悉证券、基金、银行、保险金融业务。具有金融公司运营、管理经验,熟悉相关政策和法规。<br/>擅长私募基金项目开发,股权、债券等产品设计,销售渠道开发。具有基金业从业资格。'
,
largeImg
:
require
(
'./images/yangyuan.png'
),
smallImg
:
require
(
'./images/yangyuan-small.jpg'
)
},
{
{
name
:
'葛健斌'
,
name
:
'葛健斌'
,
job
:
'副总经理'
,
job
:
'副总经理'
,
...
@@ -17,11 +24,11 @@ const teamData = [
...
@@ -17,11 +24,11 @@ const teamData = [
smallImg
:
require
(
'./images/gejianbin-small.jpg'
)
smallImg
:
require
(
'./images/gejianbin-small.jpg'
)
},
},
{
{
name
:
'
杨媛
'
,
name
:
'
刘川
'
,
job
:
'
总经理
'
,
job
:
'
环保能源事业部副总
'
,
desc
:
'
法学专业,12年金融从业经验。熟悉证券、基金、银行、保险金融业务。具有金融公司运营、管理经验,熟悉相关政策和法规。<br/>擅长私募基金项目开发,股权、债券等产品设计,销售渠道开发。具有基金业从业资格
。'
,
desc
:
'
刘川先生毕业于浙江财经大学,中国注册会计师。<br/>近6年证券业相关单位从业经验,曾任天健会计师事务所项目经理、国信证券投行部项目经理,主要参与过海正药业、升华拜克、兔宝宝等上市公司的年报审计、并购重组及IPO等事项。<br/>2016年加入杭州礼瀚,公司环保能源产业事业部主要成员
。'
,
largeImg
:
require
(
'./images/
yangy
uan.png'
),
largeImg
:
require
(
'./images/
liuch
uan.png'
),
smallImg
:
require
(
'./images/
yangy
uan-small.jpg'
)
smallImg
:
require
(
'./images/
liuch
uan-small.jpg'
)
},
},
{
{
name
:
'吴霄薇'
,
name
:
'吴霄薇'
,
...
@@ -37,13 +44,6 @@ const teamData = [
...
@@ -37,13 +44,6 @@ const teamData = [
largeImg
:
require
(
'./images/luohangting.png'
),
largeImg
:
require
(
'./images/luohangting.png'
),
smallImg
:
require
(
'./images/luohangting-small.jpg'
)
smallImg
:
require
(
'./images/luohangting-small.jpg'
)
},
},
{
name
:
'刘川'
,
job
:
'环保能源事业部副总'
,
desc
:
'刘川先生毕业于浙江财经大学,中国注册会计师。<br/>近6年证券业相关单位从业经验,曾任天健会计师事务所项目经理、国信证券投行部项目经理,主要参与过海正药业、升华拜克、兔宝宝等上市公司的年报审计、并购重组及IPO等事项。<br/>2016年加入杭州礼瀚,公司环保能源产业事业部主要成员。'
,
largeImg
:
require
(
'./images/liuchuan.png'
),
smallImg
:
require
(
'./images/liuchuan-small.jpg'
)
},
{
{
name
:
'吴炜'
,
name
:
'吴炜'
,
job
:
'财务经理'
,
job
:
'财务经理'
,
...
@@ -71,16 +71,13 @@ export default function() {
...
@@ -71,16 +71,13 @@ export default function() {
<li class="partner-pic fl">
<li class="partner-pic fl">
<img src="
${
value
.
smallImg
}
" alt="">
<img src="
${
value
.
smallImg
}
" alt="">
<h2>
${
value
.
name
}
${
value
.
job
}
</h2>
<h2>
${
value
.
name
}
${
value
.
job
}
</h2>
<div class="icon">
<i class="wechat iconfont icon-weixin"></i>
</div>
</li>
</li>
`
);
`
);
return
arr
;
return
arr
;
},
[]);
},
[]);
$
(
'.team .detail'
).
html
(
lis
[
0
]
+
lis
[
1
]
+
lis
[
2
]);
$
(
'.team .detail'
).
html
(
lis
[
0
]
+
lis
[
1
]
+
lis
[
2
]);
lis
.
splice
(
0
,
3
);
$
(
'.introduce-main .list'
).
html
(
lis
.
join
(
''
));
$
(
'.introduce-main .list'
).
html
(
lis
.
join
(
''
));
...
...
src/pages/team/team.less
View file @
af4cb551
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
display: block;
display: block;
}
}
.partner-pic {
.partner-pic {
padding: 32px 0
0
0;
padding: 32px 0
50px
0;
background-color: #fff;
background-color: #fff;
& > img {
& > img {
display: inline-block;
display: inline-block;
...
@@ -19,19 +19,10 @@
...
@@ -19,19 +19,10 @@
border-radius: 50%;
border-radius: 50%;
}
}
& > h2 {
& > h2 {
margin: 20px 0 0 0;
font-size: 16px;
font-size: 16px;
font-weight: normal;
font-weight: normal;
}
}
.icon {
padding: 10px 0;
background-color: #e8eff1;
}
&:hover .icon {
background-color: #ffac55;
.wechat:before {
color: #fff;
}
}
}
}
.boss {
.boss {
& > i {
& > i {
...
@@ -192,18 +183,6 @@
...
@@ -192,18 +183,6 @@
height: 300px;
height: 300px;
z-index: 0;
z-index: 0;
}
}
& > div {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
& > h2 {
margin: 230px 0 0 0;
font-size: 20px;
font-weight: normal;
}
}
}
}
.right-content {
.right-content {
width: 53%;
width: 53%;
...
...
src/styles/common.less
View file @
af4cb551
...
@@ -55,6 +55,22 @@
...
@@ -55,6 +55,22 @@
float: left;
float: left;
padding: 0 30px 8px 30px;
padding: 0 30px 8px 30px;
text-align: center;
text-align: center;
&:nth-child(1) > a:after{
content: 'HOME';
display: block;
}
&:nth-child(2) > a:after{
content: 'COMPANY';
display: block;
}
&:nth-child(3) > a:after{
content: 'NEWS';
display: block;
}
&:nth-child(4) > a:after{
content: 'CONTACT';
display: block;
}
& > a {
& > a {
color: #fca960;
color: #fca960;
font-size: 18px;
font-size: 18px;
...
@@ -130,9 +146,22 @@
...
@@ -130,9 +146,22 @@
background: url(../images/logo-footer.png) no-repeat;
background: url(../images/logo-footer.png) no-repeat;
font-size: 16px;
font-size: 16px;
color: #777;
color: #777;
.iconfont.icon-phone {
& > address {
position: relative;
font-style: normal;
top: -2px;
}
.iconfont {
display: inline-block;
width: 30px;
&.icon-phone {
position: relative;
top: -2px;
left: 5px;
}
&.icon-dizhi {
position: relative;
top: -33px;
font-size: 27px;
}
}
}
}
}
}
}
...
...
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