|
@@ -0,0 +1,218 @@
|
|
|
+.content {
|
|
|
+ background: #edeff7;
|
|
|
+ padding: 0px;
|
|
|
+}
|
|
|
+.dowload {
|
|
|
+ width:100px;
|
|
|
+ height:30px;
|
|
|
+ background:rgba(78,93,255,1);
|
|
|
+ border-radius:15px;
|
|
|
+ font-size:12px;
|
|
|
+ font-family:STYuanti-SC-Regular,STYuanti-SC;
|
|
|
+ font-weight:400;
|
|
|
+ color:rgba(255,255,255,1);
|
|
|
+ line-height:30px;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 auto;
|
|
|
+ cursor: pointer;
|
|
|
+ position: fixed;
|
|
|
+ top: 20px;
|
|
|
+ right: 20px;
|
|
|
+}
|
|
|
+.pdfContent {
|
|
|
+ width: 1180px;
|
|
|
+ margin: 0 auto;
|
|
|
+ background: white;
|
|
|
+ .pHeader{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ border-bottom: 1px solid #E8E8E8;
|
|
|
+ .projectTitle {
|
|
|
+ margin-top: 86px;
|
|
|
+ margin-bottom: 16px;
|
|
|
+ font-size:36px;
|
|
|
+ font-family:PingFangSC-Medium,PingFang SC;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ line-height:50px;
|
|
|
+ }
|
|
|
+ .testList {
|
|
|
+ font-size:18px;
|
|
|
+ font-family:PingFangSC-Regular,PingFang SC;
|
|
|
+ font-weight:400;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ line-height:25px;
|
|
|
+ }
|
|
|
+ .tip {
|
|
|
+ font-size:18px;
|
|
|
+ font-family:PingFangSC-Medium,PingFang SC;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ line-height:25px;
|
|
|
+ margin-bottom: 23px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .filterResult {
|
|
|
+ width: 960px;
|
|
|
+ margin: 0 auto;
|
|
|
+ font-size:14px;
|
|
|
+ font-family:PingFangSC-Regular,PingFang SC;
|
|
|
+ font-weight:400;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ line-height:20px;
|
|
|
+ border-bottom: 1px dashed #E8E8E8;
|
|
|
+ padding-top: 23px;
|
|
|
+ padding-bottom: 15px;
|
|
|
+ }
|
|
|
+ .result {
|
|
|
+ margin-top: 30px;
|
|
|
+ padding: 0px 120px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ .resultItem {
|
|
|
+ margin-top: 36px;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ border-bottom:1px dashed rgba(202,204,210,1);
|
|
|
+ .testLable {
|
|
|
+ font-size:18px;
|
|
|
+ font-family:PingFangSC-Medium,PingFang SC;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(78,93,255,1);
|
|
|
+ line-height:25px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ width: 100%;
|
|
|
+ border-bottom: 1px dashed #E8E8E8;
|
|
|
+ }
|
|
|
+ .resultTitle {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ font-size:18px;
|
|
|
+ font-family:PingFangSC-Medium,PingFang SC;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ line-height:25px;
|
|
|
+ }
|
|
|
+ .resultTable {
|
|
|
+
|
|
|
+ border-radius:4px;
|
|
|
+ border:1px solid rgba(232,232,232,1);
|
|
|
+ margin-top: 8px;
|
|
|
+ }
|
|
|
+ .tableHeader {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ height: 32px;
|
|
|
+ background:rgba(250,250,250,1);
|
|
|
+ border-radius:4px 0px 0px 0px;
|
|
|
+ font-size:14px;
|
|
|
+ font-family:PingFangSC-Medium,PingFang SC;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(0,0,0,0.85);
|
|
|
+ line-height:21px;
|
|
|
+ align-items:flex-end;
|
|
|
+ .option {
|
|
|
+ flex-grow: 2;
|
|
|
+ padding-left: 25px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .numbers {
|
|
|
+ width:236px;
|
|
|
+ height: 100%;
|
|
|
+ padding-top: 8px;
|
|
|
+ padding-left: 25px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-left:1px solid rgba(232,232,232,1);
|
|
|
+ border-right:1px solid rgba(232,232,232,1);
|
|
|
+ }
|
|
|
+ .percent {
|
|
|
+ width: 408px;
|
|
|
+ padding-left: 25px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tableRow {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ min-height: 32px;
|
|
|
+ font-size:14px;
|
|
|
+ font-family:PingFangSC-Regular,PingFang SC;
|
|
|
+ font-weight:400;
|
|
|
+ color:rgba(0,0,0,0.65);
|
|
|
+ line-height:21px;
|
|
|
+ .option {
|
|
|
+ flex-grow: 2;
|
|
|
+ height: 100%;
|
|
|
+ padding-top: 8px;
|
|
|
+ padding-left: 25px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-top:1px solid rgba(232,232,232,1);
|
|
|
+ padding: 8px 15px;
|
|
|
+ }
|
|
|
+ .numbers {
|
|
|
+ width:236px;
|
|
|
+ min-height: 100%;
|
|
|
+ padding: 0px 15px;
|
|
|
+ padding-left: 25px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-left:1px solid rgba(232,232,232,1);
|
|
|
+ border-right:1px solid rgba(232,232,232,1);
|
|
|
+ border-top:1px solid rgba(232,232,232,1);
|
|
|
+ flex-shrink: 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .percent {
|
|
|
+ width: 408px;
|
|
|
+ min-height: 100%;
|
|
|
+ padding-left: 25px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-top:1px solid rgba(232,232,232,1);
|
|
|
+ flex-shrink: 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .chart {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin-top: 30px;
|
|
|
+ padding: 0px 120px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ .chartItem {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ .chartTitle {
|
|
|
+ font-size:18px;
|
|
|
+ font-family:PingFangSC-Medium,PingFang SC;
|
|
|
+ font-weight:500;
|
|
|
+ color:rgba(51,51,51,1);
|
|
|
+ line-height:25px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+ .filterTag{
|
|
|
+ display: block;
|
|
|
+ width: 32px;
|
|
|
+ height: 16px;
|
|
|
+ background:rgba(255,106,106,1);
|
|
|
+ border-radius:8px;
|
|
|
+ font-size:12px;
|
|
|
+ font-family:PingFangSC-Regular,PingFang SC;
|
|
|
+ font-weight:400;
|
|
|
+ color:rgba(255,255,255,1);
|
|
|
+ line-height:16px;
|
|
|
+ text-align: center;
|
|
|
+ margin-right: 5px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .chartData {
|
|
|
+ width: 100%;
|
|
|
+ margin: 10px 0px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|