|
@@ -5,7 +5,7 @@ body {
|
|
height: 100%;
|
|
height: 100%;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
color: #fff;
|
|
color: #fff;
|
|
- font-family: 'Microsoft YaHei';
|
|
|
|
|
|
+ font-family: "Microsoft YaHei";
|
|
overflow-y: hidden;
|
|
overflow-y: hidden;
|
|
}
|
|
}
|
|
* {
|
|
* {
|
|
@@ -30,7 +30,7 @@ a {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
#app {
|
|
#app {
|
|
- background: url('../img/page-bg3.png') center center no-repeat;
|
|
|
|
|
|
+ background: url("../img/page-bg3.png") center center no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.top {
|
|
.top {
|
|
@@ -50,26 +50,26 @@ a {
|
|
letter-spacing: 5px;
|
|
letter-spacing: 5px;
|
|
}
|
|
}
|
|
.top .title > span:before {
|
|
.top .title > span:before {
|
|
- content: '';
|
|
|
|
|
|
+ content: "";
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 66px; /*图标宽度*/
|
|
width: 66px; /*图标宽度*/
|
|
height: 42px; /*图标高度*/
|
|
height: 42px; /*图标高度*/
|
|
- background: url('../img/title-left.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/title-left.png") no-repeat center center; /*图标路径*/
|
|
background-size: contain; /*图标大小适应*/
|
|
background-size: contain; /*图标大小适应*/
|
|
margin-right: 20px; /*图标与文字的间距*/
|
|
margin-right: 20px; /*图标与文字的间距*/
|
|
}
|
|
}
|
|
.top .title > div {
|
|
.top .title > div {
|
|
height: 30px;
|
|
height: 30px;
|
|
width: 40%;
|
|
width: 40%;
|
|
- background: url('../img/title-light.png') center bottom no-repeat;
|
|
|
|
|
|
+ background: url("../img/title-light.png") center bottom no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.top .title > span:after {
|
|
.top .title > span:after {
|
|
- content: '';
|
|
|
|
|
|
+ content: "";
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 66px; /*图标宽度*/
|
|
width: 66px; /*图标宽度*/
|
|
height: 42px; /*图标高度*/
|
|
height: 42px; /*图标高度*/
|
|
- background: url('../img/title-right.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/title-right.png") no-repeat center center; /*图标路径*/
|
|
background-size: contain; /*图标大小适应*/
|
|
background-size: contain; /*图标大小适应*/
|
|
margin-left: 20px; /*图标与文字的间距*/
|
|
margin-left: 20px; /*图标与文字的间距*/
|
|
}
|
|
}
|
|
@@ -113,7 +113,7 @@ a {
|
|
/* height: calc(100% / 7); */
|
|
/* height: calc(100% / 7); */
|
|
height: 100px;
|
|
height: 100px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/small-title.png") no-repeat center bottom; /*图标路径*/
|
|
background-size: 100% 50%;
|
|
background-size: 100% 50%;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -124,7 +124,7 @@ a {
|
|
letter-spacing: 5px;
|
|
letter-spacing: 5px;
|
|
}
|
|
}
|
|
.left .child > div:nth-child(1):before {
|
|
.left .child > div:nth-child(1):before {
|
|
- content: '●';
|
|
|
|
|
|
+ content: "●";
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
color: #40a9ff;
|
|
color: #40a9ff;
|
|
}
|
|
}
|
|
@@ -147,7 +147,7 @@ a {
|
|
.left1 .child {
|
|
.left1 .child {
|
|
width: 47%;
|
|
width: 47%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- background: url('../img/left1.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/left1.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
display: grid;
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
grid-template-columns: repeat(2, 1fr);
|
|
@@ -175,12 +175,12 @@ a {
|
|
padding: 1%;
|
|
padding: 1%;
|
|
}
|
|
}
|
|
.checkBg {
|
|
.checkBg {
|
|
- background: url('../img/disk.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/disk.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.left .industryProportion1,
|
|
.left .industryProportion1,
|
|
.left2 .industryProportion1 {
|
|
.left2 .industryProportion1 {
|
|
- background: url('../img/industryProportion.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/industryProportion.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.left .industryProportion2 {
|
|
.left .industryProportion2 {
|
|
@@ -206,15 +206,15 @@ a {
|
|
gap: 30px;
|
|
gap: 30px;
|
|
}
|
|
}
|
|
.left3A > div:nth-child(1) {
|
|
.left3A > div:nth-child(1) {
|
|
- background: url('../img/retainedA.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/retainedA.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.left3A > div:nth-child(2) {
|
|
.left3A > div:nth-child(2) {
|
|
- background: url('../img/retainedB.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/retainedB.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.left3A > div:nth-child(3) {
|
|
.left3A > div:nth-child(3) {
|
|
- background: url('../img/retainedC.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/retainedC.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.left4 {
|
|
.left4 {
|
|
@@ -268,23 +268,23 @@ a {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.center1 > div:nth-child(2) {
|
|
.center1 > div:nth-child(2) {
|
|
- background: url('../img/bubbleBg.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/bubbleBg.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.center1 > div:nth-child(3) {
|
|
.center1 > div:nth-child(3) {
|
|
- background: url('../img/blueBig.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/blueBig.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.center1 > div:nth-child(4) {
|
|
.center1 > div:nth-child(4) {
|
|
- background: url('../img/blueSmall.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/blueSmall.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.center1 > div:nth-child(5) {
|
|
.center1 > div:nth-child(5) {
|
|
- background: url('../img/greenSmall.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/greenSmall.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.center1 > div:nth-child(6) {
|
|
.center1 > div:nth-child(6) {
|
|
- background: url('../img/greenBig.png') no-repeat center center; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/greenBig.png") no-repeat center center; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.center2 {
|
|
.center2 {
|
|
@@ -311,16 +311,16 @@ a {
|
|
padding-left: 40%;
|
|
padding-left: 40%;
|
|
}
|
|
}
|
|
.center2 > div:nth-child(1) > div:nth-child(1) {
|
|
.center2 > div:nth-child(1) > div:nth-child(1) {
|
|
- background: url('../img/centerTop1.png') no-repeat center left; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/centerTop1.png") no-repeat center left; /*图标路径*/
|
|
}
|
|
}
|
|
.center2 > div:nth-child(1) > div:nth-child(2) {
|
|
.center2 > div:nth-child(1) > div:nth-child(2) {
|
|
- background: url('../img/centerTop2.png') no-repeat center left; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/centerTop2.png") no-repeat center left; /*图标路径*/
|
|
}
|
|
}
|
|
.center2 > div:nth-child(1) > div:nth-child(3) {
|
|
.center2 > div:nth-child(1) > div:nth-child(3) {
|
|
- background: url('../img/centerTop3.png') no-repeat center left; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/centerTop3.png") no-repeat center left; /*图标路径*/
|
|
}
|
|
}
|
|
.center2 > div:nth-child(1) > div:nth-child(4) {
|
|
.center2 > div:nth-child(1) > div:nth-child(4) {
|
|
- background: url('../img/centerTop4.png') no-repeat center left; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/centerTop4.png") no-repeat center left; /*图标路径*/
|
|
}
|
|
}
|
|
.center3 {
|
|
.center3 {
|
|
position: absolute !important;
|
|
position: absolute !important;
|
|
@@ -352,12 +352,12 @@ a {
|
|
font-size: 32px !important;
|
|
font-size: 32px !important;
|
|
}
|
|
}
|
|
.blueIcon::before {
|
|
.blueIcon::before {
|
|
- content: '●';
|
|
|
|
|
|
+ content: "●";
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
color: #40a9ff;
|
|
color: #40a9ff;
|
|
}
|
|
}
|
|
.bottom-tip {
|
|
.bottom-tip {
|
|
- background: url('../img/center-bottonm.png') no-repeat center left; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/center-bottonm.png") no-repeat center left; /*图标路径*/
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
width: 1600px;
|
|
width: 1600px;
|
|
height: 120px;
|
|
height: 120px;
|
|
@@ -839,13 +839,13 @@ i {
|
|
}
|
|
}
|
|
|
|
|
|
.meansWrap {
|
|
.meansWrap {
|
|
- width: 80%;
|
|
|
|
|
|
+ width: 75%;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
|
|
.itemWid {
|
|
.itemWid {
|
|
- width: calc(100% / 8);
|
|
|
|
|
|
+ width: calc(100% / 6);
|
|
height: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
@@ -864,12 +864,12 @@ i {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: -95px;
|
|
right: -95px;
|
|
bottom: 15px;
|
|
bottom: 15px;
|
|
- width: 100px;
|
|
|
|
|
|
+ width: 120px;
|
|
}
|
|
}
|
|
|
|
|
|
.itemWid img {
|
|
.itemWid img {
|
|
position: absolute;
|
|
position: absolute;
|
|
- right: -95px;
|
|
|
|
|
|
+ right: -65px;
|
|
bottom: 15px;
|
|
bottom: 15px;
|
|
width: 120px;
|
|
width: 120px;
|
|
}
|
|
}
|
|
@@ -901,7 +901,7 @@ i {
|
|
color: #68bdff;
|
|
color: #68bdff;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 75px;
|
|
top: 75px;
|
|
- left: 110px;
|
|
|
|
|
|
+ left: 148px;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
align-items: flex-end;
|
|
}
|
|
}
|
|
@@ -934,7 +934,7 @@ i {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100px;
|
|
height: 100px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
|
|
|
|
|
|
+ background: url("../img/small-title.png") no-repeat center bottom; /*图标路径*/
|
|
background-size: 100% 50%;
|
|
background-size: 100% 50%;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -978,7 +978,7 @@ i {
|
|
}
|
|
}
|
|
|
|
|
|
.itemTop p::after {
|
|
.itemTop p::after {
|
|
- content: '';
|
|
|
|
|
|
+ content: "";
|
|
width: 0.75rem;
|
|
width: 0.75rem;
|
|
height: 0.75rem;
|
|
height: 0.75rem;
|
|
background: linear-gradient(0deg, #014198, #93ceff);
|
|
background: linear-gradient(0deg, #014198, #93ceff);
|
|
@@ -1167,7 +1167,7 @@ i {
|
|
}
|
|
}
|
|
|
|
|
|
.investInfoWrap .investInfo::after {
|
|
.investInfoWrap .investInfo::after {
|
|
- content: '';
|
|
|
|
|
|
+ content: "";
|
|
width: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
height: 20px;
|
|
border: 4px solid #68bdff;
|
|
border: 4px solid #68bdff;
|