3481 lines
71 KiB
CSS
Executable File
3481 lines
71 KiB
CSS
Executable File
/*!/css/app.scss*/
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
a, abbr, acronym, address, big, cite, code,
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
b, u, i, center,
|
|
dl, dt, dd, ol, ul, li,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
article, aside, canvas, details, embed,
|
|
figure, figcaption, footer, header, hgroup,
|
|
menu, nav, output, ruby, section, summary,
|
|
time, mark, audio, video {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font: inherit;
|
|
font-size: 100%;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
html {
|
|
line-height: 1;
|
|
}
|
|
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
caption, th, td {
|
|
text-align: left;
|
|
font-weight: normal;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
q, blockquote {
|
|
quotes: none;
|
|
}
|
|
|
|
q:before, q:after, blockquote:before, blockquote:after {
|
|
content: "";
|
|
content: none;
|
|
}
|
|
|
|
a img {
|
|
border: none;
|
|
}
|
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
|
|
display: block;
|
|
}
|
|
|
|
body {
|
|
font: 14px/1.4286 arial,"Microsoft Yahei";
|
|
color: #333;
|
|
}
|
|
|
|
button{
|
|
font: 14px/1.4286 arial,"Microsoft Yahei";
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
input {
|
|
outline: none;
|
|
}
|
|
|
|
.fl {
|
|
float: left;
|
|
}
|
|
|
|
.fr {
|
|
float: right;
|
|
}
|
|
|
|
.clearfix:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
/*IOS下移除按钮原生样式*/
|
|
input[type=button],input[type=submit]{
|
|
-webkit-appearance:none;
|
|
outline:none
|
|
}
|
|
strong{
|
|
font-weight: bold
|
|
}
|
|
#wrapper {
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 0;
|
|
bottom: 0.9rem;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
-moz-transform: translateX(-50%);
|
|
-ms-transform: translateX(-50%);
|
|
-o-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 100%;
|
|
max-width: 640px;
|
|
background: #f3f3f3;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#wrapper.uc {
|
|
position: static;
|
|
z-index: 1;
|
|
top: 0;
|
|
padding-bottom: 1.1rem;
|
|
left: 0;
|
|
-webkit-transform: translateX(0);
|
|
-moz-transform: translateX(0);
|
|
-ms-transform: translateX(0);
|
|
-o-transform: translateX(0);
|
|
transform: translateX(0);
|
|
width: 100%;
|
|
max-width: 640px;
|
|
background: #f3f3f3;
|
|
overflow: hidden;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#scroller {
|
|
position: absolute;
|
|
z-index: 1;
|
|
-webkit-tap-highlight-color: transparent;
|
|
width: 100%;
|
|
-webkit-transform: translateZ(0);
|
|
-moz-transform: translateZ(0);
|
|
-ms-transform: translateZ(0);
|
|
-o-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-text-size-adjust: none;
|
|
-moz-text-size-adjust: none;
|
|
-ms-text-size-adjust: none;
|
|
-o-text-size-adjust: none;
|
|
text-size-adjust: none;
|
|
}
|
|
|
|
#scroller.uc {
|
|
position: static;
|
|
}
|
|
|
|
.content {
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'iconfont';
|
|
src: url("//at.alicdn.com/t/font_1467954635_0371335.eot");
|
|
/* IE9*/
|
|
src: url("//at.alicdn.com/t/font_1467954635_0371335.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1467954635_0371335.woff") format("woff"), url("//at.alicdn.com/t/font_1467954635_0371335.ttf") format("truetype"), url("//at.alicdn.com/t/font_1467954635_0371335.svg#iconfont") format("svg");
|
|
/* iOS 4.1- */
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont";
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.no-margin {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.tabBox-more {
|
|
color: #8c8c8c;
|
|
font-size: 0.24rem;
|
|
text-align: center;
|
|
padding: 0.2rem 0 0.2rem;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.tabBox-more i {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
overflow: hidden;
|
|
border-width: 0.1rem;
|
|
border-style: solid;
|
|
vertical-align: 0.02rem;
|
|
margin-left: 0.1rem;
|
|
border-color: transparent transparent #8c8c8c transparent;
|
|
}
|
|
|
|
.target-strip {
|
|
width: 100%;
|
|
height: 0.1rem;
|
|
background-color: #ededed;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.target-strip i {
|
|
display: block;
|
|
width: 40%;
|
|
background-color: #d4454b;
|
|
height: 100%;
|
|
}
|
|
|
|
.page {
|
|
text-align: center;
|
|
padding: 0.35rem 0;
|
|
}
|
|
|
|
.page a {
|
|
display: inline-block;
|
|
width: 20px;
|
|
height: 20px;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
color: #333;
|
|
border: 1px solid #d6d6d6;
|
|
}
|
|
|
|
.page a.on {
|
|
color: #fff;
|
|
background-color: #c9151e;
|
|
border-color: #c9151e;
|
|
}
|
|
|
|
.page a:first-of-type, .page a:last-of-type {
|
|
width: auto;
|
|
height: auto;
|
|
border: none;
|
|
}
|
|
|
|
.btn-a {
|
|
line-height: 0.65rem;
|
|
font-size: 0.28rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 0.05rem;
|
|
background-color: #c9151e;
|
|
display: block;
|
|
border: none;
|
|
width: 100%;
|
|
}
|
|
|
|
.text-align {
|
|
text-align: center;
|
|
}
|
|
|
|
.color-black {
|
|
color: #333 !important;
|
|
}
|
|
|
|
.bdshare-button-style2-16 a {
|
|
display: block !important;
|
|
margin: 0.15rem 0.2rem 0 0 !important;
|
|
}
|
|
|
|
.erweima {
|
|
text-align: center;
|
|
background-color: #fff;
|
|
/*margin-top: 0.15rem;*/
|
|
margin-bottom: 0.4rem;
|
|
padding: 0.25rem 0;
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.erweima img {
|
|
outline: 1px solid #dedede;
|
|
outline-offset: 0.1rem;
|
|
width: 108px;
|
|
height: 108px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.erweima p {
|
|
font-size: 14px;
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.i-erweima {
|
|
text-align: center;
|
|
background-color: #fff;
|
|
margin-top: 0.15rem;
|
|
margin-bottom: 0.4rem;
|
|
padding: 0.25rem 0.15rem 0.15rem;
|
|
}
|
|
|
|
.i-erweima img {
|
|
outline: 1px solid #dedede;
|
|
outline-offset: 0.1rem;
|
|
width: 108px;
|
|
height: 108px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.i-erweima p {
|
|
font-size: 14px;
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.whauto {
|
|
width: auto !important;
|
|
height: auto !important;
|
|
}
|
|
|
|
.wbox {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.wbox img {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
margin-right: 0.15rem;
|
|
}
|
|
|
|
.no-padding {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.a {
|
|
background: url(../images/sprite/add-card.gif?__sprite);
|
|
width: 9px;
|
|
height: 9px;
|
|
}
|
|
|
|
.b {
|
|
background: url(../images/sprite/add-card2.gif?__sprite);
|
|
width: 19px;
|
|
height: 19px;
|
|
}
|
|
|
|
body, html {
|
|
max-width: 640px;
|
|
margin: auto;
|
|
}
|
|
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
/* index begin */
|
|
.cumulative {
|
|
/* margin: 13px 0 18px;*/
|
|
margin: 0.26rem 0 0.34rem;
|
|
}
|
|
|
|
.cumulative-l, .cumulative-r {
|
|
border-radius: 0.05rem;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.cumulative-l {
|
|
width: 2.3rem;
|
|
height: 2rem;
|
|
background-color: #fff;
|
|
padding: .25rem 0.14rem 0;
|
|
}
|
|
|
|
.cumulative-l p {
|
|
font-size: 0.2rem;
|
|
}
|
|
|
|
.cumulative-l .num-days {
|
|
font-size: 0;
|
|
margin-top: 0.1rem;
|
|
}
|
|
|
|
.cumulative-l .num-days i {
|
|
font-size: 0.6rem;
|
|
display: inline-block;
|
|
background-color: #c9151e;
|
|
color: #fff;
|
|
margin-right: 0.05rem;
|
|
border-radius: 0.05rem;
|
|
}
|
|
|
|
.cumulative-l .num-days span {
|
|
font-size: 0.2rem;
|
|
display: inline-block;
|
|
margin-left: 0.05rem;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.cumulative-r {
|
|
width: 3.2rem;
|
|
height: 2rem;
|
|
background-color: #c9151e;
|
|
padding: 0.2rem 0 0 0.5rem;
|
|
color: #fff;
|
|
}
|
|
|
|
.cumulative-r p {
|
|
font-size: 0.2rem;
|
|
}
|
|
|
|
.cumulative-r strong {
|
|
font-weight: bold;
|
|
font-size: 0.38rem;
|
|
}
|
|
|
|
.num-projects {
|
|
background-color: #fff;
|
|
height: 2.56rem;
|
|
padding: 0.21rem 0 0;
|
|
}
|
|
|
|
.num-projects-l, .num-projects-r {
|
|
width: 50%;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.num-projects-l h3, .num-projects-r h3 {
|
|
font-size: 0.7rem;
|
|
}
|
|
|
|
.num-projects-l p, .num-projects-r p {
|
|
font-size: 0.24rem;
|
|
}
|
|
.num-projects-l a, .num-projects-r a{
|
|
font-size: 0.28rem;
|
|
color: #c9151e;
|
|
}
|
|
.num-projects-l a.btn, .num-projects-r a.btn{
|
|
display: inline-block;
|
|
border: 0.03rem solid #c9151e;
|
|
font-size: 0.28rem;
|
|
color: #c9151e;
|
|
width: 1.75rem;
|
|
height: 0.55rem;
|
|
line-height: 0.55rem;
|
|
border-radius: 0.05rem;
|
|
margin-top: 0.15rem;
|
|
}
|
|
.num-projects-l {
|
|
border-right: 1px solid #eaeaea;
|
|
}
|
|
|
|
.introduce-list {
|
|
background-color: #f9f9f9;
|
|
padding: 0.16rem;
|
|
margin-top: 0.4rem;
|
|
}
|
|
|
|
.introduce-list li {
|
|
float: left;
|
|
width: 25%;
|
|
text-align: center;
|
|
}
|
|
|
|
.introduce-list li a {
|
|
display: block;
|
|
color: #333;
|
|
}
|
|
|
|
.introduce-list li p {
|
|
font-size: 0.26rem;
|
|
}
|
|
|
|
.introduce-list li i {
|
|
display: inline-block;
|
|
width: 35px;
|
|
height: 35px;
|
|
}
|
|
|
|
.introduce-list li:nth-child(1) i {background-repeat: no-repeat;}
|
|
|
|
.introduce-list li:nth-child(2) i {background-repeat: no-repeat;}
|
|
|
|
.introduce-list li:nth-child(3) i {background-repeat: no-repeat;}
|
|
|
|
.introduce-list li:nth-child(4) i {background-repeat: no-repeat;}
|
|
|
|
.cooperative {
|
|
background-color: #fff;
|
|
/*margin-top: 0.85rem;*/
|
|
margin-top: 0.7rem;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
|
|
.cooperative ul {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.cooperative ul li {
|
|
margin: 0 0 0 15px !important;
|
|
text-align: center;
|
|
}
|
|
.cooperative .swiper-slide{
|
|
height: 80px;
|
|
line-height: 80px;
|
|
}
|
|
|
|
/* index end */
|
|
/* 活动公告 begin */
|
|
.big-picture img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.announcement-details {
|
|
background-color: #fff;
|
|
margin-bottom: 0.1rem;
|
|
padding: 0.2rem 0;
|
|
}
|
|
|
|
.announcement-details h2 {
|
|
font-size: 0.32rem;
|
|
padding: 0.2rem 15px 0.1rem;
|
|
}
|
|
|
|
.announcement-details .time-day {
|
|
color: #666;
|
|
font-size: 0.2rem;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
padding: 0 15px 0.2rem;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.announcement-details .time-day span {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
|
|
.announcement-details .time-day span i {
|
|
display: inline-block;
|
|
margin-right: 0.05rem;
|
|
}
|
|
|
|
.announcement-details img {
|
|
display: block;
|
|
width: 100%;
|
|
margin: 0.1rem 0;
|
|
}
|
|
|
|
.announcement-details p {
|
|
color: #7e7e7e;
|
|
font-size: 14px;
|
|
line-height: 2;
|
|
}
|
|
|
|
.announcement-details dl {
|
|
text-align: left;
|
|
}
|
|
|
|
.announcement-details dl dt, .announcement-details dl dd {
|
|
padding-left: 0.35rem;
|
|
}
|
|
|
|
.announcement-details dl dt {
|
|
border-left: 2px solid #c9151e;
|
|
}
|
|
|
|
.announcement-details .news-container {
|
|
padding: 0 15px;
|
|
margin-bottom: 0.6rem;
|
|
}
|
|
|
|
.announcement-details .news-container img {
|
|
margin: 0.15rem 0;
|
|
max-width: 100%;
|
|
height: auto!important;
|
|
}
|
|
|
|
/* 活动公告 end */
|
|
/* 项目中心 begin */
|
|
.project-center {
|
|
margin-top: 0.2rem;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.project-title {
|
|
height: 0.9rem;
|
|
line-height: 0.9rem;
|
|
border-left: 0.07rem solid #c9151e;
|
|
border-top: 1px solid #eee;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.project-title h2 {
|
|
font-size: 0.28rem;
|
|
color: #c9151e;
|
|
}
|
|
|
|
.project-title a {
|
|
width: 1.95rem;
|
|
height: 0.6rem;
|
|
line-height: 0.6rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 0.24rem;
|
|
background-color: #c9151e;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-top: 0.15rem;
|
|
border-radius: 0.05rem;
|
|
}
|
|
|
|
.project-title a i {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
margin-right: 0.05rem;
|
|
}
|
|
|
|
.project-region {
|
|
padding: 0 15px;
|
|
border-top: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.project-region-l {
|
|
color: #333;
|
|
font-size: 0.24rem;
|
|
width: 30%;
|
|
box-sizing: border-box;
|
|
border-right: 1px solid #eee;
|
|
padding-left: 0.1rem;
|
|
}
|
|
.project-region-l i {
|
|
display: inline-block;
|
|
width: 0;
|
|
height: 0;
|
|
overflow: hidden;
|
|
border-width: 0.1rem;
|
|
border-style: solid;
|
|
border-color: transparent transparent #818181 transparent;
|
|
vertical-align: 0.03rem;
|
|
margin-left: 0.1rem;
|
|
}
|
|
|
|
.project-region-l select{
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 0.24rem;
|
|
border: none;
|
|
background: transparent
|
|
}
|
|
.project-region-l, .project-region-r {
|
|
height: 0.68rem;
|
|
line-height: 0.68rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.project-region-r {
|
|
position: relative;
|
|
width: 70%;
|
|
}
|
|
|
|
.project-region-r input {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
font-size: 14px;
|
|
color: #333;
|
|
text-indent: 5px;
|
|
padding-right: 1rem;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.project-region-r button {
|
|
border: none;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 1rem;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.project-region-r button i {
|
|
color: #7d7d86;
|
|
}
|
|
|
|
.project-item {
|
|
padding: 15px 15px 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.project-item li {
|
|
padding-bottom: 0.2rem;
|
|
margin-bottom: 0.2rem;
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
|
|
.project-item li a {
|
|
display: block;
|
|
overflow: hidden;
|
|
color: #5c5c5c;
|
|
}
|
|
|
|
.project-item .project-item-l {
|
|
float: left;
|
|
width: 30%;
|
|
}
|
|
|
|
.project-item .project-item-l img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.project-item .project-item-l.on {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.project-item .project-item-l.on:after {
|
|
content: '明星项目';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0.35rem;
|
|
line-height: 0.35rem;
|
|
color: #fff;
|
|
font-size: 0.18rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: #c9151e;
|
|
}
|
|
|
|
.project-item .project-item-r {
|
|
float: right;
|
|
width: 67%;
|
|
}
|
|
|
|
.project-item .project-item-r h3 {
|
|
color: #c9151e;
|
|
font-size: 0.24rem;
|
|
}
|
|
|
|
.project-item .project-item-r .target {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.project-item .project-item-r .target span {
|
|
font-size: 0.24rem;
|
|
}
|
|
|
|
.project-item .project-item-r font {
|
|
color: #d4454b;
|
|
}
|
|
|
|
.project-item .project-item-r .in-total {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.project-item .project-item-r i {
|
|
color: #b2b2b2;
|
|
margin-right: 0.1rem;
|
|
}
|
|
|
|
.project-details h2.title {
|
|
height: 0.5rem;
|
|
line-height: 0.5rem;
|
|
color: #fff;
|
|
font-size: 0.26rem;
|
|
background-color: #c9151e;
|
|
padding: 0.1rem 15px 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.project-details .project-details-1 {
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
overflow: hidden;
|
|
padding-top: 0.2rem;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.project-details p.p1, .project-details .share {
|
|
line-height: 0.65rem;
|
|
height: 0.65rem;
|
|
border-top: 1px solid #e5e5e5;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.project-details .ranks {
|
|
background-color: #fff;
|
|
padding: 0 15px;
|
|
margin-top: 0.2rem;
|
|
border-top: 1px solid #e5e5e5;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
padding-bottom: 0.2rem;
|
|
}
|
|
|
|
.project-details .ranks h3 {
|
|
font-size: 0.24rem;
|
|
color: #333;
|
|
padding: 0.25rem 0 0.3rem;
|
|
}
|
|
|
|
.project-details .ranks li {
|
|
width: 1.2rem;
|
|
float: left;
|
|
margin-right: 0.2rem;
|
|
}
|
|
|
|
.project-details .ranks li img {
|
|
width: 0.8rem;
|
|
height: 0.8rem;
|
|
/* width: 40px;
|
|
height: 40px; */
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.project-details .ranks a {
|
|
font-size: 14px;
|
|
text-align: center;
|
|
color: #666;
|
|
background-image: url(../images/ranksicon.png);
|
|
background-repeat: no-repeat;
|
|
background-position: right 0.4rem;
|
|
background-size: 7.5px 15.5px;
|
|
display: block;
|
|
}
|
|
|
|
.project-details .ranks a p {
|
|
margin-top: 0.1rem;
|
|
}
|
|
|
|
.project-details .ranks a li:first-of-type {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.project-details-target {
|
|
overflow: hidden;
|
|
padding: 0.15rem 0;
|
|
}
|
|
|
|
.project-details-target > div {
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
padding-left: 0.3rem;
|
|
}
|
|
|
|
.project-details-target > div span {
|
|
color: #c9151e;
|
|
font-weight: bold;
|
|
font-size: 0.28rem;
|
|
}
|
|
|
|
.project-details-target > div:nth-child(1) {
|
|
width: 35%;
|
|
border-right: 1px solid #e5e5e5;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.project-details-target > div:nth-child(2) {
|
|
width: 35%;
|
|
border-right: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.project-details-target > div:nth-child(3) {
|
|
width: 30%;
|
|
}
|
|
|
|
.team-support {
|
|
padding: 0 15px 0.1rem;
|
|
margin-top: 0.2rem;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.team-support li {
|
|
background-image: url(../images/ranksicon.png);
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
background-size: 7.5px 15.5px;
|
|
border-bottom: 1px solid #f5f5f5;
|
|
margin-bottom: 0.2rem;
|
|
padding-top: 0.2rem;
|
|
}
|
|
|
|
.team-support li:after {
|
|
content: '';
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.team-support li a {
|
|
color: #333;
|
|
display: block;
|
|
}
|
|
|
|
.team-support .team-support-l {
|
|
width: 40%;
|
|
float: left;
|
|
}
|
|
|
|
.team-support .team-support-l img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.team-support .team-support-r {
|
|
width: 57%;
|
|
float: right;
|
|
line-height: 0.4rem;
|
|
}
|
|
|
|
.team-support .team-support-r h2 {
|
|
font-size: 0.24rem;
|
|
color: #333;
|
|
margin-top: .1rem;
|
|
}
|
|
|
|
.team-support .team-support-r p {
|
|
font-size: 12px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.team-support .team-support-r p font {
|
|
font-size: 0.24rem;
|
|
color: #c9151e;
|
|
}
|
|
|
|
.team-support .team-support-r p span {
|
|
color: #666;
|
|
font-size: 0.24rem;
|
|
}
|
|
|
|
.num-donation {
|
|
margin-bottom: 0.2rem;
|
|
margin-top: 0.2rem;
|
|
}
|
|
|
|
.num-donation .donation-search {
|
|
background-color: #ffffff;
|
|
padding: 0.2rem 15px;
|
|
position: relative;
|
|
}
|
|
|
|
.num-donation .donation-search input {
|
|
height: 0.6rem;
|
|
border-radius: 0.05rem;
|
|
background-color: #f3f3f3;
|
|
color: #333;
|
|
font-size: 0.24rem;
|
|
width: 100%;
|
|
border: none;
|
|
padding-left: 0.1rem;
|
|
}
|
|
|
|
.num-donation .donation-search button {
|
|
position: absolute;
|
|
right: 10px;
|
|
width: 0.35rem;
|
|
color: #797882;
|
|
height: 0.6rem;
|
|
line-height: 0.6rem;
|
|
border: none;
|
|
width: 40px;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.num-donation table {
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.num-donation table td {
|
|
padding: 0.2rem 0.4rem;
|
|
}
|
|
|
|
.num-donation table thead td {
|
|
color: #fff;
|
|
background-color: #c9151e;
|
|
font-size: 0.26rem;
|
|
}
|
|
|
|
.num-donation table tbody td {
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
border-bottom: 1px solid #ededed;
|
|
}
|
|
|
|
.num-donation table tbody td:last-of-type {
|
|
color: #c9151e;
|
|
}
|
|
|
|
/* 项目中心 end */
|
|
/* 申请协议 begin */
|
|
.tianxie-title {
|
|
color: #333;
|
|
font-size: 0.28rem;
|
|
border-left: 2px solid #c9151e;
|
|
padding: 0 15px;
|
|
line-height: 0.8rem;
|
|
background-color: #fff;
|
|
margin: 0.15rem 0;
|
|
}
|
|
|
|
.tianxie-title a {
|
|
width: 2rem !important;
|
|
height: 0.6rem !important;
|
|
margin-top: 0.1rem;
|
|
}
|
|
|
|
.tianxie-title a i {
|
|
margin-right: 0.05rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.application-agreement .text-content {
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
margin: 10px 0;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.application-agreement .text-content p {
|
|
font-size: 14px;
|
|
color: #666666;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.application-agreement .text-content p:last-of-type {
|
|
font-size: 12px;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
|
|
.application-agreement label {
|
|
display: block;
|
|
margin: 20px 0;
|
|
vertical-align: 2px;
|
|
}
|
|
|
|
.application-agreement .btn-a {
|
|
margin: 0.4rem 0;
|
|
}
|
|
|
|
.essential-information dl {
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
.essential-information{
|
|
margin: 10px 0;
|
|
}
|
|
.essential-information dd {
|
|
color: #333;
|
|
font-size: 0.28rem;
|
|
line-height: 0.9rem;
|
|
background-color: #fff;
|
|
padding: 0 15px;
|
|
position: relative;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.essential-information dd input[type="text"], .essential-information dd select, .essential-information dd textarea {
|
|
height: 0.9rem;
|
|
width: 72%;
|
|
border: none;
|
|
color: #595959;
|
|
font-size: 0.28rem;
|
|
padding-left: 0.2rem;
|
|
background-color: transparent;
|
|
outline: none;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.essential-information dd select {
|
|
border: 1px solid #fff;
|
|
color: #999;
|
|
padding-left: 0.13rem;
|
|
}
|
|
|
|
.essential-information dd select option {
|
|
color: #999;
|
|
}
|
|
|
|
.essential-information dd textarea {
|
|
vertical-align: text-top;
|
|
min-height: 100px;
|
|
line-height: 1.4;
|
|
margin-top: -0.05rem;
|
|
}
|
|
|
|
.essential-information dd span {
|
|
display: inline-block;
|
|
width: 20%;
|
|
}
|
|
|
|
.essential-information dd label {
|
|
display: block;
|
|
}
|
|
|
|
.essential-information dd .pos {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 0;
|
|
width: auto;
|
|
color: #666666;
|
|
font-size: 0.24rem;
|
|
}
|
|
|
|
.essential-information dd i.pos {
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
overflow: hidden;
|
|
border-style: solid;
|
|
border-width: 0.15rem;
|
|
border-color: #ccc transparent transparent transparent;
|
|
top: 50%;
|
|
margin-top: -0.07rem;
|
|
}
|
|
|
|
.project-btn-box {
|
|
font-size: 0;
|
|
text-align: center;
|
|
margin-top: 0.3rem;
|
|
/*margin-bottom: 0.3rem;*/
|
|
}
|
|
.btn-fixedFooter{
|
|
position: absolute;
|
|
bottom: 0.9rem;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 2;
|
|
padding: 15px 0;
|
|
background-color: #fff;
|
|
border-top: 1px solid #d6d6d6;
|
|
}
|
|
.project-btn-box .btn-a {
|
|
width: 40%;
|
|
display: inline-block;
|
|
margin: 0 2%;
|
|
}
|
|
|
|
/*.project-btn-box .btn-a:first-of-type {
|
|
background-color: #c3c3c3;
|
|
color: #000;
|
|
}*/
|
|
|
|
.project-btn-box2 .btn-a:first-of-type {
|
|
background-color: #c9151e;
|
|
color: #fff;
|
|
}
|
|
|
|
.project-btn-box2 .btn-a:last-of-type {
|
|
background-color: #c3c3c3;
|
|
color: #000;
|
|
}
|
|
.project-btn-box3{
|
|
padding: 0 15px;
|
|
}
|
|
.project-btn-box3 .btn-a {
|
|
width: 49%;
|
|
display: inline-block;
|
|
margin: 0 2% 0 0;
|
|
}
|
|
.project-btn-box3 .btn-a:last-of-type{
|
|
margin: 0;
|
|
}
|
|
.pay-notify{
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
}
|
|
.pay-notify p{
|
|
margin-bottom: 10px;
|
|
color: #ff0000
|
|
}
|
|
.file-project {
|
|
/* margin-bottom: 0.15rem;*/
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.file-project h3 {
|
|
font-size: 0.28rem;
|
|
color: #333;
|
|
line-height: 0.7rem;
|
|
padding: 0 15px;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.file-project h3 span {
|
|
font-size: 0.28rem;
|
|
display: inline-block;
|
|
}
|
|
|
|
.file-project .file-box {
|
|
background-color: #fff;
|
|
position: relative;
|
|
padding: 0.15rem 15px;
|
|
font-size: 0;
|
|
}
|
|
|
|
.file-project .file-box span {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 18%;
|
|
}
|
|
|
|
.file-project .file-box span img {
|
|
width: 100%;
|
|
}
|
|
|
|
.file-project .file-box img {
|
|
width: 18%;
|
|
display: inline-block;
|
|
margin: 0.2rem 1%;
|
|
}
|
|
|
|
.file-project .file-box input {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.file-project .file-box span{
|
|
margin-right: 15px;
|
|
vertical-align: middle;
|
|
}
|
|
.file-img-box a{
|
|
font-size:16px;position: absolute;right: -8px;top:5px;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 50%;
|
|
color:#fff;
|
|
text-align: center;
|
|
line-height: 15px;
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
.project-jd-a {
|
|
margin-bottom: 0.15rem;
|
|
background-color: #fff;
|
|
padding: 0.15rem 15px;
|
|
}
|
|
|
|
.project-jd-a textarea {
|
|
width: 100%;
|
|
min-height: 1.47rem;
|
|
border: none;
|
|
}
|
|
|
|
.project-jd-a h3 {
|
|
font-size: 0.28rem;
|
|
color: #333;
|
|
}
|
|
|
|
.applu-success .ganxie {
|
|
font-size: 14px;
|
|
color: #666;
|
|
background-color: #fff;
|
|
padding: 0.25rem 15px;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
|
|
.applu-success p {
|
|
font-size: 14px;
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
/* 申请协议 end */
|
|
/* 筹款中心 begin */
|
|
.fundraising-content {
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.fundraising-content li {
|
|
background-color: #fff;
|
|
padding: 0.15rem;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.fundraising-content li:nth-child(1) a {
|
|
background-image: url(../images/fundraising-content-a.jpg);
|
|
}
|
|
|
|
.fundraising-content li:nth-child(1) i {background-repeat: no-repeat;}
|
|
|
|
.fundraising-content li:nth-child(2) a {
|
|
background-image: url(../images/fundraising-content-b.jpg);
|
|
}
|
|
|
|
.fundraising-content li:nth-child(2) i {background-repeat: no-repeat;}
|
|
|
|
.fundraising-content li:nth-child(3) a {
|
|
background-image: url(../images/fundraising-content-c.jpg);
|
|
}
|
|
|
|
.fundraising-content li:nth-child(3) i {background-repeat: no-repeat;}
|
|
|
|
.fundraising-content a {
|
|
height: 3rem;
|
|
line-height: 3rem;
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #fff;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.fundraising-content a span {
|
|
display: inline-block;
|
|
line-height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fundraising-content a span h3 {
|
|
display: inline-block;
|
|
font-size: 0.24rem;
|
|
border-top: 1px solid #fff;
|
|
border-bottom: 1px solid #fff;
|
|
line-height: 0.45rem;
|
|
}
|
|
|
|
.fundraising-content a i {
|
|
display: block;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 auto 0.2rem;
|
|
}
|
|
|
|
.Choose-sign-up p {
|
|
line-height: 180%;
|
|
margin-top: 0.15rem;
|
|
font-size: 0.2rem;
|
|
}
|
|
|
|
.Choose-sign-up li {
|
|
background-color: #fff;
|
|
padding: 0.15rem;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.Choose-sign-up li:nth-child(1) i {background-repeat: no-repeat;}
|
|
|
|
.Choose-sign-up li:nth-child(2) a {
|
|
background-image: url(../images/Choose-sign-up-a.jpg) !important;
|
|
}
|
|
|
|
.Choose-sign-up li:nth-child(2) i {background-repeat: no-repeat;}
|
|
|
|
.Choose-sign-ups p {
|
|
line-height: 180%;
|
|
margin-top: 0.15rem;
|
|
font-size: 0.2rem;
|
|
}
|
|
|
|
.Choose-sign-ups li {
|
|
background-color: #fff;
|
|
padding: 0.15rem;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.Choose-sign-ups li:nth-child(1) i {background-repeat: no-repeat;}
|
|
|
|
.Choose-sign-ups li:nth-child(2) a {
|
|
background-image: url(../images/Choose-sign-up-a.jpg) !important;
|
|
}
|
|
|
|
.Choose-sign-ups li:nth-child(2) i {background-repeat: no-repeat;}
|
|
|
|
.team-introduction {
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.team-introduction .tianxie-title {
|
|
margin-bottom: 0;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
}
|
|
|
|
.team-introduction .introduction {
|
|
font-size: 13px;
|
|
color: #7e7e7e;
|
|
padding: 15px;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item {
|
|
padding: 0 15px 0.25rem;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-l {
|
|
float: left;
|
|
width: 3rem;
|
|
height: 2.25rem;
|
|
border-radius: 0.05rem;
|
|
overflow: hidden;
|
|
margin-right: 0.2rem;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-l img {
|
|
display: block;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-r {
|
|
float: left;
|
|
width: 2.4rem;
|
|
font-size: 0.24rem;
|
|
color: #333;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-r p {
|
|
line-height: 180%;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-r span {
|
|
color: #7e7e7e;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-r font {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-r a {
|
|
margin-top: 0.2rem;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-r a i {
|
|
margin-right: 0.05rem;
|
|
}
|
|
|
|
.team-introduction .team-introduction-item-box {
|
|
margin-top: 0.4rem;
|
|
}
|
|
|
|
.donation-ranking .tianxie-title {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav {
|
|
border-top: 1px solid #e5e5e5;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav li {
|
|
float: left;
|
|
width: 25%;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav li i {
|
|
display: block;
|
|
margin: 0 auto 0.15rem;
|
|
width: 27.5px;
|
|
height: 27.5px;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav li a {
|
|
color: #333333;
|
|
display: block;
|
|
padding: 0.25rem 0.3rem;
|
|
border-right: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav li p {
|
|
font-size: 0.24rem;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav li:nth-child(1) i {background-repeat: no-repeat;}
|
|
|
|
.donation-ranking .ranking-nav li:nth-child(2) i {background-repeat: no-repeat;}
|
|
|
|
.donation-ranking .ranking-nav li:nth-child(3) i {background-repeat: no-repeat;}
|
|
|
|
.donation-ranking .ranking-nav li:nth-child(4) i {background-repeat: no-repeat;}
|
|
|
|
.donation-ranking .ranking-nav li:nth-child(4) a {
|
|
border: none;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav li.on a {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.donation-ranking .ranking-nav li.on:nth-child(1) i {background-repeat: no-repeat;}
|
|
|
|
.donation-ranking .ranking-nav li.on:nth-child(2) i {background-repeat: no-repeat;}
|
|
|
|
.donation-ranking .ranking-nav li.on:nth-child(3) i {background-repeat: no-repeat;}
|
|
|
|
.donation-ranking .ranking-nav li.on:nth-child(4) i {background-repeat: no-repeat;}
|
|
|
|
.ranking-table {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.ranking-table thead td {
|
|
color: #fff;
|
|
font-size: 0.26rem;
|
|
background-color: #c9151e;
|
|
line-height: 0.7rem;
|
|
border-right: 1px solid #d4444b;
|
|
}
|
|
|
|
.ranking-table thead td:last-of-type {
|
|
border: none;
|
|
}
|
|
|
|
.ranking-table td {
|
|
text-align: center;
|
|
line-height: 0.6rem;
|
|
border-bottom: 1px solid #ededed;
|
|
}
|
|
|
|
.ranking-tables tbody tr td:nth-child(1) {
|
|
font-size: 0.3rem;
|
|
font-style: italic;
|
|
}
|
|
|
|
.ranking-tables tbody tr:nth-child(1) td, .ranking-tables tbody tr:nth-child(2) td, .ranking-tables tbody tr:nth-child(3) td {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.ranking-tables tbody tr:nth-child(1) td:nth-child(1), .ranking-tables tbody tr:nth-child(2) td:nth-child(1), .ranking-tables tbody tr:nth-child(3) td:nth-child(1) {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* 筹款中心 end */
|
|
/* 登录注册忘记密码 begin */
|
|
.login-register {
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.login-register dl {
|
|
background-color: #fff;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.login-register .login-register-nav {
|
|
background-color: #fff;
|
|
font-size: 0;
|
|
text-align: center;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
height: 0.75rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.login-register .login-register-nav:after {
|
|
content: '';
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
.login-register .login-register-nav a {
|
|
width: 50%;
|
|
float: left;
|
|
font-size: 0.28rem;
|
|
line-height: inherit;
|
|
color: #333;
|
|
}
|
|
|
|
.login-register .login-register-nav a.on {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.login-register .login-register-nav a.on span {
|
|
border-bottom: 0.02rem solid #c9151e;
|
|
}
|
|
|
|
.login-register .login-register-nav a span {
|
|
display: inline-block;
|
|
line-height: 0.75rem;
|
|
padding: 0 0.3rem;
|
|
}
|
|
|
|
.login-register dd {
|
|
padding: 0 15px;
|
|
height: 0.9rem;
|
|
line-height: 0.9rem;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
|
|
.login-register dd label {
|
|
display: block;
|
|
}
|
|
|
|
.login-register dd label span {
|
|
display: inline-block;
|
|
width: 10%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.login-register dd label span i {
|
|
display: inline-block;
|
|
color: #666;
|
|
}
|
|
|
|
.login-register dd label input {
|
|
width: 75%;
|
|
height: 0.9rem;
|
|
border: none;
|
|
font-size: 0.28rem;
|
|
color: #666;
|
|
}
|
|
|
|
.login-register .no-password {
|
|
font-size: 14px;
|
|
color: #666;
|
|
float: right;
|
|
line-height: 0.6rem;
|
|
}
|
|
|
|
.login-register .btn-a {
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.login-register .register dd {
|
|
position: relative;
|
|
}
|
|
|
|
.login-register .register dd a {
|
|
display: block;
|
|
position: absolute;
|
|
width: 1.5rem;
|
|
right: 15px;
|
|
top: 50%;
|
|
margin-top: -0.25rem;
|
|
height: 0.5rem;
|
|
border-radius: 0.05rem;
|
|
background-color: #d95a61;
|
|
color: #fff;
|
|
font-size: 0.22rem;
|
|
text-align: center;
|
|
line-height: 0.5rem;
|
|
}
|
|
|
|
.login-register .register dd img {
|
|
display: block;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 50%;
|
|
width: 1rem;
|
|
margin-top: -0.25rem;
|
|
}
|
|
|
|
.login-register .register dd input {
|
|
color: #333;
|
|
}
|
|
|
|
/* 登录注册忘记密码 end */
|
|
/* 个人中心 begin */
|
|
.personal-center-head {
|
|
height: 2.15rem;
|
|
line-height: 2.15rem;
|
|
background: url(../images/personal-center-head.jpg) no-repeat center;
|
|
padding: 0 0.4rem;
|
|
position: relative;
|
|
}
|
|
|
|
.personal-center-head figcaption {
|
|
width: 1.4rem;
|
|
height: 1.4rem;
|
|
border-radius: 50%;
|
|
border: 0.02rem solid #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.personal-center-head figcaption img {
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.personal-center-head .user-img {
|
|
display: block;
|
|
}
|
|
|
|
.personal-center-head span {
|
|
line-height: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.personal-center-head h3 {
|
|
font-size: 0.28rem;
|
|
color: #fff;
|
|
margin: 0.4rem 0 0;
|
|
}
|
|
|
|
.personal-center-head p {
|
|
color: #f1f1f1;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.personal-center-head h3, .personal-center-head p {
|
|
padding-left: 0.2rem;
|
|
line-height: 150%;
|
|
}
|
|
|
|
.personal-center-head i {
|
|
color: #fff;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 50%;
|
|
font-size: 0.3rem;
|
|
}
|
|
|
|
.personal-center {
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
|
|
.personal-center-item li {
|
|
line-height: 0.9rem;
|
|
margin-bottom: 0.15rem;
|
|
border-top: 1px solid #e7e7e7;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
position: relative;
|
|
}
|
|
|
|
.personal-center-item li:first-of-type {
|
|
border: none;
|
|
}
|
|
|
|
.personal-center-item li a {
|
|
padding: 0 15px;
|
|
background-color: #fff;
|
|
display: block;
|
|
color: #333;
|
|
font-size: 0.24rem;
|
|
}
|
|
|
|
.personal-center-item li a b {
|
|
display: inline-block;
|
|
width: 30px;
|
|
height: 30px;
|
|
vertical-align: middle;
|
|
margin-right: 0.15rem;
|
|
}
|
|
|
|
.personal-center-item li a b img {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.personal-center-item li .iconfont {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
font-size: 0.3rem;
|
|
}
|
|
|
|
.personal-center-item li span {
|
|
display: block;
|
|
height: 0.3rem;
|
|
width: auto;
|
|
border-radius: 50%;
|
|
font-size: 12px;
|
|
background-color: red;
|
|
color: #fff;
|
|
position: absolute;
|
|
right: 40px;
|
|
width: 0.3rem;
|
|
text-align: center;
|
|
line-height: 0.3rem;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.personal-data-nav {
|
|
margin: 0.15rem 0;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
/* for uc */
|
|
display: -webkit-box;
|
|
-webkit-box-align: center;
|
|
}
|
|
|
|
.personal-data-nav a {
|
|
-webkit-flex: 1;
|
|
flex: 1;
|
|
/* for uc */
|
|
-webkit-box-flex: 1;
|
|
-moz-box-flex: 1;
|
|
-ms-flex: 1;
|
|
display: block;
|
|
background-color: #e2e2e2;
|
|
line-height: 0.8rem;
|
|
text-align: center;
|
|
color: #333;
|
|
font-size: 0.28rem;
|
|
position: relative;
|
|
}
|
|
|
|
.personal-data-nav a.on {
|
|
color: #fff;
|
|
background-color: #c9151e;
|
|
}
|
|
|
|
.personal-data-nav a b {
|
|
width: 0.3rem;
|
|
height: 0.3rem;
|
|
line-height: 0.3rem;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
background-color: #c9151e;
|
|
position: absolute;
|
|
color: #fff;
|
|
display: block;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.t-administration label {
|
|
position: relative;
|
|
}
|
|
|
|
.t-administration label a {
|
|
position: absolute;
|
|
color: #666;
|
|
display: inline-block;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.t-administration label a.text {
|
|
right: 40px;
|
|
}
|
|
|
|
.t-administration label a.delete {
|
|
right: 0;
|
|
color: #c9151e;
|
|
}
|
|
|
|
.user-img-file {
|
|
width: 65%;
|
|
float: left;
|
|
margin-top: 0.2rem;
|
|
margin-left: .3rem;
|
|
}
|
|
|
|
.user-img-file span {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 70px !important;
|
|
}
|
|
|
|
.user-img-file span input {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
opacity: 0;
|
|
|
|
|
|
}
|
|
|
|
.user-img-file img {
|
|
width: 70px;
|
|
}
|
|
|
|
.share-registration {
|
|
background-color: #ffffff;
|
|
padding: 15px;
|
|
/*margin-top: 0.4rem;*/
|
|
}
|
|
|
|
.share-registration .erweima {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
.share-registration .btn-a {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.share-registration .btn-b {
|
|
color: #fefefe;
|
|
background-color: #c9151e;
|
|
}
|
|
|
|
.share-registration .text {
|
|
font-size: 12px;
|
|
}
|
|
.member_container{
|
|
margin-bottom: 15px;
|
|
}
|
|
.member-apply dd label {
|
|
background-image: url(../images/xia.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
background-size: 13.5px 9px;
|
|
}
|
|
|
|
.system-message {
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.system-message dd {
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.system-message dd label {
|
|
background-image: url(../images/zouqi.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
background-size: 7px 14px;
|
|
}
|
|
|
|
.system-message dd label a {
|
|
display: block;
|
|
color: #333;
|
|
}
|
|
|
|
.invoice-prompt {
|
|
background: #fff;
|
|
padding: 15px;
|
|
font-size: 14px;
|
|
margin-top: 0.15rem;
|
|
margin-bottom: 0.15rem;
|
|
color: #666;
|
|
}
|
|
|
|
.invoice-prompt span {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.project-guanli {
|
|
margin: 0.15rem 0 1rem;
|
|
}
|
|
|
|
.project-guanli .project-item {
|
|
background-color: #fff;
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.project-guanli .project-item li {
|
|
margin-top: 0;
|
|
padding-top: 0.2rem;
|
|
}
|
|
|
|
.search-team {
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.search-team-item {
|
|
background-color: #fff;
|
|
margin-bottom: 0.2rem;
|
|
padding: 0.2rem 0.15rem 0;
|
|
}
|
|
|
|
.search-team-item li, .search-team-item ul {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.search-team-item ul {
|
|
padding: 0;
|
|
}
|
|
|
|
.search-team-item .ranks {
|
|
border: none;
|
|
text-align: center;
|
|
padding: 0.15rem 0 0.15rem;
|
|
position: relative;
|
|
}
|
|
|
|
.search-team-item .ranks li:first-of-type img {
|
|
border: 1px solid #c9151e;
|
|
}
|
|
|
|
.search-team-item .ranks > label > input {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
/* 个人中心 end */
|
|
.donation-amount {
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.donation-amount h3 {
|
|
font-size: 0.28rem;
|
|
}
|
|
|
|
.donation-amount .donation-money {
|
|
margin: 0.15rem 0 0;
|
|
font-size: 0;
|
|
}
|
|
|
|
.donation-amount .donation-money span {
|
|
display: inline-block;
|
|
font-size: 0.24rem;
|
|
width: 1.2rem;
|
|
height: 0.5rem;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
color: #666;
|
|
margin-right: 0.3rem;
|
|
position: relative;
|
|
}
|
|
|
|
.donation-amount .donation-money span:last-of-type {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.donation-amount .donation-money span i {
|
|
display: block;
|
|
width: 100%;
|
|
border-radius: 0.05rem;
|
|
height: 100%;
|
|
line-height: 0.5rem;
|
|
border: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.donation-amount .donation-money span input[type="radio"] {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
}
|
|
|
|
.donation-amount .donation-money span input[type="radio"]:checked + i {
|
|
background-color: #c9151e;
|
|
color: #fff;
|
|
border-color: #c9151e;
|
|
}
|
|
|
|
.donation-amount .other-money {
|
|
font-size: 0.24rem;
|
|
color: #adadad;
|
|
margin-top: 0.25rem;
|
|
}
|
|
|
|
.donation-amount .other-money input {
|
|
width: 1.7rem;
|
|
height: 0.5rem;
|
|
border: 1px solid #e3e3e3;
|
|
border-radius: 0.05rem;
|
|
margin: 0 0.1rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.donation-success {
|
|
padding: 15px;
|
|
background-color: #fff;
|
|
margin-bottom: 0.15rem;
|
|
}
|
|
|
|
.donation-success .thanking {
|
|
background-color: #f3f3f3;
|
|
padding: 15px;
|
|
}
|
|
|
|
.donation-success .thanking h2 {
|
|
text-align: center;
|
|
font-size: 0.5rem;
|
|
color: #000;
|
|
}
|
|
|
|
.donation-success .thanking h3 {
|
|
font-size: 0.28rem;
|
|
color: #000;
|
|
}
|
|
|
|
.donation-success .thanking span {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.donation-success .thanking p {
|
|
font-size: 0.24rem;
|
|
text-indent: 2em;
|
|
margin: 0.1rem 0;
|
|
}
|
|
|
|
.donation-success .thanking-foot {
|
|
margin-top: 0.4rem;
|
|
text-align: right;
|
|
}
|
|
|
|
.donation-code .invoice-prompt {
|
|
border-bottom: 1px solid #f3f3f3;
|
|
margin-bottom: 0;
|
|
padding-left: 0.35rem;
|
|
}
|
|
|
|
.donation-code .tianxie-title span {
|
|
display: inline-block;
|
|
width: 1.8rem;
|
|
height: 0.5rem;
|
|
line-height: 0.55rem;
|
|
border: 1px solid #dcdcdc;
|
|
background-color: #f3f3f3;
|
|
text-align: center;
|
|
font-size: 0.24rem;
|
|
color: #a5a5a5;
|
|
border-radius: 0.05rem;
|
|
margin-left: 0.75rem;
|
|
}
|
|
|
|
/* 联系我们 begin */
|
|
.contact-us {
|
|
margin-bottom: 0.5rem;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.contact-us .tianxie-title {
|
|
margin: 0;
|
|
border-bottom: 1px solid #f4f2f2;
|
|
}
|
|
|
|
.contact-us-item ul {
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
|
|
.contact-us-item li {
|
|
padding: 0 15px;
|
|
line-height: 0.8rem;
|
|
border-bottom: 1px solid #f4f2f2;
|
|
color: #666;
|
|
font-size: 0.22rem;
|
|
}
|
|
|
|
.contact-us-item li i {
|
|
display: inline-block;
|
|
margin-right: 0.1rem;
|
|
color: #bbb;
|
|
}
|
|
|
|
.contact-us-item li:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
|
|
span.code-img {
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: text-top;
|
|
margin: 0 0.1rem;
|
|
line-height: 100%;
|
|
font-size: 12px;
|
|
}
|
|
|
|
span.code-img img {
|
|
display: block;
|
|
width: 100px;
|
|
height: 100px;
|
|
outline: 1px solid #eee;
|
|
outline-offset: 0.05rem;
|
|
}
|
|
|
|
span.code-img b {
|
|
display: inline-block;
|
|
margin-top: 0.2rem;
|
|
}
|
|
|
|
/* 联系我们 end */
|
|
/* 活动介绍 begin */
|
|
.activity-introduction {
|
|
background-color: #fff;
|
|
padding-bottom: 0.5rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
/* 活动介绍 end */
|
|
/* 行走路线begin */
|
|
.walking-route {
|
|
background-color: #fff;
|
|
margin-top: 0.15rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.walking-route .tianxie-title {
|
|
margin: 0;
|
|
border-bottom: 1px solid #f4f2f2;
|
|
}
|
|
|
|
.walking-route h3 {
|
|
font-size: 0.28rem;
|
|
margin: 0.2rem 0;
|
|
}
|
|
|
|
.walking-route ul {
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.walking-route ul li {
|
|
display: inline-block;
|
|
width: 20%;
|
|
font-size: 12px;
|
|
max-height: 2rem;
|
|
text-align: center;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
|
|
.walking-route ul li:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: 0.25rem;
|
|
left: 0;
|
|
height: 1px;
|
|
width: 100%;
|
|
background-color: #eaeaea;
|
|
z-index: -1;
|
|
}
|
|
|
|
.walking-route ul li i {
|
|
width: 0.5rem;
|
|
height: 0.5rem;
|
|
line-height: 0.5rem;
|
|
text-align: center;
|
|
color: #c9151e;
|
|
background-color: #f4f2f2;
|
|
display: inline-block;
|
|
border-radius: 50%;
|
|
margin-bottom: 0.1rem;
|
|
}
|
|
|
|
.walking-route ul li.on {
|
|
font-size: 14px;
|
|
color: #c9151e;
|
|
}
|
|
|
|
.walking-route ul li.on i {
|
|
background-color: #c9151e;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.walking-route ul li p {
|
|
-webkit-transform: scale(0.8);
|
|
transform: scale(0.8);
|
|
}
|
|
|
|
.walking-route .walking-route-map img {
|
|
display: block;
|
|
}
|
|
|
|
/* 行走路线end */
|
|
/* 搜索 */
|
|
.search-page {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
max-width: 640px;
|
|
left: 50%;
|
|
z-index: 999;
|
|
background-color: #f2f2f2;
|
|
-webkit-transform: translate3d(-50%, -100%, 0);
|
|
-moz-transform: translate3d(-50%, -100%, 0);
|
|
-ms-transform: translate3d(-50%, -100%, 0);
|
|
-o-transform: translate3d(-50%, -100%, 0);
|
|
transform: translate3d(-50%, -100%, 0);
|
|
-webkit-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1) false;
|
|
-moz-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1) false false;
|
|
-o-transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1) false false;
|
|
transition: 0.8s cubic-bezier(0.86, 0, 0.07, 1);
|
|
}
|
|
|
|
.search-page.uc {
|
|
position: fixed;
|
|
}
|
|
|
|
.search-page.on {
|
|
-webkit-transform: translate3d(-50%, 0, 0);
|
|
-moz-transform: translate3d(-50%, 0, 0);
|
|
-ms-transform: translate3d(-50%, 0, 0);
|
|
-o-transform: translate3d(-50%, 0, 0);
|
|
transform: translate3d(-50%, 0, 0);
|
|
}
|
|
|
|
.search-page .search-head {
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
}
|
|
|
|
.search-page .search-head .search-form {
|
|
width: 80%;
|
|
height: 0.55rem;
|
|
line-height: 0.55rem;
|
|
background-color: #f2f2f2;
|
|
border-radius: 0.05rem;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.search-page .search-head .search-form button {
|
|
display: block;
|
|
width: 15%;
|
|
height: 100%;
|
|
text-align: center;
|
|
border: none;
|
|
background-color: transparent;
|
|
position: absolute;
|
|
}
|
|
|
|
.search-page .search-head .search-form input {
|
|
width: 85%;
|
|
height: 0.5rem;
|
|
border: none;
|
|
background-color: transparent;
|
|
float: right;
|
|
}
|
|
|
|
.search-page .cancel {
|
|
width: 20%;
|
|
line-height: 0.55rem;
|
|
display: block;
|
|
text-align: center;
|
|
color: red;
|
|
font-size: 0.26rem;
|
|
color: #6e6e6e;
|
|
}
|
|
|
|
.search-page .hotsearch {
|
|
font-size: 0.28rem;
|
|
color: #333;
|
|
background-color: #fff;
|
|
line-height: 0.55rem;
|
|
padding: 15px;
|
|
border-top: 1px solid #f0f0f0;
|
|
font-size: 0;
|
|
}
|
|
|
|
.search-page .hotsearch a {
|
|
display: inline-block;
|
|
font-size: 0.18rem;
|
|
padding: 0 0.2rem;
|
|
height: 0.55rem;
|
|
line-height: 0.55rem;
|
|
text-align: center;
|
|
border-radius: 0.05rem;
|
|
background-color: #f2f2f2;
|
|
color: #333;
|
|
margin: 0 0.025rem;
|
|
}
|
|
|
|
.search-page .hotsearch span {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 15%;
|
|
font-size: 0.28rem;
|
|
}
|
|
|
|
.search-page .hotsearch > div {
|
|
width: 85%;
|
|
}
|
|
|
|
.search-page .search-history {
|
|
background-color: #fff;
|
|
margin-top: 0.15rem;
|
|
}
|
|
|
|
.search-page .search-history dt {
|
|
font-size: 0.28rem;
|
|
}
|
|
|
|
.search-page .search-history dd {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.search-page .search-history dd a {
|
|
color: #93929a;
|
|
}
|
|
|
|
.search-page .search-history dd i {
|
|
display: inline-block;
|
|
margin-right: 0.05rem;
|
|
}
|
|
|
|
.search-page .search-history dd, .search-page .search-history dt {
|
|
line-height: 0.9rem;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.guide-page .guide-header {
|
|
background-color: #fff;
|
|
text-align: center;
|
|
padding: 0.15rem 0;
|
|
}
|
|
|
|
.guide-page .guide-header img {
|
|
vertical-align: middle;
|
|
width: 120px;
|
|
height: auto;
|
|
}
|
|
.guide-page ul{
|
|
overflow: hidden;
|
|
}
|
|
.guide-page li {
|
|
/*margin-bottom: 1px;*/
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
.guide-page li:first-of-type{
|
|
width: 100%;
|
|
}
|
|
.guide-page li span{
|
|
display: block;
|
|
text-align: center;
|
|
background-color: #d71820;
|
|
color:#fff;
|
|
font-size: 14px;
|
|
line-height: 40px;
|
|
letter-spacing: 1px;
|
|
}
|
|
.guide-page li:nth-child(2) span,.guide-page li:nth-child(5) span,.guide-page li:nth-child(6) span{
|
|
background-color: #b7b7b7;
|
|
}
|
|
.guide-page li img {
|
|
display: block;
|
|
}
|
|
|
|
.guide-page .guide-footer {
|
|
text-align: center;
|
|
line-height: 180%;
|
|
padding: 0.15rem 0;
|
|
}
|
|
.guide-page .guide-footer a{
|
|
color: #333;
|
|
}
|
|
|
|
.progress-bar {
|
|
float: left;
|
|
width: 0;
|
|
height: 100%;
|
|
font-size: 12px;
|
|
line-height: 0.2rem;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #449d44;
|
|
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.progress {
|
|
height: 0.2rem;
|
|
margin-bottom: 0.2rem;
|
|
overflow: hidden;
|
|
background-color: #f5f5f5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
visibility: hidden;
|
|
}
|
|
|
|
/*!/modules/components/banner/css/banner.scss*/
|
|
/* nav-bar begin*/
|
|
/**
|
|
* Swiper 3.0.4
|
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
|
*
|
|
* http://www.idangero.us/swiper/
|
|
*
|
|
* Copyright 2015, Vladimir Kharlampidi
|
|
* The iDangero.us
|
|
* http://www.idangero.us/
|
|
*
|
|
* Licensed under MIT
|
|
*
|
|
* Released on: March 6, 2015
|
|
*/
|
|
.swiper-slide, .swiper-wrapper {
|
|
height: 100%;
|
|
position: relative;
|
|
transform-style: preserve-3d;
|
|
width: 100%;
|
|
}
|
|
|
|
.swiper-pagination, .swiper-wrapper {
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
}
|
|
|
|
.swiper-container {
|
|
margin: 0 auto;
|
|
position: relative;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
}
|
|
|
|
.swiper-container-vertical > .swiper-wrapper {
|
|
-webkit-box-orient: vertical;
|
|
-moz-box-orient: vertical;
|
|
-ms-flex-direction: column;
|
|
-webkit-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.swiper-wrapper {
|
|
z-index: 1;
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-transition-property: -webkit-transform;
|
|
-moz-transition-property: -moz-transform;
|
|
-o-transition-property: -o-transform;
|
|
-ms-transition-property: -ms-transform;
|
|
transition-property: transform;
|
|
-moz-transform: translate3d(0, 0, 0);
|
|
-o-transform: translate(0, 0);
|
|
-ms-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.swiper-slide, .swiper-wrapper {
|
|
-ms-transform-style: preserve-3d;
|
|
-moz-transform-style: preserve-3d;
|
|
-webkit-transform-style: preserve-3d;
|
|
}
|
|
|
|
.swiper-container-multirow > .swiper-wrapper {
|
|
-webkit-box-lines: multiple;
|
|
-moz-box-lines: multiple;
|
|
-ms-fles-wrap: wrap;
|
|
-webkit-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.swiper-container-free-mode > .swiper-wrapper {
|
|
-webkit-transition-timing-function: ease-out;
|
|
-moz-transition-timing-function: ease-out;
|
|
-ms-transition-timing-function: ease-out;
|
|
-o-transition-timing-function: ease-out;
|
|
transition-timing-function: ease-out;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.swiper-slide {
|
|
-webkit-flex-shrink: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.swiper-wp8-horizontal {
|
|
-ms-touch-action: pan-y;
|
|
touch-action: pan-y;
|
|
}
|
|
|
|
.swiper-wp8-vertical {
|
|
-ms-touch-action: pan-x;
|
|
touch-action: pan-x;
|
|
}
|
|
|
|
.swiper-button-next, .swiper-button-prev {
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 27px;
|
|
height: 44px;
|
|
margin-top: -22px;
|
|
z-index: 10;
|
|
cursor: pointer;
|
|
-moz-background-size: 27px 44px;
|
|
-webkit-background-size: 27px 44px;
|
|
background-size: 27px 44px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
|
|
opacity: .35;
|
|
cursor: auto;
|
|
}
|
|
|
|
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
|
|
left: 10px;
|
|
right: auto;
|
|
}
|
|
|
|
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
|
|
}
|
|
|
|
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
|
|
}
|
|
|
|
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
|
|
right: 10px;
|
|
left: auto;
|
|
}
|
|
|
|
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
|
|
}
|
|
|
|
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
|
|
}
|
|
|
|
.swiper-pagination {
|
|
position: absolute;
|
|
text-align: center;
|
|
-webkit-transition: 300ms;
|
|
-moz-transition: 300ms;
|
|
-o-transition: 300ms;
|
|
transition: 300ms;
|
|
-ms-transform: translate3d(0, 0, 0);
|
|
-o-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
z-index: 10;
|
|
}
|
|
|
|
.swiper-pagination.swiper-pagination-hidden {
|
|
opacity: 0;
|
|
}
|
|
|
|
.swiper-pagination-bullet {
|
|
width: 8px;
|
|
height: 8px;
|
|
display: inline-block;
|
|
border-radius: 100%;
|
|
background: #000;
|
|
opacity: .2;
|
|
}
|
|
|
|
.swiper-pagination-clickable .swiper-pagination-bullet {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.swiper-pagination-white .swiper-pagination-bullet {
|
|
background: #fff;
|
|
}
|
|
|
|
.swiper-pagination-bullet-active {
|
|
opacity: 1;
|
|
background: #007aff;
|
|
}
|
|
|
|
.swiper-pagination-white .swiper-pagination-bullet-active {
|
|
background: #fff;
|
|
}
|
|
|
|
.swiper-pagination-black .swiper-pagination-bullet-active {
|
|
background: #000;
|
|
}
|
|
|
|
.swiper-container-vertical > .swiper-pagination {
|
|
right: 10px;
|
|
top: 50%;
|
|
-webkit-transform: translate3d(0, -50%, 0);
|
|
-moz-transform: translate3d(0, -50%, 0);
|
|
-o-transform: translate(0, -50%);
|
|
-ms-transform: translate3d(0, -50%, 0);
|
|
transform: translate3d(0, -50%, 0);
|
|
}
|
|
|
|
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
|
|
margin: 5px 0;
|
|
display: block;
|
|
}
|
|
|
|
.swiper-container-horizontal > .swiper-pagination {
|
|
bottom: 10px;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.swiper-container-3d {
|
|
-webkit-perspective: 1200px;
|
|
-moz-perspective: 1200px;
|
|
-o-perspective: 1200px;
|
|
perspective: 1200px;
|
|
}
|
|
|
|
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
|
|
-webkit-transform-style: preserve-3d;
|
|
-moz-transform-style: preserve-3d;
|
|
-ms-transform-style: preserve-3d;
|
|
transform-style: preserve-3d;
|
|
}
|
|
|
|
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: none;
|
|
z-index: 10;
|
|
}
|
|
|
|
.swiper-container-3d .swiper-slide-shadow-left {
|
|
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
|
|
background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
|
|
}
|
|
|
|
.swiper-container-3d .swiper-slide-shadow-right {
|
|
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
|
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
|
|
}
|
|
|
|
.swiper-container-3d .swiper-slide-shadow-top {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
|
|
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
|
|
}
|
|
|
|
.swiper-container-3d .swiper-slide-shadow-bottom {
|
|
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
|
|
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
|
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
|
|
}
|
|
|
|
.swiper-container-coverflow .swiper-wrapper {
|
|
-ms-perspective: 1200px;
|
|
}
|
|
|
|
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
|
|
-webkit-transition-timing-function: ease-out;
|
|
-moz-transition-timing-function: ease-out;
|
|
-ms-transition-timing-function: ease-out;
|
|
-o-transition-timing-function: ease-out;
|
|
transition-timing-function: ease-out;
|
|
}
|
|
|
|
.swiper-container-fade .swiper-slide {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.swiper-container-fade .swiper-slide-active {
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.swiper-container-cube {
|
|
overflow: visible;
|
|
}
|
|
|
|
.swiper-container-cube .swiper-slide {
|
|
pointer-events: none;
|
|
visibility: hidden;
|
|
-webkit-transform-origin: 0 0;
|
|
-moz-transform-origin: 0 0;
|
|
-ms-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-backface-visibility: hidden;
|
|
-moz-backface-visibility: hidden;
|
|
-ms-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.swiper-container-cube.swiper-container-rtl .swiper-slide {
|
|
-webkit-transform-origin: 100% 0;
|
|
-moz-transform-origin: 100% 0;
|
|
-ms-transform-origin: 100% 0;
|
|
transform-origin: 100% 0;
|
|
}
|
|
|
|
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
|
|
pointer-events: auto;
|
|
visibility: visible;
|
|
}
|
|
|
|
.swiper-container-cube .swiper-cube-shadow {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #000;
|
|
opacity: .6;
|
|
-webkit-filter: blur(50px);
|
|
filter: blur(50px);
|
|
}
|
|
|
|
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
|
|
z-index: 0;
|
|
}
|
|
|
|
.swiper-scrollbar {
|
|
border-radius: 10px;
|
|
position: relative;
|
|
-ms-touch-action: none;
|
|
background: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.swiper-container-horizontal > .swiper-scrollbar {
|
|
position: absolute;
|
|
left: 1%;
|
|
bottom: 3px;
|
|
z-index: 50;
|
|
height: 5px;
|
|
width: 98%;
|
|
}
|
|
|
|
.swiper-container-vertical > .swiper-scrollbar {
|
|
position: absolute;
|
|
right: 3px;
|
|
top: 1%;
|
|
z-index: 50;
|
|
width: 5px;
|
|
height: 98%;
|
|
}
|
|
|
|
.swiper-scrollbar-drag {
|
|
height: 100%;
|
|
width: 100%;
|
|
position: relative;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
border-radius: 10px;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.swiper-scrollbar-cursor-drag {
|
|
cursor: move;
|
|
}
|
|
|
|
.swiper-lazy-preloader {
|
|
width: 42px;
|
|
height: 42px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin-left: -21px;
|
|
margin-top: -21px;
|
|
z-index: 10;
|
|
-webkit-transform-origin: 50%;
|
|
-moz-transform-origin: 50%;
|
|
transform-origin: 50%;
|
|
-webkit-animation: swiper-preloader-spin 1s step-end infinite;
|
|
-moz-animation: swiper-preloader-spin 1s step-end infinite;
|
|
animation: swiper-preloader-spin 1s step-end infinite;
|
|
}
|
|
|
|
.swiper-lazy-preloader:after {
|
|
display: block;
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
background-position: 50%;
|
|
-webkit-background-size: 100%;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.swiper-lazy-preloader-white:after {
|
|
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
|
|
}
|
|
|
|
@-webkit-keyframes swiper-preloader-spin {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
}
|
|
8.33333333% {
|
|
-webkit-transform: rotate(30deg);
|
|
}
|
|
16.66666667% {
|
|
-webkit-transform: rotate(60deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: rotate(90deg);
|
|
}
|
|
33.33333333% {
|
|
-webkit-transform: rotate(120deg);
|
|
}
|
|
41.66666667% {
|
|
-webkit-transform: rotate(150deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: rotate(180deg);
|
|
}
|
|
58.33333333% {
|
|
-webkit-transform: rotate(210deg);
|
|
}
|
|
66.66666667% {
|
|
-webkit-transform: rotate(240deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: rotate(270deg);
|
|
}
|
|
83.33333333% {
|
|
-webkit-transform: rotate(300deg);
|
|
}
|
|
91.66666667% {
|
|
-webkit-transform: rotate(330deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes swiper-preloader-spin {
|
|
0% {
|
|
transform: rotate(0);
|
|
}
|
|
8.33333333% {
|
|
transform: rotate(30deg);
|
|
}
|
|
16.66666667% {
|
|
transform: rotate(60deg);
|
|
}
|
|
25% {
|
|
transform: rotate(90deg);
|
|
}
|
|
33.33333333% {
|
|
transform: rotate(120deg);
|
|
}
|
|
41.66666667% {
|
|
transform: rotate(150deg);
|
|
}
|
|
50% {
|
|
transform: rotate(180deg);
|
|
}
|
|
58.33333333% {
|
|
transform: rotate(210deg);
|
|
}
|
|
66.66666667% {
|
|
transform: rotate(240deg);
|
|
}
|
|
75% {
|
|
transform: rotate(270deg);
|
|
}
|
|
83.33333333% {
|
|
transform: rotate(300deg);
|
|
}
|
|
91.66666667% {
|
|
transform: rotate(330deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.swiper-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.swiper-slide {
|
|
text-align: center;
|
|
font-size: 18px;
|
|
background: #fff;
|
|
/* Center slide text vertically */
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.swiper-slide img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.swiper-pagination-bullet {
|
|
width: 20px !important;
|
|
height: 2px !important;
|
|
background-color: #fff !important;
|
|
-webkit-border-radius: 0 !important;
|
|
-moz-border-radius: 0 !important;
|
|
-ms-border-radius: 0 !important;
|
|
-o-border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
|
|
.swiper-pagination-bullet-active {
|
|
background-color: #c8111b !important;
|
|
}
|
|
|
|
/* nav-bar end*/
|
|
|
|
/*!/modules/components/freemode/css/freemode.scss*/
|
|
/* nav-bar begin*/
|
|
.freemode-container {
|
|
padding: 0 5px 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.freemode-container .swiper-slide {
|
|
text-align: center;
|
|
border: 1px solid #e2e2e2;
|
|
}
|
|
|
|
.freemode-container .swiper-slide img {
|
|
/*display: inline-block;*/
|
|
width: auto;
|
|
height: 80px;
|
|
}
|
|
|
|
/*!/modules/components/header/css/header.scss*/
|
|
|
|
/* nav-bar begin*/
|
|
#header {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
height: 0.8rem;
|
|
line-height: 0.8rem;
|
|
background: #fff;
|
|
padding: 0 15px;
|
|
/*border-bottom: 1px solid #c9151e;*/
|
|
border-bottom: 1px solid #d6d6d6;
|
|
font-size: 0.28rem;
|
|
text-align: center;
|
|
}
|
|
|
|
#header .logo {
|
|
position: absolute;
|
|
left: 15px;
|
|
top: 0;
|
|
z-index: 3;
|
|
}
|
|
|
|
#header .logo a {
|
|
display: block;
|
|
}
|
|
|
|
#header .logo img {
|
|
width: 77.5px;
|
|
height: auto;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#header .h-select i {display: inline-block;
|
|
width: 12.5px;
|
|
height: 10px;
|
|
|
|
margin-left: -5px;background-repeat: no-repeat;}
|
|
|
|
#header .h-select select {
|
|
border: none;
|
|
background-color: transparent;
|
|
outline: none;
|
|
font-size: 0.26rem;
|
|
padding-right: 5px;
|
|
/* 彻底去掉边框三角 */
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
#header .search {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 16px;
|
|
}
|
|
|
|
#header .search a {display: block;
|
|
width: 17px;
|
|
height: 17px;
|
|
|
|
position: relative;background-repeat: no-repeat;}
|
|
|
|
#header .search a:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: -15px;
|
|
right: -15px;
|
|
top: -15px;
|
|
bottom: -15px;
|
|
}
|
|
|
|
#header .prev-page {width: 9px;
|
|
height: 15px;
|
|
|
|
position: absolute;
|
|
left: 15px;
|
|
top: 18px;
|
|
display: block;background-repeat: no-repeat;}
|
|
|
|
#header .prev-page:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: -15px;
|
|
right: -15px;
|
|
bottom: -15px;
|
|
top: -15px;
|
|
}
|
|
|
|
/* nav-bar end*/
|
|
|
|
/*!/modules/components/navBar/css/navBar.scss*/
|
|
/* nav-bar begin*/
|
|
#nav-bar {
|
|
position: absolute;
|
|
z-index: 2;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 0.9rem;
|
|
line-height: 0.9rem;
|
|
padding: 0;
|
|
background-color: #fcfcfc;
|
|
border-top: 1px solid #d6d6d6;
|
|
}
|
|
|
|
#nav-bar li {
|
|
float: left;
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
|
|
#nav-bar li a {
|
|
display: inline-block;
|
|
line-height: 1.4;
|
|
vertical-align: middle;
|
|
color: #333;
|
|
width: 100%;
|
|
font-size: 0.26rem;
|
|
}
|
|
|
|
#nav-bar li.on a, #nav-bar li.on i {
|
|
color: #c9151e;
|
|
}
|
|
|
|
#nav-bar li.news {
|
|
position: relative;
|
|
}
|
|
|
|
#nav-bar li.news:after {
|
|
content: '';
|
|
display: block;
|
|
width: 9px;
|
|
height: 9px;
|
|
border-radius: 50%;
|
|
background-color: #c9151e;
|
|
position: absolute;
|
|
right: 0.36rem;
|
|
top: 0.15rem;
|
|
}
|
|
|
|
#nav-bar.uc {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
/* nav-bar end*/
|
|
|
|
/*!/modules/components/scrollTop/css/scrollTop.scss*/
|
|
/* nav-bar begin*/
|
|
#scrollTop {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
background-color: rgba(201, 21, 30, 0.8);
|
|
position: absolute;
|
|
right: 15px;
|
|
bottom: 1.65rem;
|
|
z-index: 3;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 1.2;
|
|
display: none;
|
|
}
|
|
|
|
/* nav-bar end*/
|
|
|
|
/*!/modules/components/wytab/css/wytab.scss*/
|
|
|
|
/* nav-bar begin*/
|
|
.tabBox {
|
|
background-color: #fff;
|
|
padding: 0 15px;
|
|
/*margin-top: 0.85rem;*/
|
|
margin-top: 0.7rem;
|
|
}
|
|
|
|
div.huoban ul {
|
|
overflow: hidden;
|
|
text-align: center;
|
|
font-size: 0;
|
|
position: relative;
|
|
top: -0.3rem;
|
|
}
|
|
|
|
div.huoban ul li {
|
|
width: 32.3333%;
|
|
height: 0.6rem;
|
|
background-color: #e2e2e2;
|
|
line-height: 0.6rem;
|
|
display: inline-block;
|
|
font-size: 0.28rem;
|
|
margin: 0 .5%;
|
|
}
|
|
|
|
div.huoban ul li a {
|
|
color: #333;
|
|
}
|
|
|
|
div.huoban ul li:nth-last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
div.huoban ul .on a {
|
|
display: block;
|
|
/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
|
|
background-color: #c9151e;
|
|
color: #fff;
|
|
}
|
|
|
|
.tabBox table {
|
|
width: 100%;
|
|
}
|
|
|
|
.tabBox table td {
|
|
height: 0.65rem;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
padding: 0 20px;
|
|
font-size: 0.26rem;
|
|
}
|
|
|
|
.tabBox table tbody tr:nth-child(1) td, .tabBox table tbody tr:nth-child(2) td, .tabBox table tbody tr:nth-child(3) td {
|
|
color: #c9151e;
|
|
}
|
|
|
|
.tabBox table tbody tr:nth-child(1) td:nth-child(1), .tabBox table tbody tr:nth-child(2) td:nth-child(1), .tabBox table tbody tr:nth-child(3) td:nth-child(1) {
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
|
|
.tabBox .it-delivery {
|
|
color: #333;
|
|
display: block;
|
|
padding-bottom: 0.2rem;
|
|
border-bottom: 1px solid #eeeeee;
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
|
|
.tabBox .delivery-l {
|
|
float: left;
|
|
width: 1.7rem;
|
|
height: 1.55rem;
|
|
margin-right: 0.2rem;
|
|
}
|
|
|
|
.tabBox .delivery-l img {
|
|
display: block;
|
|
width: 1.7rem;
|
|
height: 1.55rem;
|
|
}
|
|
|
|
.tabBox .delivery-r {
|
|
width: 3.6rem;
|
|
float: left;
|
|
padding-right: 0.3rem;
|
|
}
|
|
|
|
.tabBox .delivery-r h2 {
|
|
font-size: 0.28rem;
|
|
margin-bottom: 0.12rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.tabBox .delivery-r p, .tabBox .delivery-r time, .tabBox .delivery-r span {
|
|
font-size: 0.24rem;
|
|
color: #666666;
|
|
}
|
|
|
|
.tabBox .delivery-r time {
|
|
display: block;
|
|
margin-top: 0.1rem;
|
|
}
|
|
|
|
.tabBox .delivery-r span {
|
|
color: #c9151e;
|
|
margin-top: 0.1rem;
|
|
margin-right: 0.2rem;
|
|
display: block;
|
|
}
|
|
|
|
.tabBox .delivery-r span i {display: inline-block;
|
|
width: 12.5px;
|
|
height: 12.5px;
|
|
margin-left: 0.1rem;background-repeat: no-repeat;}
|
|
|
|
.huodong {
|
|
border-bottom: 1px solid #eee;
|
|
border-top: 1px solid #eee;
|
|
padding-top: 0.1rem;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
|
|
.huodong li {
|
|
float: left;
|
|
width: 33.33333%;
|
|
text-align: center;
|
|
font-size: 0.26rem;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.huodong li i {
|
|
font-size: 0.5rem;
|
|
}
|
|
|
|
.huodong li a {
|
|
color: #333;
|
|
display: inline-block;
|
|
padding: 0 0.2rem 0.1rem;
|
|
}
|
|
|
|
.huodong li.on a {
|
|
color: #c9151e;
|
|
border-bottom: 2px solid #c9151e;
|
|
}
|
|
|
|
.video li {
|
|
background-color: #fff;
|
|
margin-bottom: 20px;
|
|
border-bottom: 0.17rem solid #edecec;
|
|
}
|
|
|
|
.video h2 {
|
|
font-size: 0.28rem;
|
|
text-align: center;
|
|
padding: 0.15rem 0;
|
|
}
|
|
|
|
.atlas-images li {
|
|
width: 50%;
|
|
float: left;
|
|
box-sizing: border-box;
|
|
padding: 0.075rem;
|
|
}
|
|
|
|
.atlas-images li img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.atlas-images li:nth-child(2n+1) {
|
|
padding-left: 0.15rem;
|
|
}
|
|
|
|
.atlas-images li:nth-child(2n) {
|
|
padding-right: 0.15rem;
|
|
}
|
|
|
|
.project-details-content {
|
|
font-size: 14px;
|
|
color: #7e7e7e;
|
|
padding: 0 15px 0.2rem;
|
|
}
|
|
|
|
.project-details-content img {
|
|
display: block;
|
|
max-width: 100%!important;
|
|
width: 100%!important;
|
|
height: auto!important;
|
|
margin: 0.16rem 0;
|
|
}
|
|
|
|
.project-details-content p {
|
|
text-indent: 2em;
|
|
}
|
|
|
|
.project-details-content dl dt {
|
|
border-left: 2px solid #c9151e;
|
|
color: #333333;
|
|
margin: 0.15rem 0;
|
|
}
|
|
|
|
.project-details-content dl dd, .project-details-content dl dt {
|
|
padding: 0 15px;
|
|
}
|
|
/* 系统消息展开 */
|
|
.system-message-unread dd input[type="checkbox"]{position: absolute;bottom:0;right:0;opacity:0; width: 100%;height:100%;}
|
|
.system-message-unread dd label{background:#fff !important; position: relative;}
|
|
.unread-content{line-height: 180%; display: none;border-top:1px solid #e8e8e8;padding:15px 0;}
|
|
.system-message-unread dd input[type="checkbox"]:checked + .unread-content{display: block;}
|
|
.system-message-unread dd input[type="checkbox"]:checked ~ i{-webkit-transform:rotate(45deg); transform:rotate(45deg);top: 0.4rem;}
|
|
.system-message-unread dd label a span{display: block;width: 10px;height: 10px;border-radius:50%;background-color: red;position:absolute;right:-0.25rem;top:0.3rem;}
|
|
.system-message-unread dd label a{position: relative; display: inline-block;}
|
|
.system-message-unread dd label i{width: 10px;height: 10px;border-left:1px solid #ccc;border-top:1px solid #ccc;-webkit-transform:rotate(-135deg); transform:rotate(-135deg); position: absolute;right:0;top:15px;-webkit-transition:.3s ease;transition:.3s ease;}
|
|
|
|
.fundraising-content li:nth-child(3) i{background-position:0px 0px}.fundraising-content li:nth-child(1) i{background-position:-40px 0px}.fundraising-content li:nth-child(2) i{background-position:0px -40px}.Choose-sign-up li:nth-child(1) i{background-position:-40px -40px}.Choose-sign-up li:nth-child(2) i{background-position:-80px 0px}.Choose-sign-ups li:nth-child(1) i{background-position:-80px -40px}.Choose-sign-ups li:nth-child(2) i{background-position:0px -80px}.introduce-list li:nth-child(4) i{background-position:-40px -80px}.introduce-list li:nth-child(3) i{background-position:-75px -80px}.introduce-list li:nth-child(1) i{background-position:-120px 0px}.introduce-list li:nth-child(2) i{background-position:-120px -35px}.donation-ranking .ranking-nav li:nth-child(1) i{background-position:-120px -70px}.donation-ranking .ranking-nav li:nth-child(2) i{background-position:0px -120px}.donation-ranking .ranking-nav li:nth-child(3) i{background-position:-27.5px -120px}.donation-ranking .ranking-nav li:nth-child(4) i{background-position:-55px -120px}.donation-ranking .ranking-nav li.on:nth-child(1) i{background-position:-82.5px -120px}.donation-ranking .ranking-nav li.on:nth-child(2) i{background-position:-110px -120px}.donation-ranking .ranking-nav li.on:nth-child(3) i{background-position:-155px 0px}.donation-ranking .ranking-nav li.on:nth-child(4) i{background-position:-155px -27.5px}#header .search a{background-position:-155px -55px}#header .prev-page{background-position:-172px -55px}.tabBox .delivery-r span i{background-position:-155px -72px}#header .h-select i{background-position:-167.5px -72px}.fundraising-content li:nth-child(3) i,.fundraising-content li:nth-child(1) i,.fundraising-content li:nth-child(2) i,.Choose-sign-up li:nth-child(1) i,.Choose-sign-up li:nth-child(2) i,.Choose-sign-ups li:nth-child(1) i,.Choose-sign-ups li:nth-child(2) i,.introduce-list li:nth-child(4) i,.introduce-list li:nth-child(3) i,.introduce-list li:nth-child(1) i,.introduce-list li:nth-child(2) i,.donation-ranking .ranking-nav li:nth-child(1) i,.donation-ranking .ranking-nav li:nth-child(2) i,.donation-ranking .ranking-nav li:nth-child(3) i,.donation-ranking .ranking-nav li:nth-child(4) i,.donation-ranking .ranking-nav li.on:nth-child(1) i,.donation-ranking .ranking-nav li.on:nth-child(2) i,.donation-ranking .ranking-nav li.on:nth-child(3) i,.donation-ranking .ranking-nav li.on:nth-child(4) i,#header .search a,#header .prev-page,.tabBox .delivery-r span i,#header .h-select i{background-size: 182.5px 147.5px;background-image: url(aio_0.5_z.png)}
|
|
|
|
#sharetip{
|
|
background-color: rgba(0,0,0,.75);
|
|
color: #fff;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 9999;
|
|
display: none;
|
|
}
|
|
#sharetip img{
|
|
position: absolute;
|
|
right: 10%;
|
|
top: 1%;
|
|
}
|
|
#sharetip .tip-word{
|
|
position: absolute;
|
|
bottom: 10%;
|
|
left: 0;
|
|
padding: 0 15px;
|
|
text-align: center
|
|
}
|
|
#sharetip .tip-word p{
|
|
text-align: left;
|
|
}
|
|
#sharetip .tip-word a.tip-confirm{
|
|
display: inline-block;
|
|
margin: 10px auto 0;
|
|
color: #fff;
|
|
border: 1px solid #fff;
|
|
border-radius: 3px;
|
|
padding: 10px 20px;
|
|
} |