527 lines
9.9 KiB
CSS
527 lines
9.9 KiB
CSS
/*************
|
||
名称:金融资产监管
|
||
作者:杨振天
|
||
创建时间:2022-03-29
|
||
结束时间:2022-04-18
|
||
**************/
|
||
/* 金融生物资产监管 CSS */
|
||
* {
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
html,
|
||
body {
|
||
margin: 0 auto;
|
||
width: 100% !important;
|
||
overflow: auto;
|
||
}
|
||
|
||
/********* 内容顶部背景 CSS START*********/
|
||
.bg-finance {
|
||
position: relative;
|
||
margin: 0 auto;
|
||
width: 100%;
|
||
height: 580px;
|
||
background-image: url(../../img/finance/banner.png);
|
||
background-position: top center; /* 定义图片起始位置 */
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.bg-overlay {
|
||
background-color: rgba(37, 41, 52, 0.7);
|
||
z-index: 3;
|
||
}
|
||
.index-top {
|
||
position: absolute;
|
||
top: 50%;
|
||
left: 50%;
|
||
transform: translate(-50%, -50%);
|
||
font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
|
||
font-weight: 700;
|
||
color: #ffffff;
|
||
line-height: 24px;
|
||
text-align: center;
|
||
}
|
||
.index-top h1 {
|
||
font-size: 80px;
|
||
letter-spacing: 16px;
|
||
}
|
||
.index-top h2 {
|
||
font-size: 26px;
|
||
letter-spacing: 5.2px;
|
||
}
|
||
/* 主题布局 */
|
||
/*********** 公共样式 ***********/
|
||
.main-content .container,
|
||
.clear-padding {
|
||
padding-left: 0 !important;
|
||
padding-right: 0 !important;
|
||
}
|
||
h3 {
|
||
height: 32px;
|
||
font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
|
||
font-weight: 700;
|
||
text-align: left;
|
||
color: #252934;
|
||
line-height: 24px;
|
||
margin-bottom: 0;
|
||
}
|
||
.comment-title {
|
||
margin-left: 5%;
|
||
}
|
||
.main-title {
|
||
font-size: 32px;
|
||
}
|
||
.tale-title {
|
||
margin-top: -1.2%;
|
||
opacity: 0.1;
|
||
font-size: 40px;
|
||
text-transform: uppercase;
|
||
}
|
||
.row {
|
||
margin-left: 0 !important;
|
||
margin-right: 0 !important;
|
||
}
|
||
.loan,
|
||
.framework,
|
||
.plan,
|
||
.advantage,
|
||
.platform {
|
||
position: relative;
|
||
padding-top: 10%;
|
||
}
|
||
.center-block {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.iden {
|
||
float: left;
|
||
background: #90c221;
|
||
}
|
||
.plan-sm-com span,
|
||
.platform-com span {
|
||
font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
|
||
font-weight: 700;
|
||
text-align: left;
|
||
line-height: 24px;
|
||
}
|
||
.plan-sm-title p,
|
||
.platform-title p {
|
||
padding-top: 2%;
|
||
font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
|
||
font-weight: 400;
|
||
text-align: left;
|
||
}
|
||
.plan-sm-com,
|
||
.platform-com {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
/*********** 公共样式 ***********/
|
||
|
||
/* 1.生物资产贷款难点 */
|
||
.loan {
|
||
background: #fbfbfb;
|
||
}
|
||
.loan-top-con {
|
||
margin: 4% 0 0;
|
||
width: 94%;
|
||
font-size: 20px;
|
||
font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
|
||
font-weight: 400;
|
||
text-align: justify;
|
||
color: #252934;
|
||
line-height: 24px;
|
||
}
|
||
.loan-con-outBox {
|
||
padding: 3% 0 6%;
|
||
}
|
||
.loan-con-box {
|
||
/* width: 90%;
|
||
height: 86%; */
|
||
width: 350px;
|
||
height: 296px;
|
||
margin-top: 10%;
|
||
}
|
||
.con-box-title {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
position: relative;
|
||
}
|
||
.con-box-title p,
|
||
.con-box-tex {
|
||
/* font-size: 18px; */
|
||
font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
|
||
font-weight: 400;
|
||
line-height: 24px;
|
||
}
|
||
.con-box-title p {
|
||
font-size: 18px;
|
||
color: #ffffff;
|
||
position: absolute;
|
||
top: 16%;
|
||
}
|
||
.con-box-tex {
|
||
width: 100%;
|
||
height: 86%;
|
||
font-size: 17px;
|
||
background: #ffffff;
|
||
padding: 20% 8% 26%;
|
||
border-radius: 4px 0px 0px 0px;
|
||
text-align: justify;
|
||
margin: -20.8% auto 0;
|
||
box-sizing: border-box;
|
||
|
||
margin-top: -19%;
|
||
}
|
||
|
||
/* 2.银行监管平台架构 */
|
||
/************/
|
||
/* 箭头图片存在问题 */
|
||
/************/
|
||
.fram-con-outBox {
|
||
position: relative;
|
||
margin: 6% 0 10%;
|
||
}
|
||
.fram-con-box {
|
||
width: 84%;
|
||
}
|
||
.fram-con-title p {
|
||
margin: 2rem 0 1rem;
|
||
font-size: 24px;
|
||
font-family: Microsoft YaHei, Microsoft YaHei-Bold;
|
||
font-weight: 700;
|
||
color: #a3c85e;
|
||
line-height: 24px;
|
||
}
|
||
.fram-con-img {
|
||
position: absolute;
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.fram-con-img img {
|
||
margin-top: -8%;
|
||
}
|
||
.fram-con {
|
||
opacity: 0.8;
|
||
font-size: 16px;
|
||
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
||
font-weight: 400;
|
||
text-align: justify;
|
||
color: #737c86;
|
||
line-height: 20px;
|
||
}
|
||
|
||
/* 3.银行监管平台方案 */
|
||
.plan {
|
||
background-image: url(../../img/finance/6.png);
|
||
}
|
||
.plan-img {
|
||
margin: 6% 0 9%;
|
||
}
|
||
.plan-sm-con {
|
||
display: none;
|
||
}
|
||
|
||
/* .plan-sm-img img {
|
||
margin: 6% 0 9%;
|
||
width: 88% !important;
|
||
}
|
||
.plan-sm-com .iden { */
|
||
/* width: 10px;
|
||
height: 24px; */
|
||
/* width: 8px;
|
||
height: 22px;
|
||
} */
|
||
/* .plan-sm-com span { */
|
||
/* sm-12 */
|
||
/* margin-left: 2.4%;
|
||
font-size: 16px;
|
||
} */
|
||
/* .plan-sm-title p {
|
||
font-size: 14px;
|
||
padding-left: 4.8%;
|
||
line-height: 22px;
|
||
margin-bottom: 1.4rem;
|
||
} */
|
||
|
||
/* 4.银行贷后监管平台优势 */
|
||
.adv-con-outBox {
|
||
margin: 6.5% 0 2%;
|
||
}
|
||
.adv-con-box {
|
||
width: 89%;
|
||
padding: 10% 6%;
|
||
box-sizing: border-box;
|
||
border-top-left-radius: 2%;
|
||
border-top-right-radius: 2%;
|
||
border-bottom: 2px solid #a3c85e;
|
||
height: 220px;
|
||
box-shadow: rgba(210, 206, 206, 0.3) 0 0 16px 0;
|
||
}
|
||
.adv-con-title {
|
||
justify-content: baseline;
|
||
}
|
||
.adv-con-title img {
|
||
float: left;
|
||
margin-right: 2%;
|
||
}
|
||
.adv-con-title p {
|
||
font-size: 24px;
|
||
font-family: Microsoft YaHei, Microsoft YaHei-Bold;
|
||
font-weight: 700;
|
||
text-align: left;
|
||
color: #a3c85e;
|
||
line-height: 24px;
|
||
}
|
||
.adv-con {
|
||
opacity: 0.8;
|
||
font-size: 16px;
|
||
font-family: Microsoft YaHei, Microsoft YaHei-Regular;
|
||
font-weight: 400;
|
||
text-align: justify !important;
|
||
color: #737c86;
|
||
line-height: 20px;
|
||
}
|
||
|
||
/* 5.银行贷后监管平台 */
|
||
.platform {
|
||
width: 100%;
|
||
background-image: url(../../img/finance/bg.png);
|
||
background-position: top center;
|
||
background-repeat: no-repeat;
|
||
background-size: cover;
|
||
}
|
||
.platform-con-outBox {
|
||
margin: 5% 0 10%;
|
||
}
|
||
.platform-cont {
|
||
margin-top: 5.6%;
|
||
}
|
||
.platform-com .iden {
|
||
/* float: left; */
|
||
width: 10px;
|
||
height: 24px;
|
||
/* background: #90c221; */
|
||
}
|
||
.platform-com span {
|
||
display: block;
|
||
min-width: 230px;
|
||
padding-left: 3%;
|
||
font-size: 24px;
|
||
color: #ffffff;
|
||
}
|
||
.platform-title p {
|
||
font-size: 16px;
|
||
padding-left: 5%;
|
||
color: #ffffff;
|
||
line-height: 24px;
|
||
margin-bottom: 2rem;
|
||
}
|
||
|
||
/*修改网页主题布局最大宽度为1200px*/
|
||
@media screen and (min-width: 1200px) {
|
||
.container {
|
||
max-width: 1200px;
|
||
}
|
||
}
|
||
/* @media screen and (min-width: 992px) and (max-width: 1200px) {
|
||
.container {
|
||
max-width: 992px;
|
||
}
|
||
}
|
||
@media screen and (min-width: 968px) and (max-width: 992px) {
|
||
.container {
|
||
max-width: 968px;
|
||
}
|
||
} */
|
||
@media screen and (max-width: 460px) {
|
||
.container {
|
||
max-width: 100%;
|
||
}
|
||
.bg-finance {
|
||
height: 200px;
|
||
}
|
||
.index-top {
|
||
line-height: 19px;
|
||
}
|
||
.index-top h1 {
|
||
margin-top: 42%;
|
||
min-width: 220px;
|
||
font-size: 26px;
|
||
letter-spacing: 1.2px;
|
||
}
|
||
.disappear {
|
||
font-size: 0 !important;
|
||
}
|
||
/**** 公共样式 ****/
|
||
h3 {
|
||
height: 24px;
|
||
line-height: 24px;
|
||
}
|
||
.comment-title {
|
||
margin-left: 5%;
|
||
}
|
||
.main-title {
|
||
font-size: 19px !important;
|
||
}
|
||
.tale-title {
|
||
margin-top: -2.6%;
|
||
opacity: 0.1;
|
||
font-size: 20px;
|
||
text-transform: uppercase;
|
||
}
|
||
/* 可能需要 */
|
||
/* .plan-sm-com .iden, .platform-com .iden {
|
||
width: 8px;
|
||
height: 20px;
|
||
} */
|
||
|
||
/* 1.生物资产贷款难点 */
|
||
.loan-top-con {
|
||
font-size: 14px;
|
||
line-height: 1.4rem;
|
||
}
|
||
.loan-con-outBox {
|
||
margin-bottom: 10%;
|
||
}
|
||
.loan-con-box {
|
||
/* height: 86%; */
|
||
height: 195px;
|
||
width: 100%;
|
||
}
|
||
.loan-con-longBox {
|
||
height: 225px;
|
||
}
|
||
/* .con-box-title img {
|
||
width: 20%;
|
||
} */
|
||
.con-box-title p,
|
||
.con-box-tex {
|
||
line-height: 1.3rem;
|
||
}
|
||
.con-box-title p {
|
||
font-size: 16px;
|
||
}
|
||
.con-box-tex {
|
||
font-size: 14px;
|
||
/* margin: -21.6% auto 0; */
|
||
margin: -66px auto 0;
|
||
|
||
/* height: 100% !important; */
|
||
padding: 16% 8% 10% !important;
|
||
}
|
||
|
||
/* 2.银行监管平台架构 */
|
||
/* .fram-con-title {
|
||
display: flex;
|
||
align-items: center;
|
||
} */
|
||
.fram-con-title p {
|
||
/* margin: 1.5rem 0 1.5rem; */
|
||
margin: 1rem 0 1rem;
|
||
font-size: 17px;
|
||
}
|
||
.fram-con-title img {
|
||
margin: 9% 4% 3% 0;
|
||
width: 28% !important;
|
||
}
|
||
.fram-con-img {
|
||
display: none;
|
||
}
|
||
.fram-con {
|
||
font-size: 14px;
|
||
line-height: 20px;
|
||
}
|
||
|
||
/* 3.银行监管平台方案 */
|
||
.plan {
|
||
background-image: url(../../img/finance/6.png);
|
||
}
|
||
.plan-img {
|
||
display: none;
|
||
}
|
||
.plan-sm-con {
|
||
display: block;
|
||
}
|
||
.plan-sm-img img {
|
||
margin: 6% 0 9%;
|
||
width: 88% !important;
|
||
}
|
||
.plan-sm-com .iden {
|
||
width: 8px;
|
||
height: 20px;
|
||
}
|
||
.plan-sm-com span {
|
||
/* sm-12 */
|
||
margin-left: 2.4%;
|
||
font-size: 16px;
|
||
font-weight: 400;
|
||
}
|
||
.plan-sm-title p {
|
||
font-size: 14px;
|
||
padding-left: 4.8%;
|
||
line-height: 22px;
|
||
margin-bottom: 1.4rem;
|
||
text-align: justify !important;
|
||
}
|
||
|
||
/* 4.银行贷后监管平台优势 */
|
||
.sm-block-css {
|
||
margin-bottom: 3%;
|
||
}
|
||
.adv-con-box {
|
||
padding: 8% 5%;
|
||
height: 100% !important;
|
||
}
|
||
.adv-con-title {
|
||
justify-content: baseline;
|
||
}
|
||
.adv-con-title img {
|
||
float: left;
|
||
margin-right: 2%;
|
||
transform: scale(0.8);
|
||
vertical-align: middle;
|
||
}
|
||
.adv-con-title p {
|
||
font-size: 17px;
|
||
margin-bottom: 0.6rem !important;
|
||
}
|
||
.adv-con {
|
||
font-size: 14px;
|
||
}
|
||
|
||
/* 5.银行贷后监管平台 */
|
||
.platform-com .iden {
|
||
width: 8px;
|
||
height: 20px;
|
||
}
|
||
.platform-com span {
|
||
padding-left: 0% !important;
|
||
margin-left: 2%;
|
||
font-size: 16px;
|
||
/* color: #333333; */
|
||
/* color: #ffffff; */
|
||
}
|
||
.platform-title p {
|
||
font-size: 15px;
|
||
padding-left: 0% !important;
|
||
margin-left: 4.2%;
|
||
/* color: #666666; */
|
||
line-height: 20px;
|
||
margin-bottom: 1.2rem;
|
||
}
|
||
.platform-cont-img {
|
||
width: 100% !important;
|
||
}
|
||
.foot-box {
|
||
display: none;
|
||
}
|
||
}
|