测试文件
This commit is contained in:
648
portal/Digitalgovernment/city/textHome.css
Normal file
648
portal/Digitalgovernment/city/textHome.css
Normal file
@@ -0,0 +1,648 @@
|
||||
body {
|
||||
background: #F7F7F7;
|
||||
font-size: 14px;
|
||||
font-family: "PingFangSC-Medium";
|
||||
}
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.container .top::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.container > .top {
|
||||
overflow-x: scroll;
|
||||
|
||||
width: auto;
|
||||
padding-bottom: 10px;
|
||||
|
||||
white-space: nowrap;
|
||||
|
||||
background: #fff;
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
.container > .top > a {
|
||||
display: inline-block;
|
||||
|
||||
margin: 0 10px;
|
||||
padding: 15px 0;
|
||||
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
|
||||
color: rgb(170, 163, 163);
|
||||
}
|
||||
|
||||
.container > .top > a:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.container > .top > a:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.container .top .cycle {
|
||||
color: #1492ff;
|
||||
border-bottom: 2px solid #1492ff;
|
||||
}
|
||||
/* .cycle {
|
||||
color: #1492ff;
|
||||
border-bottom: 2px solid #1492ff;
|
||||
} */
|
||||
|
||||
.allContent {
|
||||
position: absolute;
|
||||
top: 51px;
|
||||
bottom: 0;
|
||||
overflow: scroll;
|
||||
width: 100%;
|
||||
}
|
||||
/* 基础建设的样式开始 */
|
||||
b {
|
||||
font-weight: normal;
|
||||
}
|
||||
.text {
|
||||
color: red;
|
||||
}
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 45px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.titStl2 {
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 15px;
|
||||
color: #363a44;
|
||||
padding: 10px 0;
|
||||
padding-left: 16px;
|
||||
}
|
||||
.textTit {
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
color: #363a44;
|
||||
font-size: 16px;
|
||||
padding: 10px 0;
|
||||
/* border-bottom: 1px solid #f5eaea; */
|
||||
}
|
||||
.boxStyle {
|
||||
box-shadow: 0 0 2px 2px #e6e6e6;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.cityBuild {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
background: #f2f2f2;
|
||||
padding-bottom: 20px;
|
||||
box-shadow: 0 0 2px 2px #e6e6e6;
|
||||
}
|
||||
.cityBuild h3 {
|
||||
}
|
||||
.cityBuild h4 {
|
||||
}
|
||||
.cityBuild b {
|
||||
font-size: 26px;
|
||||
color: black;
|
||||
font-weight: normal;
|
||||
}
|
||||
.cityBuild > div {
|
||||
width: 100%;
|
||||
background: #ffffff;
|
||||
}
|
||||
.cityBuild .left .box {
|
||||
margin: 10px 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.cityBuild .left .box li {
|
||||
padding: 10px 0;
|
||||
list-style: none;
|
||||
}
|
||||
.cityBuild .left .box li::before {
|
||||
content: "●";
|
||||
color: #1492ff;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.cityBuild .left .box ul li:nth-child(even) {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.cityBuild .middle .flex {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.cityBuild .middle .flex > div {
|
||||
width: 50%;
|
||||
}
|
||||
.cityBuild .middle .flex span {
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
color: #6e7178;
|
||||
}
|
||||
.cityBuild .middle .flex b {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.cityBuild .middle .flex i {
|
||||
font-style: normal;
|
||||
color: #269bff;
|
||||
}
|
||||
.cityBuild .middle p {
|
||||
padding-left: 20px;
|
||||
margin-top: 10px;
|
||||
color: #6e7178;
|
||||
}
|
||||
.cityBuild .middle .echart02 {
|
||||
height: 100px;
|
||||
width: 90%;
|
||||
}
|
||||
.cityBuild .right h4 {
|
||||
padding-left: 30px;
|
||||
border-bottom: none;
|
||||
}
|
||||
.cityBuild .right .flex {
|
||||
padding-left: 20px;
|
||||
}
|
||||
.cityBuild .right .flex > div {
|
||||
width: 50%;
|
||||
}
|
||||
.cityBuild .right .flex > div span {
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
color: #6e7178;
|
||||
}
|
||||
.cityBuild .right .flex > div b {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.cityBuild .right .flex > div i {
|
||||
font-style: normal;
|
||||
color: #1492ff;
|
||||
}
|
||||
.cityBuild .right div[class^="echart"] {
|
||||
width: 90%;
|
||||
height: 260px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.cityBuild .right .echart03 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.jichu {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
/* middle */
|
||||
.middle {
|
||||
margin-top: 15px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #fff;
|
||||
padding-bottom: 20px;
|
||||
/* box-shadow: 0 0 2px 2px #e6e6e6; */
|
||||
}
|
||||
.middle h3 {
|
||||
padding: 10px 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.middle .center {
|
||||
margin: 0 16px;
|
||||
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.middle .flex > span {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
width: 90%;
|
||||
margin: 15px auto;
|
||||
padding: 10px 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: #6e7178;
|
||||
font-size: 14px;
|
||||
}
|
||||
.middle .flex {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-left: 16px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.middle .flex > div {
|
||||
width: 50%;
|
||||
}
|
||||
.middle .flex span {
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
color: #6e7178;
|
||||
}
|
||||
.middle .flex b {
|
||||
margin-right: 8px;
|
||||
color: #1492ff;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.middle .flex i {
|
||||
font-style: normal;
|
||||
color: #6e7178;
|
||||
}
|
||||
|
||||
.chengshi {
|
||||
background: #ffffff;
|
||||
|
||||
margin: 0 16px;
|
||||
}
|
||||
.chengshi h3 {
|
||||
text-align: left;
|
||||
padding: 10px 20px;
|
||||
padding-left: 20px;
|
||||
/* border-bottom: 1px solid #e1e1e1;
|
||||
*/
|
||||
}
|
||||
.chengshi b {
|
||||
margin: 0 8px;
|
||||
color: #1492ff;
|
||||
font-size: 20px;
|
||||
}
|
||||
.chengshi .ceshiTop {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.chengshi .ceshiTop > div {
|
||||
width: 100%;
|
||||
}
|
||||
.leftTit {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
font-size: 15px;
|
||||
|
||||
/* border-bottom: 1px solid #e1e1e1; */
|
||||
color: #363a44;
|
||||
}
|
||||
.leftStl {
|
||||
font-weight: 500;
|
||||
width: 90%;
|
||||
padding-bottom: 10px;
|
||||
/* border-bottom: 1px solid #e1e1e1; */
|
||||
|
||||
}
|
||||
|
||||
.leftStl b{
|
||||
color: #1492ff;
|
||||
}
|
||||
.dandu {
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
}
|
||||
.chengshi .ceshiTop .left .flexTwo {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
color: #6e7178;
|
||||
font-size: 14px;
|
||||
}
|
||||
.chengshi .ceshiTop .left .flexTwo > :nth-child(1) {
|
||||
width: 95%;
|
||||
text-align: left;
|
||||
padding-left: 0px;
|
||||
line-height: 30px;
|
||||
color: #6e7178;
|
||||
}
|
||||
|
||||
.chengshi .ceshiTop .left .flexTwo > :nth-child(1) span {
|
||||
display: block;
|
||||
}
|
||||
.chengshi .ceshiTop .left .flexTwo .r {
|
||||
text-align: left;
|
||||
color: #363a44;
|
||||
padding-top: 10px;
|
||||
position: relative;
|
||||
}
|
||||
/* .chengshi .top .left .flexTwo .r span {
|
||||
color: black;
|
||||
}
|
||||
.chengshi .top .left .flexTwo .r > :nth-child(3) {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 10px;
|
||||
width: 60%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}++++++++++++++++++++++++++++++++++++++++++++++
|
||||
.chengshi .top .left .flexTwo .r > :nth-child(3) > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.chengshi .top .left .flexTwo .r > :nth-child(3) > div span {
|
||||
height: 13px;
|
||||
width: 5px;
|
||||
display: inline-block;
|
||||
border-radius: 3px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.chengshi .top .left .flexTwo .r > :nth-child(3) > div i {
|
||||
font-style: normal;
|
||||
margin-right: 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
*/
|
||||
.gaizao {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.gaizao .spanText {
|
||||
height: 40px;
|
||||
text-align: left;
|
||||
vertical-align: auto;
|
||||
line-height: 40px;
|
||||
/* margin-top: 10px; */
|
||||
color: #6e7178;
|
||||
}
|
||||
.gaizao .spanText2 {
|
||||
height: 40px;
|
||||
text-align: left;
|
||||
vertical-align: auto;
|
||||
line-height: 40px;
|
||||
color: #6e7178;
|
||||
}
|
||||
.gzstl {
|
||||
margin: 0 16px;
|
||||
}
|
||||
|
||||
.new {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.new .flex {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
.new .flex span {
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
color: #6e7178;
|
||||
}
|
||||
.new .flex b {
|
||||
color: #1492ff;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin: 0 8px;
|
||||
}
|
||||
.jianshe {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #fff;
|
||||
padding-bottom: 20px;
|
||||
/* box-shadow: 0 0 2px 2px #e6e6e6; */
|
||||
}
|
||||
.jianshe h3 {
|
||||
padding: 10px 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.jianshe h5 {
|
||||
margin-top: 10px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.jianshe .left p {
|
||||
margin-left: 16px;
|
||||
margin-top: 10px;
|
||||
color: #6e7178;
|
||||
}
|
||||
.rightTwo {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0px 16px;
|
||||
color: #6e7178;
|
||||
}
|
||||
.pStl {
|
||||
line-height: 30px;
|
||||
border-bottom: 1px solid #e1e1e1;
|
||||
}
|
||||
.pStl b {
|
||||
color: #1492ff;
|
||||
}
|
||||
.icon {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.span1 {
|
||||
width: 15px;
|
||||
height: 8px;
|
||||
margin-left: 0px;
|
||||
color: #6e7178;
|
||||
}
|
||||
.span2 {
|
||||
line-height: 8px;
|
||||
margin-right: 16px;
|
||||
color: #6e7178;
|
||||
}
|
||||
|
||||
.water {
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
margin-top: 15px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.waterTop {
|
||||
margin: 0 16px;
|
||||
}
|
||||
.waterTop p {
|
||||
/* border-bottom: 1px solid #e1e1e1; */
|
||||
}
|
||||
.echart11Div {
|
||||
width: 100%;
|
||||
/* margin-left: 50px; */
|
||||
}
|
||||
|
||||
.start {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 10px 16px;
|
||||
color: #6e7178;
|
||||
}
|
||||
.start .left {
|
||||
width: 50%;
|
||||
text-align: left;
|
||||
}
|
||||
.start .right {
|
||||
width: 50%;
|
||||
text-align: left;
|
||||
}
|
||||
.startBottom {
|
||||
width: 100%;
|
||||
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.start b {
|
||||
color: #1492ff;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
/* 加粗样式修改 */
|
||||
.plantext {
|
||||
color: #1492ff;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin: 0 8px;
|
||||
}
|
||||
.planhu {
|
||||
color: #1492ff;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin: 0 8px;
|
||||
}
|
||||
.planmi {
|
||||
color: #1492ff;
|
||||
font-size: 20px;
|
||||
font-weight: 500;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.startTit {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0 16px;
|
||||
font-size: 15px;
|
||||
color: #363a44;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.textButton {
|
||||
width: 90px;
|
||||
height: 30px;
|
||||
display: flex;
|
||||
color: #363a44 !important;
|
||||
}
|
||||
.waterTopP {
|
||||
padding-top: 10px;
|
||||
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.waterTopP b{
|
||||
color: #198eff;
|
||||
}
|
||||
#xiangmu {
|
||||
width: 50%;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
border: 1px solid #198eff;
|
||||
color: #198eff;
|
||||
}
|
||||
#mianji {
|
||||
width: 50%;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
border: 1px solid #b1afaf;
|
||||
|
||||
border-left: none;
|
||||
}
|
||||
#main {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
.echart02Stl {
|
||||
margin: 0 16px;
|
||||
height: 40px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.echart02 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.echart03 {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
}
|
||||
.echart42 {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
.echart43 {
|
||||
width: 100%;
|
||||
height: 900px;
|
||||
}
|
||||
|
||||
.echart04 {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
}
|
||||
.echart05 {
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.echart06 {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.echart07Stl{
|
||||
width: 100%;
|
||||
height: 600px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.echart07 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.echart08Stl {
|
||||
margin-top: 10px;
|
||||
width: 100%;
|
||||
height: 450px;
|
||||
}
|
||||
.echart08 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.echart09 {
|
||||
margin: 0 16px;
|
||||
height: 1100px;
|
||||
}
|
||||
.echart10 {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
}
|
||||
.echart11 {
|
||||
margin: 0 16px;
|
||||
height: 120px;
|
||||
}
|
||||
.echart12 {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
}
|
||||
.echart13Stl {
|
||||
}
|
||||
.echart13 {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
/* 基础建设的结束 */
|
||||
Reference in New Issue
Block a user