xyg 7 mesi fa
parent
commit
5ef52b7dbf

+ 78 - 0
nngkxxdp/src/main/resources/static/naxsb/css/mapcon.css

@@ -53,6 +53,54 @@ li {
     border: 1px solid #A3C4ED;
     box-sizing: border-box;
 }
+.contentleft>.buttontz {
+    width: 100%;
+    height: 115px;
+    font-size: 34px;
+    color: #FFFFFF;
+    text-shadow: 0px 2px 4px rgba(11, 96, 169, 0.25);
+    background-image: url(../images/button-wytz.png);
+    background-size: 100% 100%;
+    padding-top: 23px;
+    box-sizing: border-box;
+    text-align: center;
+    cursor: pointer;
+}
+
+
+.itemname {
+    font-size: 32px;
+    font-weight: bold;
+    color: #333333;
+    margin: 20px 0;
+}
+.contentleft>.gk {
+    background: #FFFFFF;
+    padding: 10px;
+    margin-top: 10px;
+}
+.text {
+    font-size: 20px;
+    color: #333333;
+    line-height: 50px;
+    margin: 20px 0;
+}
+
+.text>div {
+    display: flex;
+    align-items: center;
+}
+
+.text .icon {
+    height: 38px;
+    line-height: 38px;
+    padding: 0 15px;
+    background: #DEEDFF;
+    color: #4B98F6;
+    border-radius: 10px;
+    border: 1px solid #4B98F6;
+    margin-right: 10px;
+}
 
 td.tit {
     width: 16%;
@@ -61,6 +109,36 @@ td.tit {
 td.cont {
     width: 32%;
 }
+
+.contentleft>.list {
+    display: flex;
+    justify-content: space-between;
+    margin-top: 20px;
+}
+
+.contentleft>.list .listitm {
+    width: 23.5%;
+    height: 100px;
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    justify-content: center;
+    min-width: 199px;
+}
+
+.contentleft .list .listitm>span:first-child {
+    font-size: 16px;
+    color: rgb(255, 255, 255, 60%);
+    margin-bottom: 10px;
+}
+
+.contentleft .list .listitm>span:last-child {
+    font-size: 22px;
+    color: #FFFFFF;
+    font-style: italic;
+}
+
+
 .contentright {
     width: 50vw;
     height: 1384px;

+ 0 - 77
nngkxxdp/src/main/resources/static/naxsb/tdcr.html

@@ -27,13 +27,6 @@
             font-family: Microsoft YaHei;
         }
 
-        .itemname {
-            font-size: 32px;
-            font-weight: bold;
-            color: #333333;
-            margin: 20px 0;
-        }
-
         .swiperimg {
             display: flex;
             justify-content: space-between;
@@ -85,76 +78,6 @@
         .swiper-button-prev {
             top: 382px;
         }
-
-        .contentleft>.list {
-            display: flex;
-            justify-content: space-between;
-            margin-top: 20px;
-        }
-
-        .contentleft>.list .listitm {
-            width: 23.5%;
-            min-width: 199px;
-            height: 100px;
-            display: flex;
-            flex-direction: column;
-            align-items: center;
-            justify-content: center;
-        }
-
-        .contentleft .list .listitm>span:first-child {
-            font-size: 16px;
-            color: rgb(255, 255, 255, 60%);
-            margin-bottom: 10px;
-        }
-
-        .contentleft .list .listitm>span:last-child {
-            font-size: 22px;
-            color: #FFFFFF;
-            font-style: italic;
-        }
-
-        .text {
-            font-size: 20px;
-            color: #333333;
-            line-height: 50px;
-            margin: 20px 0;
-        }
-
-        .text>div {
-            display: flex;
-            align-items: center;
-        }
-
-        .text .icon {
-            height: 38px;
-            line-height: 38px;
-            padding: 0 15px;
-            background: #DEEDFF;
-            color: #4B98F6;
-            border-radius: 10px;
-            border: 1px solid #4B98F6;
-            margin-right: 10px;
-        }
-
-        .contentleft>.buttontz {
-            width: 100%;
-            height: 115px;
-            font-size: 34px;
-            color: #FFFFFF;
-            text-shadow: 0px 2px 4px rgba(11, 96, 169, 0.25);
-            background-image: url(images/button-wytz.png);
-            background-size: 100% 100%;
-            padding-top: 23px;
-            box-sizing: border-box;
-            text-align: center;
-        }
-
-        .contentleft>.gk {
-            background: #FFFFFF;
-            padding: 10px;
-            margin-top: 10px;
-        }
     </style>
 </head>
 

+ 0 - 77
nngkxxdp/src/main/resources/static/naxsb/ztcrdetail.html

@@ -28,13 +28,6 @@
             height: auto;
         }
 
-        .itemname {
-            font-size: 32px;
-            font-weight: bold;
-            color: #333333;
-            margin: 20px 0;
-        }
-
         .itemname .topicon {
             width: 134px;
             height: 37px;
@@ -100,76 +93,6 @@
             top: 382px;
         }
 
-        .contentleft>.list {
-            display: flex;
-            justify-content: space-between;
-            margin-top: 20px;
-        }
-
-        .contentleft>.list .listitm {
-            width: 23.5%;
-            height: 100px;
-            display: flex;
-            flex-direction: column;
-            align-items: center;
-            justify-content: center;
-            min-width: 199px;
-        }
-
-        .contentleft .list .listitm>span:first-child {
-            font-size: 16px;
-            color: rgb(255, 255, 255, 60%);
-            margin-bottom: 10px;
-        }
-
-        .contentleft .list .listitm>span:last-child {
-            font-size: 22px;
-            color: #FFFFFF;
-            font-style: italic;
-        }
-
-        .text {
-            font-size: 20px;
-            color: #333333;
-            line-height: 50px;
-            margin: 20px 0;
-        }
-
-        .text>div {
-            display: flex;
-            align-items: center;
-        }
-
-        .text .icon {
-            height: 38px;
-            line-height: 38px;
-            padding: 0 15px;
-            background: #DEEDFF;
-            color: #4B98F6;
-            border-radius: 10px;
-            border: 1px solid #4B98F6;
-            margin-right: 10px;
-        }
-
-        .contentleft>.buttontz {
-            width: 100%;
-            height: 115px;
-            font-size: 34px;
-            color: #FFFFFF;
-            text-shadow: 0px 2px 4px rgba(11, 96, 169, 0.25);
-            background-image: url(images/button-wytz.png);
-            background-size: 100% 100%;
-            padding-top: 23px;
-            box-sizing: border-box;
-            text-align: center;
-        }
-
-        .contentleft>.gk {
-            background: #FFFFFF;
-            padding: 10px;
-            margin-top: 10px;
-        }
-
         .contentright {
             width: 50vw;
             height: 1774px;