2017-11-27 15:36:58 +08:00
|
|
|
@import './colors';
|
|
|
|
|
2019-03-31 20:34:16 +08:00
|
|
|
@padding-space: 40px;
|
2017-11-27 15:36:58 +08:00
|
|
|
|
2016-03-01 14:19:50 +08:00
|
|
|
footer {
|
|
|
|
position: relative;
|
2019-01-04 22:44:18 +08:00
|
|
|
z-index: 9;
|
2019-02-15 10:48:07 +08:00
|
|
|
clear: both;
|
2018-12-24 15:59:59 +08:00
|
|
|
margin-left: -1px;
|
2019-03-24 23:39:45 +08:00
|
|
|
color: rgba(255, 255, 255, 0.4);
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: 14px;
|
|
|
|
background-color: #000;
|
2018-12-24 15:59:59 +08:00
|
|
|
|
2019-03-24 23:39:45 +08:00
|
|
|
.footer-wrap {
|
|
|
|
position: relative;
|
2019-03-31 20:34:16 +08:00
|
|
|
padding: 60px @padding-space;
|
2017-11-27 15:36:58 +08:00
|
|
|
text-align: center;
|
2019-03-24 23:39:45 +08:00
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
|
|
|
|
|
2017-11-27 15:36:58 +08:00
|
|
|
.footer-center {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
2019-04-16 11:32:03 +08:00
|
|
|
|
2017-02-21 12:07:28 +08:00
|
|
|
> h2 {
|
2019-02-15 10:48:07 +08:00
|
|
|
position: relative;
|
2017-11-27 15:36:58 +08:00
|
|
|
margin: 0 auto 24px;
|
2017-02-21 12:07:28 +08:00
|
|
|
font-weight: 500;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: 16px;
|
2017-11-29 00:08:48 +08:00
|
|
|
|
|
|
|
> .title-icon {
|
|
|
|
width: 27px;
|
|
|
|
margin-right: 16px;
|
|
|
|
}
|
2017-02-21 12:07:28 +08:00
|
|
|
> .anticon {
|
|
|
|
position: absolute;
|
|
|
|
top: 3px;
|
2019-02-15 10:48:07 +08:00
|
|
|
left: -22px;
|
2017-02-21 12:07:28 +08:00
|
|
|
color: #aaa;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-size: 16px;
|
2017-02-21 12:07:28 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
> div {
|
2017-11-27 15:36:58 +08:00
|
|
|
margin: 12px 0;
|
2019-03-24 23:39:45 +08:00
|
|
|
|
|
|
|
> span {
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
2017-11-27 15:36:58 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-03-24 23:39:45 +08:00
|
|
|
|
2017-11-27 15:36:58 +08:00
|
|
|
.bottom-bar {
|
|
|
|
margin: 0;
|
2019-02-15 10:48:07 +08:00
|
|
|
padding: 16px @padding-space;
|
2018-01-09 15:38:06 +08:00
|
|
|
overflow: hidden;
|
2018-05-15 12:39:05 +08:00
|
|
|
font-size: 16px;
|
2019-02-15 10:48:07 +08:00
|
|
|
font-family: Avenir, @font-family, sans-serif;
|
|
|
|
line-height: 32px;
|
|
|
|
text-align: center;
|
2019-01-30 21:54:43 +08:00
|
|
|
|
2017-11-27 15:36:58 +08:00
|
|
|
a {
|
2018-05-15 12:39:05 +08:00
|
|
|
margin-left: 4px;
|
2019-02-15 10:48:07 +08:00
|
|
|
color: rgba(255, 255, 255, 0.65);
|
2017-11-27 15:36:58 +08:00
|
|
|
&:hover {
|
|
|
|
color: #fff;
|
2017-02-21 12:07:28 +08:00
|
|
|
}
|
|
|
|
}
|
2017-11-28 17:01:41 +08:00
|
|
|
.translate-button {
|
2017-11-27 15:36:58 +08:00
|
|
|
text-align: left;
|
|
|
|
}
|
2018-05-15 12:39:05 +08:00
|
|
|
.heart {
|
|
|
|
color: #f73f51;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
2017-02-21 12:07:28 +08:00
|
|
|
}
|
2018-01-09 15:38:06 +08:00
|
|
|
a {
|
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
& > span {
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
}
|
|
|
|
}
|
2016-03-17 15:46:07 +08:00
|
|
|
}
|