|
@@ -1,40 +1,40 @@
|
|
body {
|
|
body {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
background-color: #EBF0F3;
|
|
background-color: #EBF0F3;
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: 100%;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
|
|
.firstArea {
|
|
.firstArea {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 560px;
|
|
|
|
|
|
+ height: 34rem;
|
|
background-color: #FFFFFF;
|
|
background-color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
.header {
|
|
.header {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 87px;
|
|
|
|
- font-size: 50px;
|
|
|
|
|
|
+ height: 4.214rem;
|
|
|
|
+ font-size: 1.571rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #2775CC;
|
|
color: #2775CC;
|
|
- padding: 18px 26px 0px;
|
|
|
|
|
|
+ padding: 1.286rem 1.857rem 0rem;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- border-bottom: 1px #2775CC solid;
|
|
|
|
|
|
+ border-bottom: 0.071rem #2775CC solid;
|
|
}
|
|
}
|
|
|
|
|
|
/* 办理情况 */
|
|
/* 办理情况 */
|
|
.transactionCase {
|
|
.transactionCase {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 473px;
|
|
|
|
- padding: 10px 20px;
|
|
|
|
|
|
+ height: 33.786rem;
|
|
|
|
+ padding: 0.714rem 1.429rem;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
|
|
.transactionCase .title {
|
|
.transactionCase .title {
|
|
- height: 72px;
|
|
|
|
- line-height: 72px;
|
|
|
|
- font-size: 40px;
|
|
|
|
|
|
+ height: 5.143rem;
|
|
|
|
+ line-height: 5.143rem;
|
|
|
|
+ font-size: 1.3rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #2775CC;
|
|
color: #2775CC;
|
|
@@ -42,7 +42,7 @@ body {
|
|
|
|
|
|
.transactionCase .line {
|
|
.transactionCase .line {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 1px;
|
|
|
|
|
|
+ height: 0.071rem;
|
|
background-color: rgba(224, 230, 241, 0.2);
|
|
background-color: rgba(224, 230, 241, 0.2);
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -50,27 +50,27 @@ body {
|
|
.line::before {
|
|
.line::before {
|
|
content: " ";
|
|
content: " ";
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 38px;
|
|
|
|
- height: 2px;
|
|
|
|
|
|
+ width: 2.714rem;
|
|
|
|
+ height: 0.143rem;
|
|
background-color: #2775CC;
|
|
background-color: #2775CC;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: -2px;
|
|
|
|
|
|
+ top: -0.143rem;
|
|
}
|
|
}
|
|
|
|
|
|
.line::after {
|
|
.line::after {
|
|
content: " ";
|
|
content: " ";
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 16px;
|
|
|
|
- height: 2px;
|
|
|
|
|
|
+ width: 1.143rem;
|
|
|
|
+ height: 0.143rem;
|
|
background-color: #2775CC;
|
|
background-color: #2775CC;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: -2px;
|
|
|
|
|
|
+ top: -0.143rem;
|
|
right: 0px;
|
|
right: 0px;
|
|
}
|
|
}
|
|
|
|
|
|
.transactionCase .caseChart {
|
|
.transactionCase .caseChart {
|
|
- width: 100%;
|
|
|
|
- height: 5.333rem;
|
|
|
|
|
|
+ width: 21rem;
|
|
|
|
+ height: 21.429rem;
|
|
padding-top: 0.28rem;
|
|
padding-top: 0.28rem;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
@@ -78,7 +78,7 @@ body {
|
|
/* 第二区域 */
|
|
/* 第二区域 */
|
|
.secondArea {
|
|
.secondArea {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: calc(100vh - 560px);
|
|
|
|
|
|
+ height: 81rem;
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
background-color: #FFFFFF;
|
|
background-color: #FFFFFF;
|
|
padding: 28px 21px 28px 19px;
|
|
padding: 28px 21px 28px 19px;
|
|
@@ -88,29 +88,30 @@ body {
|
|
|
|
|
|
.secondArea .navList {
|
|
.secondArea .navList {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 130px;
|
|
|
|
|
|
+ height: 22rem;
|
|
}
|
|
}
|
|
|
|
|
|
.navList li {
|
|
.navList li {
|
|
- width: 31%;
|
|
|
|
- height: 127px;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 6.071rem;
|
|
background: #ECF0F8;
|
|
background: #ECF0F8;
|
|
float: left;
|
|
float: left;
|
|
padding: 15px 0px 22px 33px;
|
|
padding: 15px 0px 22px 33px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
+ margin-bottom: 2rem;
|
|
}
|
|
}
|
|
|
|
|
|
-.navList li:nth-child(2) {
|
|
|
|
- margin-left: 31px;
|
|
|
|
- margin-right: 31px;
|
|
|
|
-}
|
|
|
|
|
|
+/*.navList li:nth-child(2) {*/
|
|
|
|
+/* margin-left: 2.214rem;*/
|
|
|
|
+/* margin-right: 2.214rem;*/
|
|
|
|
+/*}*/
|
|
|
|
|
|
.navList li > div {
|
|
.navList li > div {
|
|
float: left;
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
|
|
.navList .inconArea {
|
|
.navList .inconArea {
|
|
- width: 25%;
|
|
|
|
|
|
+ width: 17%;
|
|
height: 80%;
|
|
height: 80%;
|
|
background-color: pink;
|
|
background-color: pink;
|
|
/*margin-right: 20px;*/
|
|
/*margin-right: 20px;*/
|
|
@@ -122,10 +123,10 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.inconArea i {
|
|
.inconArea i {
|
|
- font-size: 43px;
|
|
|
|
|
|
+ font-size: 2.071rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
- line-height: 73px;
|
|
|
|
- margin-left: 13px;
|
|
|
|
|
|
+ line-height: 3.214rem;
|
|
|
|
+ margin-left: 0.55rem;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -164,8 +165,8 @@ body {
|
|
color: transparent;
|
|
color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
text-fill-color: transparent;
|
|
text-fill-color: transparent;
|
|
- font-size: 40px;
|
|
|
|
- margin-left: 17px;
|
|
|
|
|
|
+ font-size: 1.857rem;
|
|
|
|
+ margin-left: 0.56rem;
|
|
}
|
|
}
|
|
|
|
|
|
.navList .textArea {
|
|
.navList .textArea {
|
|
@@ -175,18 +176,18 @@ body {
|
|
|
|
|
|
.textArea .textAreaTop {
|
|
.textArea .textAreaTop {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 20px;
|
|
|
|
- margin-bottom: 15px;
|
|
|
|
- font-size: 30px;
|
|
|
|
- line-height: 18px;
|
|
|
|
|
|
+ height: 1.429rem;
|
|
|
|
+ margin-bottom: 1.071rem;
|
|
|
|
+ font-size: 1rem;
|
|
|
|
+ line-height: 1.286rem;
|
|
color: #333333;
|
|
color: #333333;
|
|
opacity: 0.6;
|
|
opacity: 0.6;
|
|
}
|
|
}
|
|
|
|
|
|
.textArea .textAreaBottom span:first-child {
|
|
.textArea .textAreaBottom span:first-child {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 30px;
|
|
|
|
- font-size: 35px;
|
|
|
|
|
|
+ height: 2.143rem;
|
|
|
|
+ font-size: 1.5rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
@@ -194,21 +195,21 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.textArea .textAreaBottom span {
|
|
.textArea .textAreaBottom span {
|
|
- font-size: 35px;
|
|
|
|
|
|
+ font-size: 1.5rem;
|
|
font-style: normal;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
|
|
/* 统计区域 */
|
|
/* 统计区域 */
|
|
.statisticalArea {
|
|
.statisticalArea {
|
|
- height: 1200px;
|
|
|
|
|
|
+ height: 52rem;
|
|
width: 100%;
|
|
width: 100%;
|
|
- margin-top: 47px;
|
|
|
|
|
|
+ margin-top: 3.357rem;
|
|
}
|
|
}
|
|
|
|
|
|
.staCommon {
|
|
.staCommon {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 50%;
|
|
|
|
- margin-top: 30px;
|
|
|
|
|
|
+ height: 25rem;
|
|
|
|
+ margin-top: 2.143rem;
|
|
}
|
|
}
|
|
|
|
|
|
.staLeft {
|
|
.staLeft {
|
|
@@ -220,9 +221,9 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
.staCommon .staTitle {
|
|
.staCommon .staTitle {
|
|
- height: 72px;
|
|
|
|
- line-height: 72px;
|
|
|
|
- font-size: 40px;
|
|
|
|
|
|
+ height: 3.143rem;
|
|
|
|
+ line-height: 3.143rem;
|
|
|
|
+ font-size: 1.5rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #2775CC;
|
|
color: #2775CC;
|
|
@@ -237,23 +238,23 @@ body {
|
|
|
|
|
|
.staContent {
|
|
.staContent {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 520px;
|
|
|
|
- border: 1px solid #CDCDCD;
|
|
|
|
- margin-top: 28px;
|
|
|
|
|
|
+ height: 20.143rem;
|
|
|
|
+ border: 0.071rem solid #CDCDCD;
|
|
|
|
+ margin-top: 2rem;
|
|
}
|
|
}
|
|
|
|
|
|
/* 详细信息 */
|
|
/* 详细信息 */
|
|
.detail {
|
|
.detail {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 445px;
|
|
|
|
- margin-top: 49px;
|
|
|
|
|
|
+ height: 31.786rem;
|
|
|
|
+ margin-top: 3.5rem;
|
|
/*overflow: auto;*/
|
|
/*overflow: auto;*/
|
|
}
|
|
}
|
|
|
|
|
|
.detail .staTitle {
|
|
.detail .staTitle {
|
|
- height: 72px;
|
|
|
|
- line-height: 72px;
|
|
|
|
- font-size: 40px;
|
|
|
|
|
|
+ height: 3.143rem;
|
|
|
|
+ line-height: 3.143rem;
|
|
|
|
+ font-size: 1.5rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #2775CC;
|
|
color: #2775CC;
|
|
@@ -262,59 +263,66 @@ body {
|
|
|
|
|
|
.detail .line {
|
|
.detail .line {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 1px;
|
|
|
|
|
|
+ height: 0.071rem;
|
|
background-color: rgba(224, 230, 241, 0.2);
|
|
background-color: rgba(224, 230, 241, 0.2);
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
.tableItem {
|
|
.tableItem {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 355px;
|
|
|
|
- margin-top: 16px;
|
|
|
|
|
|
+ height: 25.357rem;
|
|
|
|
+ margin-top: 1.143rem;
|
|
}
|
|
}
|
|
|
|
|
|
.tableItem table {
|
|
.tableItem table {
|
|
width: 100%;
|
|
width: 100%;
|
|
- border: 1px solid #C4D0DC;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ border: 0.071rem solid #C4D0DC;
|
|
|
|
+ border-radius: 0.286rem;
|
|
}
|
|
}
|
|
|
|
|
|
.tableItem table .tHeader {
|
|
.tableItem table .tHeader {
|
|
- height: 50px;
|
|
|
|
|
|
+ height: 2rem;
|
|
background-color: #E1E7ED;
|
|
background-color: #E1E7ED;
|
|
- border-radius: 4px 4px 0px 0px;
|
|
|
|
|
|
+ border-radius: 0.286rem 0.286rem 0rem 0rem;
|
|
}
|
|
}
|
|
|
|
|
|
.tableItem table .tHeader th {
|
|
.tableItem table .tHeader th {
|
|
- font-size: 30px;
|
|
|
|
|
|
+ font-size: 0.8rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
color: #333333;
|
|
- border: 1px solid #C4D0DC;
|
|
|
|
|
|
+ border: 0.071rem solid #C4D0DC;
|
|
}
|
|
}
|
|
|
|
|
|
.tableItem table .tHeader > th:first-child {
|
|
.tableItem table .tHeader > th:first-child {
|
|
- width: 189px;
|
|
|
|
|
|
+ width: 8.5rem;
|
|
}
|
|
}
|
|
|
|
|
|
.tableItem table .tHeaderSecond > th {
|
|
.tableItem table .tHeaderSecond > th {
|
|
background-color: #E1E7ED;
|
|
background-color: #E1E7ED;
|
|
- font-size: 25px;
|
|
|
|
|
|
+ font-size: 0.6rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
color: #333333;
|
|
- border: 1px solid #C4D0DC;
|
|
|
|
|
|
+ border: 0.071rem solid #C4D0DC;
|
|
}
|
|
}
|
|
|
|
|
|
.tableItem table tr td {
|
|
.tableItem table tr td {
|
|
text-align: center;
|
|
text-align: center;
|
|
- height: 30px;
|
|
|
|
- line-height: 30px;
|
|
|
|
- font-size: 28px;
|
|
|
|
|
|
+ height: 0.8rem;
|
|
|
|
+ line-height: 0.8rem;
|
|
|
|
+ font-size: 0.5rem;
|
|
font-family: Microsoft YaHei;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
color: #333333;
|
|
}
|
|
}
|
|
|
|
+.layui-table td, .layui-table th{
|
|
|
|
+ position: relative;
|
|
|
|
+ padding: 0.343rem 0.031rem;
|
|
|
|
+ min-height: 20px;
|
|
|
|
+ line-height: 20px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+}
|
|
|
|
|
|
.tableItem table tr:nth-child(even) {
|
|
.tableItem table tr:nth-child(even) {
|
|
background-color: #F1F5F9 !important;
|
|
background-color: #F1F5F9 !important;
|
|
@@ -330,13 +338,13 @@ thead th {
|
|
}
|
|
}
|
|
|
|
|
|
.layui-laypage a {
|
|
.layui-laypage a {
|
|
- font-size: 30px;
|
|
|
|
|
|
+ font-size: 0.8rem;
|
|
}
|
|
}
|
|
|
|
|
|
.layui-laypage span {
|
|
.layui-laypage span {
|
|
- font-size: 30px;
|
|
|
|
|
|
+ font-size: 0.8rem;
|
|
}
|
|
}
|
|
|
|
|
|
.layui-laypage span select {
|
|
.layui-laypage span select {
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 0.6rem;
|
|
}
|
|
}
|