|
@@ -0,0 +1,307 @@
|
|
|
+.content{
|
|
|
+ padding: 100px 0px;
|
|
|
+ width:100%;
|
|
|
+ height:100%;
|
|
|
+ background:#FAFAFA;
|
|
|
+}
|
|
|
+
|
|
|
+.data {
|
|
|
+ display: flex;
|
|
|
+ padding-top: 76px;
|
|
|
+ width: 1200px;
|
|
|
+ margin: 0 auto;
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation {
|
|
|
+ width: 380px;
|
|
|
+ height: 650px;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border: 1px solid rgba(230, 230, 230, 1);
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .top {
|
|
|
+ margin-top: 53px;
|
|
|
+ margin-left: 80px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .top span {
|
|
|
+ width: 168px;
|
|
|
+ height: 41px;
|
|
|
+ font-size: 28px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 41px;
|
|
|
+ color: rgba(51, 182, 202, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .top .left1 {
|
|
|
+ position: relative;
|
|
|
+ left: -3px;
|
|
|
+ top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .top .right1 {
|
|
|
+ position: relative;
|
|
|
+ top: 5px;
|
|
|
+ left: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .kf {
|
|
|
+ margin-left: 150px;
|
|
|
+ margin-top: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .kf p {
|
|
|
+ width: 80px;
|
|
|
+ height: 29px;
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 29px;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .jy {
|
|
|
+ margin-left: 30px;
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .jy p {
|
|
|
+ width: 337px;
|
|
|
+ height: 96px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .apply {
|
|
|
+ margin-left: 150px;
|
|
|
+ margin-top: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .apply p {
|
|
|
+ width: 80px;
|
|
|
+ height: 29px;
|
|
|
+ font-size: 20px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 29px;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .rr {
|
|
|
+ margin-left: 30px;
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .rr p:nth-of-type(1) {
|
|
|
+ width: 316px;
|
|
|
+ height: 48px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation .rr p:nth-of-type(2) {
|
|
|
+ width: 259px;
|
|
|
+ height: 48px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ opacity: 1;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation button {
|
|
|
+ width: 180px;
|
|
|
+ height: 46px;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border: 1px solid rgba(51, 182, 202, 1);
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-left: 100px;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCorporation button span {
|
|
|
+ width: 76px;
|
|
|
+ height: 21px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(51, 182, 202, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport {
|
|
|
+ width: 380px;
|
|
|
+ height: 650px;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border: 1px solid rgba(230, 230, 230, 1);
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 12px;
|
|
|
+ margin-left: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport .top {
|
|
|
+ margin-top: 53px;
|
|
|
+ margin-left: 80px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport .top .left1 {
|
|
|
+ position: relative;
|
|
|
+ left: -3px;
|
|
|
+ top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport .top .right1 {
|
|
|
+ position: relative;
|
|
|
+ top: 5px;
|
|
|
+ left: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport .top span {
|
|
|
+ width: 168px;
|
|
|
+ height: 41px;
|
|
|
+ font-size: 28px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 41px;
|
|
|
+ color: rgba(51, 182, 202, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport .rr {
|
|
|
+ margin-left: 30px;
|
|
|
+ margin-top: 82px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport .rr p {
|
|
|
+ width: 320px;
|
|
|
+ height: 113px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport button {
|
|
|
+ width: 180px;
|
|
|
+ height: 46px;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border: 1px solid rgba(51, 182, 202, 1);
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 6px;
|
|
|
+ margin-left: 100px;
|
|
|
+ margin-top: 215px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataExport button span {
|
|
|
+ width: 76px;
|
|
|
+ height: 21px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(51, 182, 202, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom {
|
|
|
+ width: 380px;
|
|
|
+ height: 650px;
|
|
|
+ background: rgba(255, 255, 255, 1);
|
|
|
+ border: 1px solid rgba(230, 230, 230, 1);
|
|
|
+ opacity: 1;
|
|
|
+ border-radius: 12px;
|
|
|
+ margin-left: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .top {
|
|
|
+ margin-top: 53px;
|
|
|
+ margin-left: 80px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .top .left1 {
|
|
|
+ position: relative;
|
|
|
+ left: -3px;
|
|
|
+ top: 5px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .top .right1 {
|
|
|
+ position: relative;
|
|
|
+ top: 5px;
|
|
|
+ left: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .top span {
|
|
|
+ width: 168px;
|
|
|
+ height: 41px;
|
|
|
+ font-size: 28px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 41px;
|
|
|
+ color: rgba(51, 182, 202, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .rr {
|
|
|
+ margin-left: 30px;
|
|
|
+ margin-top: 82px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .rr p {
|
|
|
+ width: 320px;
|
|
|
+ height: 113px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(102, 102, 102, 1);
|
|
|
+ opacity: 1;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .tel p:nth-of-type(1) {
|
|
|
+ width: 320px;
|
|
|
+ height: 62px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(204, 204, 204, 1);
|
|
|
+ opacity: 1;
|
|
|
+ position: relative;
|
|
|
+ left: 125px;
|
|
|
+ top: 212px;
|
|
|
+}
|
|
|
+
|
|
|
+.dataCustom .tel p:nth-of-type(2) {
|
|
|
+ width: 320px;
|
|
|
+ height: 62px;
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: "Microsoft YaHei",sans-serif;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 24px;
|
|
|
+ color: rgba(204, 204, 204, 1);
|
|
|
+ opacity: 1;
|
|
|
+ position: relative;
|
|
|
+ left: 110px;
|
|
|
+ top: 175px;
|
|
|
+}
|