测试文件
This commit is contained in:
241
portal/Digitalgovernment/dandu/textHome.css
Normal file
241
portal/Digitalgovernment/dandu/textHome.css
Normal file
@@ -0,0 +1,241 @@
|
||||
body {
|
||||
|
||||
font-family: PingFangSC-Regular, PingFangSC-Ultralight, PingFangSC-Light, PingFang SC;
|
||||
color: #363a44;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
b {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.text {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.title {
|
||||
width: 100%;
|
||||
height: 45px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.titStl {
|
||||
width: 10px;
|
||||
height: 25px;
|
||||
margin-top: 10px;
|
||||
background-color: #1492ff;
|
||||
}
|
||||
|
||||
.titStl2 {
|
||||
font-style: normal;
|
||||
font-size: 15px;
|
||||
color: #060505;
|
||||
padding: 10px 0;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.textTit {
|
||||
font-size: 15px;
|
||||
color: #686b73;
|
||||
font-weight: normal;
|
||||
/* 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; */
|
||||
margin-top: 0px;
|
||||
padding-left: 7px;
|
||||
}
|
||||
|
||||
.cityBuild {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
/* background: #f2f2f2; */
|
||||
|
||||
background: red;
|
||||
|
||||
|
||||
/* box-shadow: 0 0 2px 2px #e6e6e6; */
|
||||
}
|
||||
|
||||
.cityBuild h3 {}
|
||||
|
||||
.cityBuild h4 {}
|
||||
|
||||
.cityBuild>div {
|
||||
width: 100%;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.cityBuild .left .box {
|
||||
margin-left: 10px;
|
||||
margin-top: -5px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.cityBuild .left .box li {
|
||||
padding: 10px 0;
|
||||
color: #6e7178;
|
||||
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: #797979;
|
||||
}
|
||||
|
||||
/* .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: #797979;
|
||||
}
|
||||
|
||||
.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: #686b73;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.miStl {
|
||||
font-size: 14px;
|
||||
font-family: "PingFangSC-Medium";
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.miStl span {
|
||||
color: #6e7178;
|
||||
line-height: 30px;
|
||||
}
|
||||
.miStl div {
|
||||
color: #6e7178;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.jichu {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
.cityBuild ul li span {
|
||||
color: #1492ff;
|
||||
}
|
||||
|
||||
.cityBuild span span {
|
||||
color: #1492ff;
|
||||
}
|
||||
.cityBuild span b {
|
||||
color: #1492ff;
|
||||
}
|
||||
/* middle */
|
||||
#main {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#main1 {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#main2 {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#main3 {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.echartDiv{
|
||||
margin-top: 50px;
|
||||
background: yellow;
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.text1{
|
||||
width: 100%;
|
||||
background-color: red;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* 基础建设的结束 */
|
||||
Reference in New Issue
Block a user