测试文件

This commit is contained in:
Wjl
2022-01-11 14:22:25 +08:00
parent 0d51d41ffd
commit 37c93d07d0
283 changed files with 36491 additions and 4 deletions

BIN
portal/h5/assets/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
portal/h5/assets/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
portal/h5/assets/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,150 @@
.baozhang {
position: absolute;
top: 73px;
height: 720px;
left: 20px;
right: 240px;
visibility: hidden;
background: #ffffff;
padding: 10px 20px;
}
.baozhang h3 {
text-align: left;
padding: 10px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.baozhang b {
font-size: 26px;
margin-right: 10px;
color: black;
}
.baozhang .top {
display: flex;
justify-content: space-between;
}
.baozhang .top > div {
width: 49%;
box-shadow: 0 0 1px 1px #e1e1e1;
}
.baozhang .top .flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.baozhang .top .flex span {
padding: 10px 20px;
color: #797979;
}
.baozhang .bottom {
box-shadow: 0 0 1px 1px #e1e1e1;
margin-top: 10px;
}
.baozhang .bottom > .flex {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 20px 10px;
}
.baozhang .bottom > .flex .left {
width: 30%;
color: #797979;
}
.baozhang .bottom > .flex .left > div {
height: 150px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 10px 0;
width: 100%;
background: #ffffff;
box-shadow: 0 0 1px 1px #e1e1e1;
padding-bottom: 10px;
}
.baozhang .bottom > .flex .left > div img {
width: 40px;
margin: 10px 0;
}
.baozhang .bottom > .flex .right {
width: 68%;
height: 480px;
box-shadow: 0 0 1px 1px #e1e1e1;
padding-bottom: 20px;
}
.baozhang .bottom > .flex .right > :nth-child(1) {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px 0px 20px;
}
.baozhang .bottom > .flex .right > :nth-child(1) > :nth-child(1) {
display: flex;
align-items: center;
font-weight: bold;
font-size: 18px;
}
.baozhang .bottom > .flex .right > :nth-child(1) > :nth-child(1) img {
height: 25px;
}
.baozhang .bottom > .flex .right > :nth-child(1) > :nth-child(2) span {
padding: 5px 10px;
border: 1px solid #b1afaf;
border-radius: 3px;
margin-left: -4px;
}
.baozhang .bottom > .flex .right > :nth-child(1) .mapButtonColor {
color: #198eff;
border: 1px solid #198eff !important;
box-shadow: 0 0 1px 1px #c2e3ff;
}
.baozhang .bottom > .flex .right p {
margin-left: 70%;
margin-top: 20px;
margin-bottom: 5px;
}
.baozhang .bottom > .flex .right .peizu {
display: flex;
justify-content: left;
position: relative;
}
.baozhang .bottom > .flex .right .peizu .echart2 {
width: 37%;
height: 400px;
margin-left: 20%;
}
.baozhang .bottom > .flex .right .peizu table {
position: absolute;
left: 70%;
text-align: left;
}
.baozhang .bottom > .flex .right .peizu table tbody td {
padding: 7px 0;
padding-right: 20px;
}
.baozhang .bottom > .flex .right .peizu table tbody tr > :nth-child(2) {
color: #198eff;
}
.baozhang .bottom > .flex .right .zulin {
display: flex;
justify-content: left;
display: none;
position: relative;
}
.baozhang .bottom > .flex .right .zulin .echart3 {
width: 37%;
height: 400px;
margin-left: 20%;
}
.baozhang .bottom > .flex .right .zulin table {
position: absolute;
left: 70%;
text-align: left;
}
.baozhang .bottom > .flex .right .zulin table tbody td {
padding: 7px 0;
padding-right: 20px;
}
.baozhang .bottom > .flex .right .zulin table tbody tr > :nth-child(2) {
color: #198eff;
}

View File

@@ -0,0 +1,192 @@
.baozhang {
position: absolute;
top: 73px;
height: 720px;
left: 20px;
right: 240px;
visibility: hidden;
// display: none;
background: #ffffff;
padding: 10px 20px;
h3 {
text-align: left;
padding: 10px;
padding-left: 20px;
// padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
b {
font-size: 26px;
margin-right: 10px;
color: black;
}
.top {
display: flex;
justify-content: space-between;
> div {
width: 49%;
box-shadow: 0 0 1px 1px #e1e1e1;
}
.flex {
display: flex;
justify-content: space-between;
align-items: center;
span {
padding: 10px 20px;
color: #797979;
}
}
}
.bottom {
box-shadow: 0 0 1px 1px #e1e1e1;
margin-top: 10px;
> .flex {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 20px 10px;
.left {
// height: 500px;
width: 30%;
color: #797979;
> div {
height: 150px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 10px 0;
width: 100%;
background: #ffffff;
box-shadow: 0 0 1px 1px #e1e1e1;
padding-bottom: 10px;
span {
// margin-top: 10px;
}
img {
width: 40px;
margin: 10px 0;
}
// img:nth-child(2) {
// width: 18px;
// }
}
}
.right {
width: 68%;
height: 480px;
box-shadow: 0 0 1px 1px #e1e1e1;
padding-bottom: 20px;
> :nth-child(1) {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 40px 0px 20px;
> :nth-child(1) {
display: flex;
align-items: center;
font-weight: bold;
font-size: 18px;
img {
height: 25px;
}
}
> :nth-child(2) {
span {
padding: 5px 10px;
border: 1px solid rgb(177, 175, 175);
border-radius: 3px;
margin-left: -4px;
}
}
.mapButtonColor {
color: #198eff;
border: 1px solid #198eff !important;
box-shadow: 0 0 1px 1px #c2e3ff;
}
}
p {
// text-align: right;
margin-left: 70%;
margin-top: 20px;
margin-bottom: 5px;
}
.peizu {
display: flex;
justify-content: left;
position: relative;
.echart2 {
width: 37%;
height: 400px;
margin-left: 20%;
// max-width: 200px;
// margin: 0 auto;
}
table {
// width: 40%;
position: absolute;
left: 70%;
text-align: left;
// td {
// width: 100px;
// }
tbody {
td {
padding: 7px 0;
padding-right: 20px;
}
tr {
// line-height: 20px;
> :nth-child(2) {
color: #198eff;
}
}
}
}
}
.zulin {
display: flex;
justify-content: left;
display: none;
position: relative;
.echart3 {
width: 37%;
height: 400px;
// max-width: 200px;
// margin: 0 auto;
margin-left: 20%;
}
table {
position: absolute;
left: 70%;
text-align: left;
tbody {
td {
padding: 7px 0;
padding-right: 20px;
}
tr {
// line-height: 20px;
> :nth-child(2) {
color: #198eff;
}
}
}
}
}
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635144801845" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3535" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M1000.7 903.4h-46.5V350.8c0-50.6-41.9-92.1-93.1-92.1H674.9v644.7h-46.6V120.5c0-50.6-41.9-92.1-93.1-92.1H162.9c-51.2 0-93.1 41.5-93.1 92.1v782.9H23.3c-14 0-23.3 9.2-23.3 23.1v46.1c0 13.8 9.2 23.1 23.3 23.1h977.4c14 0 23.3-9.2 23.3-23.1v-46.1c0-13.8-9.3-23.1-23.3-23.1zM302.6 696.2c0 13.8-9.3 23.1-23.3 23.1h-93.1c-14 0-23.3-9.2-23.3-23.1v-46.1c0-13.8 9.3-23.1 23.3-23.1h93.1c14 0 23.3 9.2 23.3 23.1v46.1z m0-184.2c0 13.8-9.3 23.1-23.3 23.1h-93.1c-14 0-23.3-9.2-23.3-23.1v-46.1c0-13.8 9.3-23.1 23.3-23.1h93.1c14 0 23.3 9.2 23.3 23.1V512z m0-184.3c0 13.8-9.3 23.1-23.3 23.1h-93.1c-14 0-23.3-9.2-23.3-23.1v-46.1c0-13.8 9.3-23.1 23.3-23.1h93.1c14 0 23.3 9.2 23.3 23.1v46.1z m232.7 368.5c0 13.8-9.3 23.1-23.3 23.1h-93.1c-14 0-23.3-9.2-23.3-23.1v-46.1c0-13.8 9.3-23.1 23.3-23.1H512c14 0 23.3 9.2 23.3 23.1v46.1z m0-184.2c0 13.8-9.3 23.1-23.3 23.1h-93.1c-14 0-23.3-9.2-23.3-23.1v-46.1c0-13.8 9.3-23.1 23.3-23.1H512c14 0 23.3 9.2 23.3 23.1V512z m0-184.3c0 13.8-9.3 23.1-23.3 23.1h-93.1c-14 0-23.3-9.2-23.3-23.1v-46.1c0-13.8 9.3-23.1 23.3-23.1H512c14 0 23.3 9.2 23.3 23.1v46.1zM864 465.9V512c0 13.8-6.6 23.1-16.5 23.1h-65.9c-9.9 0-16.5-9.2-16.5-23.1v-46.1c0-13.8 6.6-23.1 16.5-23.1h65.9c9.9 0 16.5 9.2 16.5 23.1z m-98.9 184.2c0-13.8 6.6-23.1 16.5-23.1h65.9c9.9 0 16.5 9.2 16.5 23.1v46.1c0 13.8-6.6 23.1-16.5 23.1h-65.9c-9.9 0-16.5-9.2-16.5-23.1v-46.1z" p-id="3536" fill="#269BFF"></path></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

217
portal/h5/chengshi/1.css Normal file
View File

@@ -0,0 +1,217 @@
.chengshi {
position: absolute;
top: 73px;
visibility: hidden;
background: #ffffff;
left: 20px;
width: 83.5%;
padding: 10px 20px;
}
.chengshi h3 {
text-align: left;
padding: 10px 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.chengshi b {
margin: 0 10px;
font-size: 18px;
color: black;
}
.chengshi .top {
display: flex;
justify-content: space-between;
}
.chengshi .top > div {
width: 49%;
}
.chengshi .top .left {
box-shadow: 0 0 1px 1px #e1e1e1;
}
.chengshi .top .left .flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
color: #797979;
}
.chengshi .top .left .flex > :nth-child(1) {
width: 25%;
padding-left: 30px;
text-align: left;
}
.chengshi .top .left .flex > :nth-child(1) b {
font-weight: bold;
}
.chengshi .top .left .flex > :nth-child(1) span {
display: block;
margin: 20px 0;
}
.chengshi .top .left .flex > :nth-child(1) .echart40 {
width: 90%;
height: 40px;
}
.chengshi .top .left .flex .r {
text-align: left;
width: 75%;
padding-top: 10px;
position: relative;
}
.chengshi .top .left .flex .r span {
padding-left: 20px;
color: black;
}
.chengshi .top .left .flex .r .echart41 {
width: 100%;
height: 400px;
margin: 0 auto;
}
.chengshi .top .left .flex .r > :nth-child(3) {
position: absolute;
right: 0px;
top: 10px;
width: 60%;
display: flex;
flex-wrap: wrap;
}
.chengshi .top .left .flex .r > :nth-child(3) > div {
display: flex;
align-items: center;
}
.chengshi .top .left .flex .r > :nth-child(3) > div span {
height: 13px;
width: 5px;
display: inline-block;
border-radius: 3px;
margin-right: 5px;
}
.chengshi .top .left .flex .r > :nth-child(3) > div i {
font-style: normal;
margin-right: 8px;
font-size: 12px;
}
.chengshi .top .right {
box-shadow: 0 0 1px 1px #e1e1e1;
}
.chengshi .top .right .flex {
display: flex;
justify-content: space-between;
position: relative;
}
.chengshi .top .right .flex .echart42 {
height: 330px;
width: 37%;
margin: 0 auto;
margin-top: 40px;
}
.chengshi .top .right .flex > :nth-child(2) {
width: 63%;
}
.chengshi .top .right .flex > :nth-child(2) span {
display: inline-block;
padding: 10px 0 10px 60px;
}
.chengshi .top .right .flex > :nth-child(2) .echart43 {
height: 400px;
width: 100%;
margin: 0 auto;
}
.chengshi .top .right .flex > :nth-child(3) {
position: absolute;
top: 10px;
left: 20px;
width: 37%;
display: flex;
flex-wrap: wrap;
color: #797979;
}
.chengshi .top .right .flex > :nth-child(3) > div {
display: flex;
align-items: center;
}
.chengshi .top .right .flex > :nth-child(3) > div span {
height: 13px;
width: 23px;
display: inline-block;
border-radius: 3px;
margin-right: 5px;
}
.chengshi .top .right .flex > :nth-child(3) > div i {
font-style: normal;
margin-right: 8px;
font-size: 12px;
}
.chengshi .bottom {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.chengshi .bottom .left {
box-shadow: 0 0 1px 1px #e1e1e1;
width: 49%;
}
.chengshi .bottom .left > div .flex {
display: flex;
justify-content: space-between;
padding: 0 5px;
padding-top: 20px;
color: #797979;
text-align: left;
}
.chengshi .bottom .left > div .flex > div {
border: 1px solid #e1e1e1;
width: 31%;
padding: 5px;
}
.chengshi .bottom .left > div .flex b {
margin-left: 0;
font-weight: bold;
}
.chengshi .bottom .left > div .echart44 {
width: 95%;
height: 400px;
margin: 0 auto;
}
.chengshi .bottom .right {
width: 49%;
box-shadow: 0 0 1px 1px #e1e1e1;
}
.chengshi .bottom .right > .flex {
display: flex;
justify-content: space-between;
color: #797979;
text-align: center;
position: relative;
}
.chengshi .bottom .right > .flex > :nth-child(1) {
width: 30%;
}
.chengshi .bottom .right > .flex > :nth-child(1) .echart45 {
height: 150px;
width: 100%;
}
.chengshi .bottom .right > .flex > :nth-child(2) {
width: 70%;
height: 200px;
}
.chengshi .bottom .right > .flex > :nth-child(3) {
position: absolute;
top: 10px;
right: 20px;
color: black;
}
.chengshi .bottom .right .box {
color: #797979;
}
.chengshi .bottom .right .box > :nth-child(1) {
padding: 10px 0;
justify-content: left;
padding-left: 20px;
text-align: left;
}
.chengshi .bottom .right .box > :nth-child(1) > span {
width: 48%;
}
.chengshi .bottom .right .box div[class^="echart"] {
height: 200px;
width: 48%;
}

1043
portal/h5/chengshi/1.js Normal file

File diff suppressed because it is too large Load Diff

231
portal/h5/chengshi/1.less Normal file
View File

@@ -0,0 +1,231 @@
.chengshi {
position: absolute;
top: 73px;
visibility: hidden;
background: #ffffff;
left: 20px;
width: 83.5%;
padding: 10px 20px;
h3 {
text-align: left;
padding: 10px 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
b {
margin: 0 10px;
font-size: 18px;
color: black;
}
.top {
display: flex;
justify-content: space-between;
> div {
width: 49%;
}
.left {
box-shadow: 0 0 1px 1px #e1e1e1;
.flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
color: #797979;
> :nth-child(1) {
width: 25%;
padding-left: 30px;
text-align: left;
b {
font-weight: bold;
}
span {
display: block;
margin: 20px 0;
}
.echart40 {
width: 90%;
height: 40px;
}
}
.r {
text-align: left;
width: 75%;
padding-top: 10px;
position: relative;
span {
padding-left: 20px;
color: black;
// margin-right: -20px;
}
.echart41 {
width: 100%;
height: 400px;
margin: 0 auto;
}
> :nth-child(3) {
position: absolute;
right: 0px;
top: 10px;
width: 60%;
display: flex;
flex-wrap: wrap;
> div {
display: flex;
align-items: center;
span {
height: 13px;
width: 5px;
display: inline-block;
border-radius: 3px;
margin-right: 5px;
}
i {
font-style: normal;
margin-right: 8px;
font-size: 12px;
}
}
}
}
}
}
.right {
box-shadow: 0 0 1px 1px #e1e1e1;
.flex {
display: flex;
justify-content: space-between;
position: relative;
.echart42 {
height: 330px;
width: 37%;
margin: 0 auto;
margin-top: 40px;
}
> :nth-child(2) {
width: 63%;
span {
display: inline-block;
padding: 10px 0 10px 60px;
}
.echart43 {
height: 400px;
width: 100%;
margin: 0 auto;
}
}
> :nth-child(3) {
position: absolute;
top: 10px;
left: 20px;
width: 37%;
display: flex;
flex-wrap: wrap;
color: #797979;
> div {
display: flex;
align-items: center;
span {
height: 13px;
width: 23px;
display: inline-block;
border-radius: 3px;
margin-right: 5px;
}
i {
font-style: normal;
margin-right: 8px;
font-size: 12px;
}
}
}
}
}
}
.bottom {
display: flex;
justify-content: space-between;
margin-top: 20px;
.left {
box-shadow: 0 0 1px 1px #e1e1e1;
width: 49%;
> div {
.flex {
display: flex;
justify-content: space-between;
padding: 0 5px;
padding-top: 20px;
color: #797979;
text-align: left;
> div {
border: 1px solid #e1e1e1;
width: 31%;
padding: 5px;
}
b {
margin-left: 0;
font-weight: bold;
}
}
.echart44 {
width: 95%;
height: 400px;
margin: 0 auto;
}
}
}
.right {
width: 49%;
box-shadow: 0 0 1px 1px #e1e1e1;
> .flex {
display: flex;
justify-content: space-between;
color: #797979;
text-align: center;
position: relative;
> :nth-child(1) {
width: 30%;
.echart45 {
height: 150px;
width: 100%;
}
}
> :nth-child(2) {
width: 70%;
height: 200px;
}
> :nth-child(3) {
position: absolute;
top: 10px;
right: 20px;
color: black;
}
}
.box {
color: #797979;
> :nth-child(1) {
padding: 10px 0;
justify-content: left;
padding-left: 20px;
text-align: left;
> span {
width: 48%;
}
}
div[class^="echart"] {
height: 200px;
width: 48%;
}
}
}
}
}

0
portal/h5/chengshi/2.js Normal file
View File

74
portal/h5/chengzhen/1.css Normal file
View File

@@ -0,0 +1,74 @@
.chengzhen {
position: absolute;
top: 73px;
visibility: hidden;
background: #ffffff;
left: 20px;
width: 83.5%;
height: 720px;
padding: 10px 20px;
}
.chengzhen h3 {
text-align: left;
padding: 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.chengzhen b {
margin: 0 10px;
font-size: 18px;
font-weight: normal;
}
.chengzhen .top {
box-shadow: 0 0 1px 1px #e1e1e1;
}
.chengzhen .top .flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 10px 20px 0;
}
.chengzhen .top .flex .left {
width: 32%;
}
.chengzhen .top .flex .left > div {
text-align: left;
box-shadow: 0 0 1px 1px #e1e1e1;
padding-top: 10px;
margin-bottom: 20px;
}
.chengzhen .top .flex .left > div span:nth-child(1) {
padding-left: 20px;
font-weight: bold;
}
.chengzhen .top .flex .left > div span {
display: block;
margin: 19px 0 0;
padding-left: 40px;
}
.chengzhen .top .flex .left > div div[class^="echart"] {
width: 94%;
height: 80px;
}
.chengzhen .top .flex .right {
width: 67%;
}
.chengzhen .top .flex .right table {
box-shadow: 0 0 1px 1px #e1e1e1;
width: 100%;
margin: 0 auto;
}
.chengzhen .top .flex .right table th {
background: #3e9ef5;
height: 40px;
color: #ffffff;
}
.chengzhen .top .flex .right table tbody {
border: 1px solid #e1e1e1;
}
.chengzhen .top .flex .right table tbody td {
height: 40px;
line-height: 40px;
text-align: center;
border-bottom: 1px solid #e1e1e1;
}

139
portal/h5/chengzhen/1.js Normal file
View File

@@ -0,0 +1,139 @@
var myChart51 = echarts.init(document.querySelector('.echart51'))
var option51 = {
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
},
},
grid: {
top: 0,
bottom: 0,
},
xAxis: {
type: 'value',
boundaryGap: [0, 0.01],
show: false,
max: 100,
},
yAxis: {
type: 'category',
data: ['Brazil'],
show: false,
},
series: [
{
name: '2011',
type: 'bar',
data: [100],
showBackground: true,
itemStyle: {
color: '#269BFF',
normal: {
barBorderRadius: 10,
color: '#269BFF',
},
},
barWidth: '15',
},
],
}
myChart51.setOption(option51)
var taskId2 = '236777353581166592';
var quotaCode2 = 'Q249968345167802368';
var url2 = 'https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=' + quotaCode2 + '&systemName=government';
var url3 = 'https://szzf.nbjs.gov.cn:8050/api/Rural_vitalization/GetProvincialBeautifulTown';
console.log(url2)
$.get(url2, function (data) {
console.log("测试的data",data)
//para_value1
//para_value2
var d = unique(data.infoList);
var mubiao2 = countTotal(d, 'targetValue');
$("#Smubiao").html(mubiao2);
$("#Smubiao2").html(mubiao2);
//d.forEach(function (p) { return $("#tb_shengjishilimeilichengzhen").append('<tr><td>' + ningbo_allareas[p['areaCode']] + '</td><td>' + p['currentValue'] + '</td><td>2021年底</td><td>进行中</td></tr>'); })
});
$.post(url3, function (data) {
console.log(data)
var d = data.data;
var nb_value1 = countTotal(d, 'para_value2');
var nb_value2 = countTotal(d, 'para_value1');
$("#Sshiji").html(nb_value1);
$("#Sshiji2").html(nb_value2);
d.forEach(function (p){ return $("#tb_shengjishilimeilichengzhen").append('<tr><td>' + p['area_name'] + '</td><td>' + p['para_value1'] + '</td><td>' + p['para_value2'] + '</td><td>2021年底</td><td>已完成</td></tr>'); })
})
/* 建设美丽城镇 */
var myChart52 = echarts.init(document.querySelector('.echart52'))
var option52 = {
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
},
},
grid: {
top: 0,
bottom: 0,
},
xAxis: {
type: 'value',
boundaryGap: [0, 0.01],
show: false,
max: 100,
},
yAxis: {
type: 'category',
data: ['Brazil'],
show: false,
},
series: [
{
name: '2011',
type: 'bar',
data: [18203],
showBackground: true,
itemStyle: {
color: '#269BFF',
normal: {
barBorderRadius: 10,
color: '#269BFF',
},
},
barWidth: '15',
},
],
}
myChart52.setOption(option52)
var quotaCode2 = 'Q249968345167802368'
var url2 =
'https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=' +
quotaCode2 +
'&systemName=government'
/**
* @表格数据来源
*/
// $.post(url2, function (data) {
// var m = data
// m.infoList.forEach(function (item) {
// $('.chengzhen .flex .right tbody').append(
// '<tr><td>' +
// ningbo_allareas[item.areaCode] +
// '</td><td>' +
// item.targetValue +
// '</td><td>2021年底</td><td>进行中</td></tr>'
// )
// })
// })

View File

@@ -0,0 +1,81 @@
.chengzhen {
position: absolute;
top: 73px;
visibility: hidden;
// display: none;
background: #ffffff;
left: 20px;
width: 83.5%;
height: 720px;
padding: 10px 20px;
h3 {
text-align: left;
padding: 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
b {
margin: 0 10px;
font-size: 18px;
font-weight: normal;
}
.top {
box-shadow: 0 0 1px 1px #e1e1e1;
.flex {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 10px 20px 0;
.left {
width: 32%;
// color: #797979;
> div {
text-align: left;
box-shadow: 0 0 1px 1px #e1e1e1;
padding-top: 10px;
margin-bottom: 20px;
span:nth-child(1) {
padding-left: 20px;
font-weight: bold;
}
span {
display: block;
margin: 19px 0 0;
padding-left: 40px;
}
div[class^="echart"] {
width: 94%;
height: 80px;
// margin: 0 auto;
}
}
}
.right {
width: 67%;
table {
box-shadow: 0 0 1px 1px #e1e1e1;
th {
background: #3e9ef5;
height: 40px;
color: #ffffff;
}
width: 100%;
margin: 0 auto;
tbody {
border: 1px solid #e1e1e1;
td {
height: 40px;
line-height: 40px;
text-align: center;
border-bottom: 1px solid #e1e1e1;
}
}
}
}
}
}
}

54
portal/h5/cunzhen/1.css Normal file
View File

@@ -0,0 +1,54 @@
.cunzhen {
position: absolute;
top: 73px;
left: 20px;
visibility: hidden;
background: #ffffff;
height: 720px;
width: 83.5%;
padding: 10px 20px 20px;
}
.cunzhen h3 {
text-align: left;
padding: 10px 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.cunzhen b {
margin: 0 10px;
font-size: 18px;
}
.cunzhen > div {
box-shadow: 0 0 1px 1px #e1e1e1;
width: 100%;
margin-bottom: 10px;
}
.cunzhen > div .flex {
display: flex;
justify-content: space-between;
text-align: center;
position: relative;
}
.cunzhen > div .flex .left {
width: 40%;
}
.cunzhen > div .flex .left > :nth-child(1) {
width: 80%;
height: 200px;
margin: 0 auto;
}
.cunzhen > div .flex .left span {
display: block;
margin: 10px 0;
}
.cunzhen > div .flex > :nth-child(2) {
width: 60%;
height: 300px;
margin: 0 auto;
}
.cunzhen > div .flex > :nth-child(3) {
position: absolute;
top: 10px;
right: 20px;
color: black;
}

355
portal/h5/cunzhen/1.js Normal file
View File

@@ -0,0 +1,355 @@
var myChart71 = echarts.init(document.querySelector(".echart71"))
var myChart72 = echarts.init(document.querySelector(".echart72"))
$.post("https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=Q233995772651192323&systemName=government",function(data){
var d = unique(data.infoList)
var alls = countTotal(d,"targetValue")
$("#wushuizong").html(alls)
var option71 = {
tooltip: {
trigger: "item",
show: false,
showContent: true,
},
series: [{
// name: "Access From",
type: "pie",
radius: ["70%", "90%"],
avoidLabelOverlap: false,
label: {
show: true,
// position: "center",
},
labelLine: {
show: false,
},
data: [{
value: alls,
name: "100%",
label: {
position: "center",
fontSize: 18,
color: "#FE6900",
},
itemStyle: {
color: "#FE6900",
},
}, ],
}, ],
}
myChart71.setOption(option71)
//污水改造柱状图
var option72 = {
legend: {
show: true,
top: 5,
textStyle: {
fontSize: 16,
color: "#797979",
},
},
tooltip: {
trigger: "axis",
axisPointer: {
// 坐标轴指示器,坐标轴触发有效
type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
},
formatter: "{b}" + "{a0}" + ":&nbsp;" + "{c0}",
},
grid: {
left: "3%",
right: "0%",
bottom: 20,
top: "12%",
containLabel: true,
},
yAxis: [{
type: "value",
axisLine: {
lineStyle: {
color: "#D5D5DF",
},
},
axisLabel: {
show: true,
formatter: "{value}",
textStyle: {
color: "#333",
fontSize: 16,
},
},
splitLine: {
//网格线
lineStyle: {
type: "dashed", //设置网格线类型 dotted虚线 solid:实线
},
show: false, //隐藏或显示
},
axisTick: { show: true }, //坐标轴刻度
axisLine: { show: true }, //坐标轴轴线
}, ],
xAxis: {
type: "category",
axisTick: {
show: true,
alignWithLabel: true,
},
axisLabel: {
interval: 0,
margin: 13,
fontSize: 16,
color: "#333",
},
axisLine: {
lineStyle: {
color: "#999",
},
},
data: [
"海曙区",
"江北区",
"北仑区",
"镇海区",
"鄞州区",
"奉化区",
"象山县",
"宁海县",
"余姚市",
"慈溪市",
"东钱湖",
"杭州湾",
],
},
series: [{
name: "目标值",
type: "bar",
barWidth: 20, //柱图宽度
color: "#76ddfb",
itemStyle: {
normal: {
color: "#2690f2", //改变折线点的颜色
lineStyle: {
color: "#2690f2", //改变折线颜色
},
},
},
data: d.map(item=>{
return item["targetValue"]
}),
},
{
name: "实际值",
type: "bar",
barWidth: 20, //柱图宽度
color: "#76ddfb",
itemStyle: {
normal: {
color: "#32c565", //改变折线点的颜色
lineStyle: {
color: "#32c565", //改变折线颜色
},
},
},
data: d.map(item=>{
return item["currentValue"]
}),
},
],
}
myChart72.setOption(option72)
})
var myChart73 = echarts.init(document.querySelector(".echart73"))
var myChart74 = echarts.init(document.querySelector(".echart74"))
$.post("https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=Q233987370675945475&systemName=government",function(data){
let d = unique(data.infoList)
let alls = countTotal(d,"targetValue")
$("#ywmub").html(alls)
var option73 = {
tooltip: {
trigger: "item",
show: false,
showContent: true,
},
series: [{
type: "pie",
radius: ["70%", "90%"],
avoidLabelOverlap: false,
label: {
show: true,
// position: "center",
},
labelLine: {
show: false,
},
data: [{
value: alls,
name: alls/alls*100 + "%",
label: {
position: "center",
fontSize: 18,
color: "#31C463",
},
itemStyle: {
color: "#31C463",
},
},
/* {
value: 36,
name: "36%",
itemStyle: {
color: "#EFEFEF",
},
label: {
show: false,
},
}, */
],
}, ],
}
myChart73.setOption(option73)
var option74 = {
tooltip: {
trigger: "axis",
axisPointer: {
// 坐标轴指示器,坐标轴触发有效
type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
},
formatter: "{b}" + "{a1}" + ":&nbsp;" + "{c0}",
},
legend: {
show: true,
textStyle: {
fontSize: 16,
color: "#797979",
},
top: 5,
// left: "left",
},
grid: {
left: "3%",
right: "0%",
bottom: 20,
top: "12%",
containLabel: true,
},
yAxis: [{
type: "value",
axisLine: {
lineStyle: {
color: "#D5D5DF",
},
},
axisLabel: {
show: true,
formatter: "{value}",
textStyle: {
color: "#333",
fontSize: 16,
},
},
splitLine: {
//网格线
lineStyle: {
type: "dashed", //设置网格线类型 dotted虚线 solid:实线
},
show: false, //隐藏或显示
},
axisTick: { show: true }, //坐标轴刻度
axisLine: { show: true }, //坐标轴轴线
}, ],
xAxis: {
type: "category",
axisTick: {
show: true,
alignWithLabel: true,
},
axisLabel: {
interval: 0,
margin: 13,
fontSize: 16,
color: "#333",
},
axisLine: {
lineStyle: {
color: "#999",
},
},
data: [
"海曙区",
"江北区",
"北仑区",
"镇海区",
"鄞州区",
"奉化区",
"象山县",
"宁海县",
"余姚市",
"慈溪市",
],
},
series: [{
name: "实际值",
type: "bar",
stack: true,
barWidth: 20, //柱图宽度
color: "#76ddfb",
itemStyle: {
normal: {
color: "#2690f2", //改变折线点的颜色
lineStyle: {
color: "#2690f2", //改变折线颜色
},
},
},
data: d.map(item=>{
return item["targetValue"]
}),
},
{
name: "目标值",
type: "bar",
barWidth: 20, //柱图宽度
color: "#76ddfb",
itemStyle: {
normal: {
color: "#32c565", //改变折线点的颜色
lineStyle: {
color: "#32c565", //改变折线颜色
},
},
},
stack: true,
data: d.map(item=>{
return item["currentValue"]
}),
},
],
}
myChart74.setOption(option74)
})

57
portal/h5/cunzhen/1.less Normal file
View File

@@ -0,0 +1,57 @@
.cunzhen {
position: absolute;
top: 73px;
left: 20px;
visibility: hidden;
// display: none;
background: #ffffff;
height: 720px;
width: 83.5%;
padding: 10px 20px 20px;
h3 {
text-align: left;
padding: 10px 20px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
b {
margin: 0 10px;
font-size: 18px;
}
> div {
box-shadow: 0 0 1px 1px #e1e1e1;
width: 100%;
margin-bottom: 10px;
.flex {
display: flex;
justify-content: space-between;
text-align: center;
position: relative;
.left {
width: 40%;
> :nth-child(1) {
width: 80%;
height: 200px;
margin: 0 auto;
}
span {
display: block;
margin: 10px 0;
}
}
> :nth-child(2) {
width: 60%;
height: 300px;
margin: 0 auto;
}
> :nth-child(3) {
position: absolute;
top: 10px;
right: 20px;
color: black;
}
}
}
}

1645
portal/h5/echartOfHome/1.js Normal file

File diff suppressed because it is too large Load Diff

412
portal/h5/fangdichan/1.js Normal file
View File

@@ -0,0 +1,412 @@
//编制重点县图表
/* var option11 = {
tooltip: {
trigger: "item",
show: true,
showContent: true,
},
series: [{
// name: "Access From",
type: "pie",
radius: ["70%", "90%"],
avoidLabelOverlap: false,
itemStyle: {
color: "#3D9DF4",
},
label: {
show: true,
position: "center",
color: "#3D9DF4",
},
emphasis: {
label: {
show: true,
fontSize: "40",
fontWeight: "bold",
},
itemStyle: {
shadowBlur: 10,
shadowOffsetX: 0,
shadowColor: "rgba(0, 0, 0, 0.5)",
},
},
labelLine: {
show: false,
},
data: [{
value: 100,
name: "100%",
label: {
position: "center",
fontSize: 18,
color: "#3D9DF4",
},
}, ],
}, ],
}
option11 && myChart11.setOption(option11)
*/
var taskId1 = "228927561610117120"
var quotaCode1 = "Q234608555365322753"
// var mubiao1 = 4;
//$.post('https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/targetProgress.do?taskId=' + taskId1 + '&taskSystem=government&quotaCode=' + quotaCode1, function (data) {
var url1 = "https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=" + quotaCode1 + "&systemName=government"
console.log(url1)
var myChart11 = echarts.init(document.querySelector(".echart11"))
$.post(url1, function (data) {
// debugger;
var d = unique(data.infoList)
console.log("得到的编制信息",data)
var mubiao1 = countTotal(d, "targetValue")
var nb_value = countTotal(d, "currentValue")
console.log("得到的编1111",mubiao1,nb_value)
$("#lblval1").html(mubiao1)
$("#lblval2").html(nb_value)
nb_value_lv = (nb_value / mubiao1) * 100
/* var myChart1 = echarts.init(document.getElementById("chart1"))
*/ var option11 = {
tooltip: {
trigger: "item",
formatter: "{b} {c} %",
},
graphic: {
type: "text",
left: "center",
top: "center",
width: 30,
style: {
text: "" + nb_value_lv + "%",
fill: "#228DF8",
fontSize: 18,
fontWeight: 700,
},
},
series: [
{
name: "",
type: "pie",
radius: ["70%", "90%"],
avoidLabelOverlap: false,
label: {
show: false,
},
emphasis: {
label: {
show: false,
},
},
labelLine: {
show: true,
},
data: [
{
value: nb_value_lv,
name: "",
itemStyle: {
normal: {
color: "#3E9DF4",
label: {
show: true,
formatter: "{c}%",
},
},
},
},
],
},
],
}
option11 && myChart11.setOption(option11)
})
/* 已编制重点县“一县一策”方案的县市区 */
$.get("https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=" + quotaCode1 + "&systemName=government", function (data) {
console.log("得到的table数据",data)
data.infoList.forEach(p => { $("#chart1_items").append('<tr><td>' + ningbo_allareas[p['areaCode']] + '</td><td>完成备案</td><td>已完成</td><td>100%</td></tr>'); })
})
/* 新增租赁住房 */
var myChart12 = echarts.init(document.querySelector(".echart12"))
//新增租赁住房数量
var taskId3 = "249477757645451264"
var quotaCode3 = "Q250305589481046017"
var url3 = "https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=" + quotaCode3 + "&systemName=government"
$.post(url3, function (data) {
// debugger;
var d = unique(data.infoList)
var mubiao3 = countTotal(d, "targetValue")
var nb_value = countTotal(d, "currentValue")
$("#lblmubiao3").html(mubiao3)
$("#lbldangqian3").html(nb_value)
/* var myChart3 = echarts.init(document.getElementById("chart3"))
*/ var colors = ["#31C563", "#5c8ff8"]
option12 = {
color: colors,
tooltip: {
trigger: "axis",
axisPointer: {
type: "cross",
},
},
grid: {
bottom: 39,
right: 100,
top: 35,
},
// toolbox: {
// feature: {
// dataView: {show: true, readOnly: false},
// restore: {show: true},
// saveAsImage: {show: true}
// }
// },
legend: {
data: ["完成值", "目标值"],
},
xAxis: [
{
type: "category",
axisTick: {
alignWithLabel: true,
},
data: d.map(function (item) {
return ningbo_allareas[item["areaCode"]]
}),
axisLabel: {
rotate: 30,
},
},
],
yAxis: [
{
type: "value",
name: "套",
min: 0,
max: 15000,
position: "left",
axisLine: {
show: true,
lineStyle: {
color: colors[0],
},
},
splitLine: {
show: false,
},
axisLabel: {
formatter: "{value} 套",
},
},
{
type: "value",
name: "套",
min: 0,
max: 15000,
splitLine: {
show: false,
},
position: "right",
axisLine: {
show: true,
lineStyle: {
color: colors[1],
},
},
axisLabel: {
formatter: "{value} 套",
},
},
],
series: [
{
name: "完成值",
type: "bar",
data: d.map(function (item) {
return item["currentValue"]
}),
},
{
name: "目标值",
type: "bar",
yAxisIndex: 1,
data: d.map(function (item) {
return item["targetValue"]
}), //['1932', '645', '0', '0', '373', '0', '1308', '8960', '1235', '0', '266', '2579', '1520', '180', '1002']
},
],
}
myChart12.setOption(option12)
})
//保障性住房
$.get("http://118.178.224.202:8024/api/housing-s",function(data){
$("#mianji").html(data.data[0].housingArea)
$("#fugailv").html(data.data[0].rate)
$("#hushu").html(data.data[0].rent)
$("#butieshu").html(data.data[0].rental)
$("#gongzushu").html(data.data[0].information)
})
//实物配租
$.get("http://118.178.224.202:8024/api/pr-housing",function(data){
data.data.map(item=>{
$("#shiwupz").append("<tr><td>"+ item.area +"</td><td>"+ item.mdaLease +"</td></tr>")
})
data.data.map(item=>{
$("#zulinshu").append("<tr><td>"+ item.area +"</td><td>"+ item.smAssistance +"</td></tr>")
})
})
// $('#lblmubiao3').html(20000);
/* var taskId3 = "249477757645451264"
var quotaCode3 = "Q250305589481046017"
var url3 =
"https://sznbs.ningbo.gov.cn:89/nbszhjkzz/tojcms/getQuotaByTaksIdOrQuotaCode.do?parentQuotaCode=" +
quotaCode3 +
"&systemName=government"
$.post(url3, function(data) {
// debugger;
var d = unique(data.infoList)
// var mubiao3 = countTotal(d, 'targetValue');
// var nb_value = countTotal(d, 'currentValue');
// $('#lblmubiao3').html(mubiao3);
// $('#lbldangqian3').html(nb_value);
// var myChart3 = echarts.init(document.getElementById('chart3'));
var colors = ["#31C563", "#5c8ff8"]
var option12 = {
color: colors,
tooltip: {
trigger: "axis",
axisPointer: {
type: "cross",
},
},
grid: {
bottom: 39,
right: 100,
top: 35,
},
// toolbox: {
// feature: {
// dataView: {show: true, readOnly: false},
// restore: {show: true},
// saveAsImage: {show: true}
// }
// },
legend: {
top: 0,
left: "center",
textStyle: {
fontSize: 16,
color: "#797979",
},
},
xAxis: [{
type: "category",
axisTick: {
alignWithLabel: true,
},
data: d.map(function(item) {
return ningbo_allareas[item["areaCode"]]
}),
axisLabel: {
rotate: 30,
fontSize: 16,
},
}, ],
yAxis: [{
type: "value",
name: "套",
min: 0,
max: 15000,
position: "left",
axisTick: {
show: true,
},
axisLine: {
show: true,
lineStyle: {
color: colors[0],
},
},
splitLine: { show: false },
axisLabel: {
formatter: "{value} 套",
fontSize: 16,
},
nameTextStyle: {
color: "#31C563",
fontSize: 16,
},
},
{
type: "value",
name: "套",
min: 0,
max: 15000,
splitLine: { show: false },
position: "right",
axisTick: {
show: true,
},
axisLine: {
show: true,
lineStyle: {
color: colors[1],
},
},
axisLabel: {
formatter: "{value} 套",
fontSize: 16,
},
nameTextStyle: {
color: colors[1],
fontSize: 16,
},
},
],
series: [{
name: "完成值",
type: "bar",
data: d.map(function(item) {
return item["currentValue"]
}),
barWidth: 15,
},
{
name: "目标值",
type: "bar",
yAxisIndex: 1,
data: d.map(function(item) {
return item["targetValue"]
}), //['1932', '645', '0', '0', '373', '0', '1308', '8960', '1235', '0', '266', '2579', '1520', '180', '1002']
barWidth: 15,
},
],
}
myChart12.setOption(option12)
}) */

View File

@@ -0,0 +1,81 @@
.fangdichan {
position: absolute;
top: 73px;
left: 20px;
visibility: hidden;
background: #ffffff;
width: 83.5%;
height: 760px;
padding: 10px 20px;
}
.fangdichan h3 {
text-align: left;
padding: 10px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.fangdichan .top {
box-shadow: 0 0 1px 1px #e1e1e1;
}
.fangdichan .top > div {
display: flex;
}
.fangdichan .top > div > :nth-child(1) {
width: 30%;
}
.fangdichan .top > div > :nth-child(1) .flex {
display: flex;
justify-content: left;
padding-left: 20px;
}
.fangdichan .top > div > :nth-child(1) .flex span {
padding: 10px 0;
margin-right: 20px;
}
.fangdichan .top > div > :nth-child(1) .echart11 {
height: 200px;
width: 200px;
margin: 0 auto;
}
.fangdichan .top > div .right {
width: 60%;
}
.fangdichan .top > div .right h3 {
text-align: center;
}
.fangdichan .top > div .right table {
width: 100%;
margin: 0 auto 10px;
text-align: center;
}
.fangdichan .top > div .right table th {
background: #3e9ef5;
height: 35px;
color: #ffffff;
}
.fangdichan .top > div .right table tbody {
box-shadow: 0 0 1px 1px #e1e1e1;
}
.fangdichan .top > div .right table tbody td {
height: 35px;
line-height: 35px;
border-bottom: 1px solid #e1e1e1;
}
.fangdichan .bottom {
text-align: left;
box-shadow: 0 0 1px 1px #e1e1e1;
margin-top: 20px;
padding-bottom: 20px;
}
.fangdichan .bottom > div > div {
padding: 10px 0;
padding-left: 20px;
}
.fangdichan .bottom > div > div span {
margin-right: 20px;
}
.fangdichan .bottom > div .echart12 {
width: 90%;
height: 270px;
margin: 0 auto;
}

View File

@@ -0,0 +1,89 @@
.fangdichan {
position: absolute;
top: 73px;
left: 20px;
visibility: hidden;
// display: none;
background: #ffffff;
width: 83.5%;
height: 720px;
padding: 10px 20px;
h3 {
text-align: left;
padding: 10px;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
.top {
box-shadow: 0 0 1px 1px #e1e1e1;
> div {
display: flex;
// justify-content: space-between;
> :nth-child(1) {
width: 30%;
.flex {
display: flex;
justify-content: left;
padding-left: 20px;
span {
padding: 10px 0;
margin-right: 20px;
}
}
.echart11 {
height: 200px;
width: 200px;
margin: 0 auto;
}
}
.right {
width: 60%;
h3 {
text-align: center;
}
table {
width: 100%;
margin: 0 auto 10px;
text-align: center;
th {
background: #3e9ef5;
height: 35px;
color: #ffffff;
}
tbody {
box-shadow: 0 0 1px 1px #e1e1e1;
td {
height: 35px;
line-height: 35px;
border-bottom: 1px solid #e1e1e1;
}
}
}
}
}
}
.bottom {
text-align: left;
box-shadow: 0 0 1px 1px #e1e1e1;
margin-top: 20px;
padding-bottom: 20px;
> div {
> div {
padding: 10px 0;
padding-left: 20px;
span {
margin-right: 20px;
}
}
.echart12 {
width: 90%;
height: 270px;
margin: 0 auto;
}
}
}
}

1084
portal/h5/home.css Normal file

File diff suppressed because it is too large Load Diff

1040
portal/h5/home.html Normal file

File diff suppressed because it is too large Load Diff

982
portal/h5/home.less Normal file
View File

@@ -0,0 +1,982 @@
body {
background: #efefef;
// width: 100%;
}
* {
margin: 0;
padding: 0;
}
.yinying {
// height: 1080px;
background: rgba(0, 0, 0, 0.4);
width: 100%;
position: absolute;
top: 60px;
z-index: 96;
// visibility: visible;
}
.flex {
display: flex;
justify-content: space-between;
align-items: center;
}
b {
font-weight: normal;
}
.homeTitle {
padding: 10px 0;
padding-left: 20px;
background: #299cff;
color: #ffffff;
// width: 1900px;
height: 40px;
line-height: 40px;
background: url(./image/banner.png) no-repeat;
background-size: 100% 114%;
overflow: hidden;
}
.container {
padding: 15px 20px;
z-index: -1;
.main {
margin-right: 200px;
.news {
display: flex;
// 三个标题
> div {
background: #ffffff;
box-shadow: 0px 0px 2px 2px #e2e2e2;
margin-right: 20px;
> :nth-child(1) {
display: flex;
align-items: center;
border-bottom: 1px solid #e1e1e1;
padding: 10px 0;
img {
height: 20px;
margin-right: 7px;
margin-left: 20px;
}
}
}
// 左边部分
> :nth-child(1) {
width: 40%;
.lunbotu {
position: relative;
padding: 10px 0;
// 两个箭头按钮
> :nth-child(1) {
width: 86%;
position: absolute;
left: 7%;
top: 50%;
transform: translateY(-25px);
display: flex;
justify-content: space-between;
> div {
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0.4);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
span {
display: block;
height: 10px;
width: 10px;
border-right: 2px solid white;
border-bottom: 2px solid white;
transform: rotate(-45deg);
}
}
> :nth-child(1) {
span {
transform: rotate(135deg);
}
}
}
a {
display: block;
width: 100%;
text-align: center;
}
img {
width: 90%;
// height: 264px;
height: 332px;
}
// 底部文字和小白条
> :nth-child(3) {
bottom: 10px;
left: 5%;
color: white;
width: 90%;
height: 30px;
line-height: 30px;
position: absolute;
display: flex;
justify-content: space-between;
background: rgba(0, 0, 0, 0.7);
// right: 50px;
.linkTitle {
margin-left: 10px;
width: 60%;
p {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
:nth-child(n + 2) {
display: none;
}
}
// 三个小白条
> :nth-child(2) {
position: absolute;
right: 10px;
left: 70%;
top: 50%;
transform: translateY(-2px);
display: flex;
justify-content: space-between;
align-items: center;
span {
width: 32%;
max-width: 50px;
height: 4px;
border-radius: 3px;
background: #777777;
display: inline-block;
}
}
}
.lunbotuColor {
background: #ffffff !important;
}
}
}
.middle {
width: 30%;
> span {
display: block;
white-space: nowrap;
width: 90%;
margin: 15px auto;
padding: 10px 0;
padding-left: 20px;
overflow: hidden;
text-overflow: ellipsis;
color: #797979;
font-size: 14px;
}
> span:nth-child(odd) {
background: #f1f5fe;
}
> span:nth-child(even) {
background: #fbf8f4;
}
}
.right {
width: 30%;
> :nth-child(n + 2) {
text-decoration: none;
display: block;
> div {
margin: 12px 20px 5px;
height: 70px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: black;
// img {
// width: 100%;
// // height: 50px;
// }
img {
height: 40px;
margin-right: 20px;
}
}
}
.pink {
border: 1px solid #fed199;
background: #fff3e5;
}
.blue {
border: 1px solid #ccdafe;
background: #ecf2fe;
}
}
}
.categoryAll{
display: flex;
justify-content: space-around;
width: 100;
background: #ffffff;
margin-top: 20px;
margin-right: 20px;
.category {
width: 45%;
background: #ffffff;
margin-top: 20px;
margin-right: 20px;
> :nth-child(1) {
display: flex;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #e1e1e1;
img {
height: 20px;
margin-left: 20px;
margin-right: 7px;
}
}
> :nth-child(2) {
display: flex;
justify-content: space-around;
align-items: center;
padding: 20px 0;
position: relative;
a,
div {
display: block;
width: 20%;
cursor: pointer;
}
img {
// height: 100px;
width: 100%;
}
// div {
// position: absolute;
// width: 100%;
// top: 50%;
// left: 0;
// display: flex;
// justify-content: space-around;
// align-items: center;
// height: 30px;
// transform: translateY(-15px);
// color: white;
// span {
// text-align: center;
// font-size: 20px;
// margin-left: -100px;
// font-weight: bold;
// font-size: 22px;
// }
// }
}
}
}
.core {
// display: none;
background: #ffffff;
margin-top: 20px;
margin-right: 20px;
box-shadow: 0 0 2px 2px #e6e6e6;
// width: 100%;
> :nth-child(1) {
display: flex;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #e1e1e1;
img {
height: 20px;
margin-right: 7px;
margin-left: 20px;
}
}
b {
font-size: 26px;
color: black;
font-weight: normal;
}
.echartTitle {
display: flex;
align-items: center;
color: #797979;
> div {
display: flex;
align-items: center;
margin-right: 20px;
// width: 200px;
padding: 10px 0;
padding-right: 20px;
> :nth-child(1) {
display: none;
}
img {
height: 20px;
margin-left: 20px;
margin-right: 5px;
}
}
}
.fourPage {
// position: relative;
width: 100%;
}
.echartArea {
display: flex;
justify-content: space-between;
background: #f2f2f2;
padding: 10px 20px;
padding-bottom: 20px;
// display: none;
box-shadow: 0 0 2px 2px #e6e6e6;
> div {
width: 32%;
background: #ffffff;
h4 {
padding: 10px 0;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
> div {
.flex {
justify-content: left;
padding-left: 20px;
margin-top: 10px;
> span {
width: 50%;
color: #797979;
}
b {
font-size: 26px;
font-weight: normal;
color: black;
}
i {
font-style: normal;
color: #2f9eff;
}
}
> :nth-child(3) {
// width: 500px;
width: 96%;
height: 300px;
text-align: center;
margin: 20px auto 0;
}
}
}
}
.cityBuild {
display: flex;
justify-content: space-between;
background: #f2f2f2;
padding: 10px 20px;
padding-bottom: 20px;
display: none;
box-shadow: 0 0 2px 2px #e6e6e6;
// width: 100%;
h3 {
padding: 10px 0;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
h4 {
padding: 10px 0;
border-bottom: 1px solid #f5eaea;
}
b {
font-size: 26px;
color: black;
font-weight: normal;
}
> div {
width: 32%;
background: #ffffff;
}
.left {
.box {
padding-left: 10px;
margin: 10px 10px 0;
padding-bottom: 10px;
div {
padding: 20px 0;
}
li {
padding: 10px 0;
list-style: none;
&::before {
content: "●";
color: #1492ff;
margin-right: 5px;
}
}
ul {
li:nth-child(even) {
margin-bottom: 15px;
}
}
}
}
.middle {
.flex {
padding-left: 20px;
> div {
width: 50%;
}
span {
display: block;
margin: 10px 0;
color: #797979;
}
b {
margin-right: 10px;
}
i {
font-style: normal;
color: #269bff;
}
}
.echart01 {
margin-top: 40px !important;
height: 300px;
// width: 400px;
width: 90%;
margin: 0 auto;
}
p {
padding-left: 20px;
margin-top: 10px;
color: #797979;
}
// i {
// font-style: normal;
// }
.echart02 {
height: 100px;
// width: 400px;
width: 90%;
}
}
.right {
h4 {
padding-left: 30px;
border-bottom: none;
}
.flex {
padding-left: 20px;
> div {
width: 50%;
span {
display: block;
margin: 10px 0;
color: #797979;
}
b {
margin-right: 10px;
}
i {
font-style: normal;
color: #1492ff;
}
}
}
div[class^="echart"] {
// width: 500px;
width: 90%;
height: 260px;
margin: 0 auto;
}
.echart03 {
margin-bottom: 20px;
}
}
}
.townBuild {
display: flex;
justify-content: space-between;
background: #f2f2f2;
padding: 10px 20px;
padding-bottom: 20px;
display: none;
box-shadow: 0 0 2px 2px #e6e6e6;
h3 {
padding: 10px 0;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
h4 {
padding: 20px 0;
border-bottom: 1px solid #e1e1e1;
}
div[class^="echart"] {
// width: 500px;
width: 95%;
height: 350px;
margin: 0 auto;
}
> div {
width: 32%;
background: #ffffff;
}
.flex {
padding-left: 20px;
> div {
width: 50%;
span {
display: block;
margin: 10px 0;
color: #797979;
}
b {
margin-right: 10px;
}
i {
font-style: normal;
color: #269bff;
}
}
}
.province {
> :nth-child(1) {
text-align: right;
padding-right: 30px;
margin-top: 20px;
span {
margin-right: -5px;
border: 1px solid #e6e6e6;
box-shadow: 0 0 1px 1px #e6e6e6;
padding: 10px;
display: inline-block;
border-radius: 2px;
}
.provinceTypeColor {
background: #1492ff;
color: #ffffff;
}
}
.echart05 {
// width: 500px;
width: 95%;
height: 500px;
margin-top: 100px;
}
.echart055 {
display: none;
// width: 500px;
width: 95%;
height: 500px;
margin-top: 100px;
}
.color {
background: #1492ff;
}
}
.middle {
h4 {
padding-left: 10px;
margin: 0 20px;
border-bottom: none;
}
}
.right {
h4 {
padding-left: 30px;
border-bottom: none;
}
li {
list-style: none;
color: #797979;
padding: 10px 0;
padding-left: 20px;
&::before {
content: "●";
color: #1492ff;
margin-right: 10px;
}
}
.echart08 {
// width: 500px;
width: 95%;
height: 600px;
margin: 20px auto 0;
}
}
}
.occupation {
background: #f2f2f2;
padding: 10px 10px;
padding-bottom: 20px;
display: none;
box-shadow: 0 0 2px 2px #e6e6e6;
// width: 100%;
h3 {
padding: 10px 0;
padding-left: 20px;
border-bottom: 1px solid #e1e1e1;
}
h4 {
padding: 20px 0;
padding-left: 20px;
// border-bottom: 1px solid #e1e1e1;
}
span {
display: block;
}
.topBox {
width: 100%;
> .flex {
width: 100%;
align-items: flex-start;
// height: 570px;
> .left {
width: 38%;
background: #ffffff;
div[class^="echart"] {
width: 90%;
// width: 520px;
// max-width: 90%;
height: 200px;
margin: 0 auto;
}
}
> .right {
width: 60%;
background: #ffffff;
// min-height: 570px;
> .flex {
align-items: flex-start;
padding-top: 10px;
position: relative;
.left {
width: 56%;
height: 310px;
margin-left: 10px;
// margin-right: 2px;
// box-shadow: 0 0 1px 1px #e1e1e1;
h4 {
// border-bottom: 1px solid #e1e1e1;
padding: 10px;
}
.echart012 {
width: 98%;
// width: 450px;
// max-width: 100%;
height: 300px;
margin: 0 auto;
}
}
> .right {
// height: 290px;
top: 10px;
bottom: 0;
left: 56%;
right: 10px;
position: absolute;
padding-left: 20px;
// margin-top: 15px;
// padding: 10px 20px 0;
// box-shadow: 0 0 1px 1px #e1e1e1;
background: #f8faff;
// margin-right: 10px;
b {
font-size: 26px;
color: #ffa333;
margin-right: 10px;
}
i {
font-style: normal;
color: #26b6ff;
}
> :nth-child(1) {
display: flex;
justify-content: space-between;
padding-right: 30px;
margin-top: 10px;
i {
color: #e17040 !important;
}
}
.smallBox {
display: flex;
justify-content: left;
color: #797979;
align-items: center;
background: #ffffff;
margin: 15px 10px 0 0px;
position: relative;
.echart013 {
width: 70px;
// width: 30%;
// max-width: 30%;
height: 200px;
}
ul {
// width: 70%;
position: absolute;
left: 70px;
right: 0;
li {
list-style: none;
display: flex;
justify-content: space-between;
margin-top: 10px;
padding-left: 10px;
padding-right: 20px;
align-items: flex-end;
flex-wrap: wrap;
span {
margin-left: -13px;
&::before {
content: "● ";
color: #ffd199;
}
}
i {
color: #e25d26;
// margin-left: 30px;
}
}
}
}
}
}
h4 {
border-bottom: none;
padding: 10px;
padding-left: 20px;
}
table {
width: 95%;
margin: 0 auto 20px;
tr {
height: 40px;
}
th {
background: #3e9ef5;
color: white;
}
tbody {
text-align: center;
tr {
background: #f8f8f8;
}
}
}
.fourTitle {
display: flex;
justify-content: space-between;
padding: 0 20px;
span:nth-child(2) {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: left;
}
b {
font-size: 26px;
font-weight: normal;
margin-right: 10px;
}
i {
color: #26a8ff;
font-style: normal;
}
}
}
}
}
.bottomBox {
margin-top: 20px;
.flex {
align-items: flex-start;
> div {
width: 33%;
background: #ffffff;
padding-bottom: 20px;
> :nth-child(2) {
// width: 400px;
width: 90%;
margin: 10px auto 0;
height: 300px;
}
> :nth-child(3) {
padding: 20px 0;
text-align: center;
margin: 0 10px;
box-shadow: 0 0 1px 1px #e1e1e1;
}
}
}
}
}
}
}
.mainTitle {
position: absolute;
top: 73px;
right: 20px;
width: 200px;
height: 800px;
background: #ffffff;
box-shadow: 0px 0px 1px 1px #e2e2e2;
z-index: 97;
> :nth-child(1) {
display: flex;
align-items: center;
justify-content: left;
padding: 10px 0;
border-bottom: 1px solid #e1e1e1;
img {
height: 17px;
margin-right: 7px;
margin-left: 20px;
}
}
> ul > li {
list-style: none;
text-align: center;
padding: 10px 0;
> :nth-child(1) {
> :nth-child(1) {
height: 40px;
display: flex;
align-items: center;
justify-content: center;
margin: 5px auto;
border-radius: 20%;
width: 40px;
background: #269bff;
img {
height: 20px;
// background: #269bff;
}
}
> :nth-child(2) {
text-align: center;
}
}
> :nth-child(2) {
display: none;
}
}
}
}
.sanjiao {
top: 200px;
position: absolute;
z-index: 99;
right: 225px;
display: none;
// height: 10px;
width: 0;
// background-color: turquoise;
border-top: 20px solid transparent;
border-left: 40px solid #ffffff;
border-bottom: 20px solid transparent;
// box-shadow: 0 0 2px 2px #ffffff;
}
.totalEchart {
> div {
z-index: 100;
left: 20px !important;
right: 240px !important;
width: unset !important;
}
}
.x {
font-size: 30px;
color: white;
position: absolute;
right: 240px;
z-index: 101;
display: none;
top: 73px;
cursor: pointer;
// text-align: center;
height: 20px;
line-height: 20px;
width: 20px;
// border-radius: 50%;
background: red;
span {
position: absolute;
top: -4px;
left: 2px;
}
}
.m4 {
width: 25%;
}
.m5 {
width: 30%;
}
.m62 {
width: 27.08%;
}
.m7 {
width: 6.01%;
}
.m8 {
width: 25.3%;
}
.m0 {
width: 83.5%;
}

1
portal/h5/image/1.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635127028183" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11903" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M341.333333 85.333333H256v128H128v384h128v128h85.333333v-128h128V213.333333H341.333333V85.333333z m42.666667 213.333334v213.333333H213.333333V298.666667h170.666667zM768 426.666667V298.666667h-85.333333v128h-128v384h128v128h85.333333v-128h128v-384h-128z m42.666667 298.666666h-170.666667v-213.333333h170.666667v213.333333z" p-id="11904" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 742 B

BIN
portal/h5/image/11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

1
portal/h5/image/11.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB

1
portal/h5/image/2.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128107073" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="26265" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M128 128h85.333333v682.666667h682.666667v85.333333H128V128z" p-id="26266" fill="#ffffff"></path><path d="M926.165333 328.832l-60.330666-60.330667L682.666667 451.669333l-128-128-286.165334 286.165334 60.330667 60.330666L554.666667 444.330667l128 128 243.498666-243.498667z" p-id="26267" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 692 B

BIN
portal/h5/image/22.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

1
portal/h5/image/22.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 52 KiB

1
portal/h5/image/3.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128190222" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="26469" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 298.666667H256v256h256V298.666667z m-85.333333 170.666666H341.333333V384h85.333334v85.333333zM597.333333 298.666667h170.666667v85.333333h-170.666667zM597.333333 469.333333h170.666667v85.333334h-170.666667zM256 640h512v85.333333H256z" p-id="26470" fill="#ffffff"></path><path d="M896 128H128c-25.6 0-42.666667 17.066667-42.666667 42.666667v682.666666c0 25.6 17.066667 42.666667 42.666667 42.666667h768c25.6 0 42.666667-17.066667 42.666667-42.666667V170.666667c0-25.6-17.066667-42.666667-42.666667-42.666667z m-42.666667 682.666667H170.666667V213.333333h682.666666v597.333334z" p-id="26471" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 1000 B

BIN
portal/h5/image/33.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

1
portal/h5/image/33.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

1
portal/h5/image/4.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128310218" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2434" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 269.922592l0 121.038704 161.384597-161.384597L512 68.191078l0 121.038704c-178.330548 0-322.770218 144.43967-322.770218 322.770218 0 63.343677 18.559705 122.047684 50.02944 171.874509l58.905598-58.905598c-17.953907-33.689287-28.242228-72.018244-28.242228-112.969934C269.922592 378.251833 378.251833 269.922592 512 269.922592zM784.740778 340.124468l-58.905598 58.905598c17.953907 33.689287 28.242228 72.018244 28.242228 112.969934 0 133.748167-108.329241 242.077408-242.077408 242.077408L512 633.038704 350.614379 794.423301l161.384597 161.384597L511.998977 834.770218c178.330548 0 322.770218-144.43967 322.770218-322.770218C834.770218 448.656323 816.210513 389.952316 784.740778 340.124468z" p-id="2435" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
portal/h5/image/44.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

1
portal/h5/image/44.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB

1
portal/h5/image/5.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128001064" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="23306" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 298.666667h85.333333v85.333333h-85.333333zM682.666667 298.666667h85.333333v85.333333h-85.333333zM682.666667 469.333333h85.333333v85.333334h-85.333333zM682.666667 640h85.333333v85.333333h-85.333333z" p-id="23307" fill="#ffffff"></path><path d="M896 128H298.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667v200.533333l-153.6 128c-12.8 8.533333-17.066667 21.333333-17.066667 34.133333V853.333333c0 25.6 17.066667 42.666667 42.666667 42.666667h768c25.6 0 42.666667-17.066667 42.666667-42.666667V170.666667c0-25.6-17.066667-42.666667-42.666667-42.666667z m-384 682.666667H384v-170.666667H298.666667v170.666667H170.666667v-260.266667l170.666666-140.8 170.666667 140.8V810.666667z m341.333333 0h-256v-277.333334c0-12.8-4.266667-25.6-17.066666-34.133333l-213.333334-179.2c-4.266667-4.266667-17.066667-8.533333-25.6-8.533333V213.333333h512v597.333334z" p-id="23308" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

1
portal/h5/image/6.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128422962" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="32315" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M887.466667 341.333333h-12.8c-145.066667 0-268.8-89.6-315.733334-217.6-4.266667-8.533333-4.266667-12.8-8.533333-21.333333 0-4.266667-4.266667-12.8-4.266667-17.066667h-64c0 4.266667-4.266667 12.8-4.266666 17.066667-4.266667 8.533333-4.266667 17.066667-8.533334 21.333333C418.133333 251.733333 294.4 341.333333 149.333333 341.333333H128c-29.866667 0-59.733333-8.533333-85.333333-17.066666V341.333333c0 25.6 8.533333 51.2 17.066666 76.8 29.866667 55.466667 85.333333 93.866667 153.6 93.866667v298.666667H128v85.333333h768v-85.333333h-85.333333v-302.933334c55.466667-12.8 102.4-42.666667 132.266666-85.333333 21.333333-29.866667 34.133333-59.733333 38.4-98.133333-29.866667 8.533333-59.733333 17.066667-93.866666 17.066666zM725.333333 810.666667H298.666667v-298.666667h426.666666v298.666667z m42.666667-384H213.333333c-8.533333 0-12.8 0-21.333333-4.266667 136.533333-12.8 251.733333-89.6 320-200.533333 64 102.4 170.666667 174.933333 294.4 196.266666-12.8 8.533333-25.6 8.533333-38.4 8.533334z" p-id="32316" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

1
portal/h5/image/7.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128583940" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="43679" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M298.666667 256h170.666666v170.666667H298.666667zM554.666667 298.666667h170.666666v85.333333h-170.666666zM298.666667 512h426.666666v85.333333H298.666667zM298.666667 682.666667h426.666666v85.333333H298.666667z" p-id="43680" fill="#ffffff"></path><path d="M853.333333 85.333333H170.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667v768c0 25.6 17.066667 42.666667 42.666667 42.666667h682.666666c25.6 0 42.666667-17.066667 42.666667-42.666667V128c0-25.6-17.066667-42.666667-42.666667-42.666667z m-42.666666 768H213.333333V170.666667h597.333334v682.666666z" p-id="43681" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 977 B

1
portal/h5/image/8.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128466093" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="32665" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M938.666667 853.333333v-396.8c0-17.066667-12.8-34.133333-29.866667-42.666666L597.333333 324.266667V145.066667c0-29.866667-29.866667-51.2-55.466666-38.4l-384 140.8c-17.066667 4.266667-29.866667 21.333333-29.866667 38.4V853.333333H42.666667v85.333334h938.666666v-85.333334h-42.666666z m-426.666667 0H213.333333V315.733333l298.666667-106.666666V853.333333z m341.333333 0h-256V413.866667l256 76.8V853.333333z" p-id="32666" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 825 B

BIN
portal/h5/image/a.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
portal/h5/image/b.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
portal/h5/image/banner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
portal/h5/image/c.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

1
portal/h5/image/cz.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635129946434" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="54303" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M887.466667 341.333333h-12.8c-145.066667 0-268.8-89.6-315.733334-217.6-4.266667-8.533333-4.266667-12.8-8.533333-21.333333 0-4.266667-4.266667-12.8-4.266667-17.066667h-64c0 4.266667-4.266667 12.8-4.266666 17.066667-4.266667 8.533333-4.266667 17.066667-8.533334 21.333333C418.133333 251.733333 294.4 341.333333 149.333333 341.333333H128c-29.866667 0-59.733333-8.533333-85.333333-17.066666V341.333333c0 25.6 8.533333 51.2 17.066666 76.8 29.866667 55.466667 85.333333 93.866667 153.6 93.866667v298.666667H128v85.333333h768v-85.333333h-85.333333v-302.933334c55.466667-12.8 102.4-42.666667 132.266666-85.333333 21.333333-29.866667 34.133333-59.733333 38.4-98.133333-29.866667 8.533333-59.733333 17.066667-93.866666 17.066666zM725.333333 810.666667H298.666667v-298.666667h426.666666v298.666667z m42.666667-384H213.333333c-8.533333 0-12.8 0-21.333333-4.266667 136.533333-12.8 251.733333-89.6 320-200.533333 64 102.4 170.666667 174.933333 294.4 196.266666-12.8 8.533333-25.6 8.533333-38.4 8.533334z" p-id="54304" fill="#797979"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

1
portal/h5/image/cz1.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635231638101" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6122" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M887.466667 341.333333h-12.8c-145.066667 0-268.8-89.6-315.733334-217.6-4.266667-8.533333-4.266667-12.8-8.533333-21.333333 0-4.266667-4.266667-12.8-4.266667-17.066667h-64c0 4.266667-4.266667 12.8-4.266666 17.066667-4.266667 8.533333-4.266667 17.066667-8.533334 21.333333C418.133333 251.733333 294.4 341.333333 149.333333 341.333333H128c-29.866667 0-59.733333-8.533333-85.333333-17.066666V341.333333c0 25.6 8.533333 51.2 17.066666 76.8 29.866667 55.466667 85.333333 93.866667 153.6 93.866667v298.666667H128v85.333333h768v-85.333333h-85.333333v-302.933334c55.466667-12.8 102.4-42.666667 132.266666-85.333333 21.333333-29.866667 34.133333-59.733333 38.4-98.133333-29.866667 8.533333-59.733333 17.066667-93.866666 17.066666zM725.333333 810.666667H298.666667v-298.666667h426.666666v298.666667z m42.666667-384H213.333333c-8.533333 0-12.8 0-21.333333-4.266667 136.533333-12.8 251.733333-89.6 320-200.533333 64 102.4 170.666667 174.933333 294.4 196.266666-12.8 8.533333-25.6 8.533333-38.4 8.533334z" p-id="6123" fill="#269BFF"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
portal/h5/image/d.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
portal/h5/image/danwei.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
portal/h5/image/gognzuo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

BIN
portal/h5/image/hexin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

1
portal/h5/image/hy.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635129996412" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="57718" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M896 85.333333h-213.333333v682.666667h213.333333V85.333333z m-85.333333 597.333334h-42.666667V170.666667h42.666667v512zM640 256h-213.333333v512h213.333333V256z m-85.333333 426.666667h-42.666667V341.333333h42.666667v341.333334zM384 426.666667H170.666667v341.333333h213.333333v-341.333333z m-85.333333 256H256v-170.666667h42.666667v170.666667zM128 853.333333h810.666667v85.333334H128z" p-id="57719" fill="#797979"></path></svg>

After

Width:  |  Height:  |  Size: 803 B

1
portal/h5/image/hy1.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635233880358" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9379" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M896 85.333333h-213.333333v682.666667h213.333333V85.333333z m-85.333333 597.333334h-42.666667V170.666667h42.666667v512zM640 256h-213.333333v512h213.333333V256z m-85.333333 426.666667h-42.666667V341.333333h42.666667v341.333334zM384 426.666667H170.666667v341.333333h213.333333v-341.333333z m-85.333333 256H256v-170.666667h42.666667v170.666667zM128 853.333333h810.666667v85.333334H128z" p-id="9380" fill="#269BFF"></path></svg>

After

Width:  |  Height:  |  Size: 801 B

BIN
portal/h5/image/jigou0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

1
portal/h5/image/js.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635129840756" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="53943" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M298.666667 298.666667h170.666666v85.333333H298.666667zM298.666667 469.333333h170.666666v85.333334H298.666667z" p-id="53944" fill="#797979"></path><path d="M896 810.666667v-384c0-25.6-17.066667-42.666667-42.666667-42.666667h-128v85.333333h85.333334v341.333334h-170.666667V170.666667c0-25.6-17.066667-42.666667-42.666667-42.666667H170.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667v640H42.666667v85.333333h938.666666v-85.333333h-85.333333z m-341.333333 0H213.333333V213.333333h341.333334v597.333334z" p-id="53945" fill="#797979"></path></svg>

After

Width:  |  Height:  |  Size: 927 B

1
portal/h5/image/js1.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635218850319" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5866" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M298.666667 298.666667h170.666666v85.333333H298.666667zM298.666667 469.333333h170.666666v85.333334H298.666667z" p-id="5867" fill="#269BFF"></path><path d="M896 810.666667v-384c0-25.6-17.066667-42.666667-42.666667-42.666667h-128v85.333333h85.333334v341.333334h-170.666667V170.666667c0-25.6-17.066667-42.666667-42.666667-42.666667H170.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667v640H42.666667v85.333333h938.666666v-85.333333h-85.333333z m-341.333333 0H213.333333V213.333333h341.333334v597.333334z" p-id="5868" fill="#269BFF"></path></svg>

After

Width:  |  Height:  |  Size: 924 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
portal/h5/image/nianbao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
portal/h5/image/shuzi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
portal/h5/image/tukuai.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
portal/h5/image/yanguan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

1
portal/h5/image/zf.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635218705067" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3468" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M298.666667 426.666667h85.333333v85.333333H298.666667zM298.666667 554.666667h85.333333v85.333333H298.666667zM298.666667 682.666667h85.333333v85.333333H298.666667z" p-id="3469" fill="#797979"></path><path d="M853.333333 170.666667h-128V85.333333H298.666667v85.333334H170.666667c-25.6 0-42.666667 17.066667-42.666667 42.666666v682.666667c0 25.6 17.066667 42.666667 42.666667 42.666667h682.666666c25.6 0 42.666667-17.066667 42.666667-42.666667V213.333333c0-25.6-17.066667-42.666667-42.666667-42.666666zM384 170.666667h256v85.333333H384V170.666667z m426.666667 682.666666H213.333333V256h85.333334v85.333333h426.666666V256h85.333334v597.333333z" p-id="3470" fill="#797979"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

1
portal/h5/image/zf1.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635129523106" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="51545" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M298.666667 426.666667h85.333333v85.333333H298.666667zM298.666667 554.666667h85.333333v85.333333H298.666667zM298.666667 682.666667h85.333333v85.333333H298.666667z" p-id="51546" fill="#269BFF"></path><path d="M853.333333 170.666667h-128V85.333333H298.666667v85.333334H170.666667c-25.6 0-42.666667 17.066667-42.666667 42.666666v682.666667c0 25.6 17.066667 42.666667 42.666667 42.666667h682.666666c25.6 0 42.666667-17.066667 42.666667-42.666667V213.333333c0-25.6-17.066667-42.666667-42.666667-42.666666zM384 170.666667h256v85.333333H384V170.666667z m426.666667 682.666666H213.333333V256h85.333334v85.333333h426.666666V256h85.333334v597.333333z" p-id="51547" fill="#269BFF"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
portal/h5/image/zhineng.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640189360135" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="26915" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M128 128h85.333333v682.666667h682.666667v85.333333H128V128z" p-id="26916"></path><path d="M926.165333 328.832l-60.330666-60.330667L682.666667 451.669333l-128-128-286.165334 286.165334 60.330667 60.330666L554.666667 444.330667l128 128 243.498666-243.498667z" p-id="26917"></path></svg>

After

Width:  |  Height:  |  Size: 662 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640684173704" class="icon" viewBox="0 0 1280 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="51849" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="200"><defs><style type="text/css"></style></defs><path d="M1280 853.312c0 29.952-7.872 57.664-20.544 82.112l-404.16-482.368 399.808-373.056c15.552 26.304 24.896 57.28 24.896 90.688v682.624zM640 540.672L1196.224 21.504A150.336 150.336 0 0 0 1120 0h-960c-27.776 0-53.504 8.192-76.16 21.504L640 540.672z m155.072-31.424l-128.768 120.256a38.528 38.528 0 0 1-52.672 0L484.928 509.248 75.648 997.76c24.512 16.384 53.248 26.24 84.352 26.24h960c31.104 0 59.84-9.856 84.352-26.24l-409.28-488.512zM24.96 80C9.344 106.304 0 137.28 0 170.688v682.624c0 29.952 7.872 57.664 20.544 82.112l404.096-482.432L24.96 80z" fill="#ffffff" p-id="51850"></path></svg>

After

Width:  |  Height:  |  Size: 963 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640684173704" class="icon" viewBox="0 0 1280 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="51849" xmlns:xlink="http://www.w3.org/1999/xlink" width="250" height="200"><defs><style type="text/css"></style></defs><path d="M1280 853.312c0 29.952-7.872 57.664-20.544 82.112l-404.16-482.368 399.808-373.056c15.552 26.304 24.896 57.28 24.896 90.688v682.624zM640 540.672L1196.224 21.504A150.336 150.336 0 0 0 1120 0h-960c-27.776 0-53.504 8.192-76.16 21.504L640 540.672z m155.072-31.424l-128.768 120.256a38.528 38.528 0 0 1-52.672 0L484.928 509.248 75.648 997.76c24.512 16.384 53.248 26.24 84.352 26.24h960c31.104 0 59.84-9.856 84.352-26.24l-409.28-488.512zM24.96 80C9.344 106.304 0 137.28 0 170.688v682.624c0 29.952 7.872 57.664 20.544 82.112l404.096-482.432L24.96 80z" p-id="51850"></path></svg>

After

Width:  |  Height:  |  Size: 947 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128422962" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="32315" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M887.466667 341.333333h-12.8c-145.066667 0-268.8-89.6-315.733334-217.6-4.266667-8.533333-4.266667-12.8-8.533333-21.333333 0-4.266667-4.266667-12.8-4.266667-17.066667h-64c0 4.266667-4.266667 12.8-4.266666 17.066667-4.266667 8.533333-4.266667 17.066667-8.533334 21.333333C418.133333 251.733333 294.4 341.333333 149.333333 341.333333H128c-29.866667 0-59.733333-8.533333-85.333333-17.066666V341.333333c0 25.6 8.533333 51.2 17.066666 76.8 29.866667 55.466667 85.333333 93.866667 153.6 93.866667v298.666667H128v85.333333h768v-85.333333h-85.333333v-302.933334c55.466667-12.8 102.4-42.666667 132.266666-85.333333 21.333333-29.866667 34.133333-59.733333 38.4-98.133333-29.866667 8.533333-59.733333 17.066667-93.866666 17.066666zM725.333333 810.666667H298.666667v-298.666667h426.666666v298.666667z m42.666667-384H213.333333c-8.533333 0-12.8 0-21.333333-4.266667 136.533333-12.8 251.733333-89.6 320-200.533333 64 102.4 170.666667 174.933333 294.4 196.266666-12.8 8.533333-25.6 8.533333-38.4 8.533334z" p-id="32316" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640676912688" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="39441" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M894.404 855.658v28.151c0 58.278-152.722 108.191-152.722 108.191l-63.635-8.091c0 0-101.765-12.728-165.448-12.728-63.59 0-165.448 12.728-165.448 12.728l-63.168 7.904c0 0-153.187-49.938-153.187-108.004v-28.151c0-54.163 70.606-108.824 153.355-150.744 4.008-2.026 53.735 279.568 53.735 279.568l21.992-0.572c0 0-42.492-290.741-38.18-292.717 22.906-10.477 37.976-20.295 60.508-28.423 8.358-3.045 48.317-24.746 25.963-83.183-51.771-52.772-87.037-103.902-87.037-219.202h384.135c0 114.106-36.167 165.71-87.596 218.556h0.297c-21.862 66.293 13.101 82.015 18.667 83.818 22.297 7.372 44.494 18.892 66.865 28.436 5.543 2.362-38.181 292.718-38.181 292.718l23.242-0.623c0 0 47.402-280.673 52.249-278.299 84.004 41.126 153.592 95.403 153.592 150.671v0zM731.565 238.954c0-132.501-180.437-198.744-180.437-198.744-25.554-11.509-50.92-8.888-77.058 0 0 0-180.443 58.165-180.443 198.744 0 21.017-38.144 16.506-50.765 82.986h539.484c-22.967-66.939-50.783-61.969-50.783-82.986v0zM731.565 238.954z" fill="#ffffff" p-id="39442"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640676912688" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="39441" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M894.404 855.658v28.151c0 58.278-152.722 108.191-152.722 108.191l-63.635-8.091c0 0-101.765-12.728-165.448-12.728-63.59 0-165.448 12.728-165.448 12.728l-63.168 7.904c0 0-153.187-49.938-153.187-108.004v-28.151c0-54.163 70.606-108.824 153.355-150.744 4.008-2.026 53.735 279.568 53.735 279.568l21.992-0.572c0 0-42.492-290.741-38.18-292.717 22.906-10.477 37.976-20.295 60.508-28.423 8.358-3.045 48.317-24.746 25.963-83.183-51.771-52.772-87.037-103.902-87.037-219.202h384.135c0 114.106-36.167 165.71-87.596 218.556h0.297c-21.862 66.293 13.101 82.015 18.667 83.818 22.297 7.372 44.494 18.892 66.865 28.436 5.543 2.362-38.181 292.718-38.181 292.718l23.242-0.623c0 0 47.402-280.673 52.249-278.299 84.004 41.126 153.592 95.403 153.592 150.671v0zM731.565 238.954c0-132.501-180.437-198.744-180.437-198.744-25.554-11.509-50.92-8.888-77.058 0 0 0-180.443 58.165-180.443 198.744 0 21.017-38.144 16.506-50.765 82.986h539.484c-22.967-66.939-50.783-61.969-50.783-82.986v0zM731.565 238.954z" p-id="39442"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640676617255" class="icon" viewBox="0 0 1322 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="29312" xmlns:xlink="http://www.w3.org/1999/xlink" width="258.203125" height="200"><defs><style type="text/css"></style></defs><path d="M1224.831008 814.437209l-326.251163 1.322998v-227.290956l160.082687-0.529199-49.744703-81.761241 49.744703-0.264599-56.624289-96.578811 42.865116-0.2646-167.756072-298.203618-169.608269 299.526615 43.658915-0.264599-57.153489 96.843411 50.273902-0.2646-50.273902 82.02584 146.323515-0.529199v227.290956l-189.188631 0.793799-6.350387-474.162274 72.235658-1.322998-244.489922-191.570025-437.118346 769.984496 1234.885788-19.580362-45.511111-85.201034z m-845.924548 8.731783h-74.352455v-138.914728h74.352455v138.914728z m0-151.880103h-74.352455V576.826873h74.352455v94.462016z m90.228424 151.880103h-74.352455v-138.914728h74.352455v138.914728z m0-151.880103h-74.352455V576.826873h74.352455v94.462016z" fill="#ffffff" p-id="29313"></path></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640675391658" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16355" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M873.1 812l-55.6-1.6 0.8-561.6h31.8l0.8-58.2-222.2 0.6 2.1-2.9c9.1-59.6-34.7-66.1-34.7-66.1l-256.5 0.8c-43 5-34.7 67.6-34.7 67.6h-129l-0.8 69.6 32 1.4 1.4 549.4h-56.8l0.7 92.8 721.4 0.7-0.7-92.5z m-569-496.3l92.5 1.1v80.5l-92.5-0.3v-81.3z m3.5 165.2L400 482v80.5l-92.5-0.4v-81.2z m97.3 236.6l-92.4-0.4V636l92.4 0.9v80.6z m66.9-401.8l92.5 1.1v80.5l-92.5-0.3v-81.3z m3.4 165.2l92.4 1.1v80.5l-92.4-0.4v-81.2z m97.4 283.7L480 764V636l92.6 1.7v126.9zM643 315.7l92.5 1.1v80.5L643 397v-81.3z m3.5 165.2l92.3 1.1v80.5l-92.3-0.4v-81.2z m4.8 155.1l92.5 0.9v80.6l-92.5-0.3V636z m0 0" fill="#ffffff" p-id="16356"></path></svg>

After

Width:  |  Height:  |  Size: 993 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128316112" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="31963" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M541.866667 68.266667c-17.066667-12.8-42.666667-12.8-55.466667 0L42.666667 469.333333h128v384c0 25.6 17.066667 42.666667 42.666666 42.666667h597.333334c25.6 0 42.666667-17.066667 42.666666-42.666667v-384h128L541.866667 68.266667zM512 157.866667l256 234.666666H256l256-234.666666zM768 810.666667H256V392.533333h512V810.666667z" p-id="31964" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 746 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128310218" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2434" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 269.922592l0 121.038704 161.384597-161.384597L512 68.191078l0 121.038704c-178.330548 0-322.770218 144.43967-322.770218 322.770218 0 63.343677 18.559705 122.047684 50.02944 171.874509l58.905598-58.905598c-17.953907-33.689287-28.242228-72.018244-28.242228-112.969934C269.922592 378.251833 378.251833 269.922592 512 269.922592zM784.740778 340.124468l-58.905598 58.905598c17.953907 33.689287 28.242228 72.018244 28.242228 112.969934 0 133.748167-108.329241 242.077408-242.077408 242.077408L512 633.038704 350.614379 794.423301l161.384597 161.384597L511.998977 834.770218c178.330548 0 322.770218-144.43967 322.770218-322.770218C834.770218 448.656323 816.210513 389.952316 784.740778 340.124468z" p-id="2435" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128583940" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="43679" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M298.666667 256h170.666666v170.666667H298.666667zM554.666667 298.666667h170.666666v85.333333h-170.666666zM298.666667 512h426.666666v85.333333H298.666667zM298.666667 682.666667h426.666666v85.333333H298.666667z" p-id="43680" fill="#ffffff"></path><path d="M853.333333 85.333333H170.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667v768c0 25.6 17.066667 42.666667 42.666667 42.666667h682.666666c25.6 0 42.666667-17.066667 42.666667-42.666667V128c0-25.6-17.066667-42.666667-42.666667-42.666667z m-42.666666 768H213.333333V170.666667h597.333334v682.666666z" p-id="43681" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 977 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640189459774" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="27221" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M512 298.666667H256v256h256V298.666667z m-85.333333 170.666666H341.333333V384h85.333334v85.333333zM597.333333 298.666667h170.666667v85.333333h-170.666667zM597.333333 469.333333h170.666667v85.333334h-170.666667zM256 640h512v85.333333H256z" p-id="27222"></path><path d="M896 128H128c-25.6 0-42.666667 17.066667-42.666667 42.666667v682.666666c0 25.6 17.066667 42.666667 42.666667 42.666667h768c25.6 0 42.666667-17.066667 42.666667-42.666667V170.666667c0-25.6-17.066667-42.666667-42.666667-42.666667z m-42.666667 682.666667H170.666667V213.333333h682.666666v597.333334z" p-id="27223"></path></svg>

After

Width:  |  Height:  |  Size: 970 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640676349737" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="24489" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M875.173997 137.12664l74.772428 1.023279 0.292365 426.12244c0 143.11282-141.577902 295.142781-424.660614 456.089886a27.774705 27.774705 0 0 1-27.482339 0C214.79385 859.415141 73.142857 707.385179 73.142857 564.272359v-426.12244h2.19274l72.872054-1.09637c0.804005 0 85.224488-2.265831 169.937337-35.522386A822.642894 822.642894 0 0 0 466.154926 25.808548c0.511639-0.219274 0.730913-0.511639 0.730914-0.511639L495.610732 5.123702a27.774705 27.774705 0 0 1 31.94091 0l28.871074 20.173207c10.45206 7.016767 66.293834 43.854797 148.813944 76.234254a552.643529 552.643529 0 0 0 169.937337 35.522386zM357.760487 480.65588l-59.934888 57.157419 160.070007 152.541601L785.052389 378.912752l-60.081071-57.084327-267.00262 254.357821-100.135119-95.457274z" fill="#ffffff" p-id="24490"></path></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635128466093" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="32665" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M938.666667 853.333333v-396.8c0-17.066667-12.8-34.133333-29.866667-42.666666L597.333333 324.266667V145.066667c0-29.866667-29.866667-51.2-55.466666-38.4l-384 140.8c-17.066667 4.266667-29.866667 21.333333-29.866667 38.4V853.333333H42.666667v85.333334h938.666666v-85.333334h-42.666666z m-426.666667 0H213.333333V315.733333l298.666667-106.666666V853.333333z m341.333333 0h-256V413.866667l256 76.8V853.333333z" p-id="32666" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 825 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640676816389" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="36913" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M854.9 620.9c-3.6 0-6.3 0.9-9 1.8-23.4 9-54 14.4-76.5 13.5-50.4-2.7-88.2-12.6-125.1-44.1-36 30.6-82.8 48.6-131.4 49.5-49.5 0-96.3-12.6-133.2-44.1-36.9 31.5-83.7 46.8-133.2 46.8-30.6 0-47.7-5.4-75.6-16.2-0.9 0-1.8-0.9-2.7-0.9-1.8-0.9-2.7-0.9-3.6-1.8 0 0-4.5-0.9-7.2-0.9-18 0-31.5 14.4-31.5 31.5v170.1c0 45 36.9 81 81.9 81h598.5c45 0 81-36.9 81-81.9V651.5c0-17.1-14.4-30.6-32.4-30.6z" fill="#ffffff" p-id="36914"></path><path d="M944 367.1v-1.8c0-1.8-0.9-3.6-1.8-5.4l-74.7-185.4c-12.6-38.7-48.6-62.1-93.6-62.1h-522c-44.1 0-78.3 23.4-90 60.3l-81 189.9c0 0.9-0.9 2.7-0.9 4.5-5.4 18-9 36-9 54.9 0 64.8 35.1 124.2 92.7 154.8 23.4 12.6 51.3 18.9 81.9 18.9 52.2 0 100.8-23.4 133.2-62.1 32.4 38.7 81 62.1 133.2 62.1 51.3 0 99.9-23.4 132.3-62.1 33.3 39.6 81 62.1 134.1 62.1 31.5 0 60.3-7.2 83.7-19.8C917.9 543.5 953 485 953 421.1c0-18.9-2.7-37.8-9-54z" fill="#ffffff" p-id="36915"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1635127028183" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11903" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M341.333333 85.333333H256v128H128v384h128v128h85.333333v-128h128V213.333333H341.333333V85.333333z m42.666667 213.333334v213.333333H213.333333V298.666667h170.666667zM768 426.666667V298.666667h-85.333333v128h-128v384h128v128h85.333333v-128h128v-384h-128z m42.666667 298.666666h-170.666667v-213.333333h170.666667v213.333333z" p-id="11904" fill="#ffffff"></path></svg>

After

Width:  |  Height:  |  Size: 742 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640188223601" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4089" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M848.457143 128c0 0-58.514286 0-153.6-36.571429-102.4-36.571429-164.571429-76.8-164.571429-76.8L501.028571 0 475.428571 14.628571c0 0-65.828571 40.228571-164.571429 76.8-98.742857 32.914286-153.6 36.571429-153.6 36.571429L109.714286 131.657143l0 504.685714C109.714286 822.857143 457.142857 1024 501.028571 1024c40.228571 0 391.314286-201.142857 391.314286-387.657143l0-504.685714L848.457143 128zM475.428571 709.485714l-182.857143-168.228571 54.857143-69.485714 117.028571 106.057143 219.428571-274.285714 65.828571 62.171429L475.428571 709.485714 475.428571 709.485714z" fill="#68d5aa" p-id="4090"></path></svg>

After

Width:  |  Height:  |  Size: 988 B

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1640185270226" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3249" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M102.4 921.6v-358.4a409.6 409.6 0 1 1 819.2 0v358.4h51.2a51.2 51.2 0 0 1 0 102.4H51.2a51.2 51.2 0 0 1 0-102.4h51.2z m552.448-275.8144A51.2 51.2 0 0 0 614.4 563.2H498.176l58.88-101.888a51.2 51.2 0 1 0-88.6784-51.2l-102.4 177.3056A50.944 50.944 0 0 0 358.4 614.4a51.2 51.2 0 0 0 51.2 51.2h115.5584l-58.4192 101.2224a51.2 51.2 0 1 0 88.6784 51.2l99.4304-172.2368zM460.8 0h102.4a51.2 51.2 0 0 1 0 102.4H460.8a51.2 51.2 0 1 1 0-102.4z m351.5392 76.8l88.6784 51.2a51.2 51.2 0 1 1-51.2 88.6784l-88.6784-51.2a51.2 51.2 0 0 1 51.2-88.6784z m-600.576-0.7168a51.2 51.2 0 1 1 51.2 88.6784l-88.7296 51.2a51.2 51.2 0 1 1-51.2-88.6784l88.6784-51.2z" fill="#ff7026" p-id="3250"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 40 KiB

Some files were not shown because too many files have changed in this diff Show More