zmm 6 years ago
parent
commit
d22f767d3e

+ 6 - 0
CZKJ.GBRS2.WebMVC/CZKJ.GBRS2.WebMVC.csproj

@@ -23,6 +23,12 @@
23 23
     <ProjectReference Include="..\CZKJ.GBRS2\CZKJ.GBRS2.csproj" />
24 24
   </ItemGroup>
25 25
 
26
+  <ItemGroup>
27
+    <Content Update="Views\Shared\Components\Header\Default - 复制.cshtml">
28
+      <Pack>$(IncludeRazorContentInPack)</Pack>
29
+    </Content>
30
+  </ItemGroup>
31
+
26 32
   <ProjectExtensions><VisualStudio><UserProperties appsettings_1json__JSONSchema="http://json.schemastore.org/chrome-manifest" /></VisualStudio></ProjectExtensions>
27 33
 
28 34
 </Project>

+ 1 - 4
CZKJ.GBRS2.WebMVC/Views/Home/Index.cshtml

@@ -208,10 +208,7 @@
208 208
                     马上行动吧!喂养“国国”宝宝“啦点击
209 209
                     捐竹子已有300万网友赠送竹子喽!
210 210
                 </p>
211
-                <button class="addLeaf">点击捐竹子</button>
212
-                <img class="hand" src="/assets/homeImg/hand.png" alt="">
213
-
214
-
211
+                <button class="addLeaf">点击捐竹子<img class="hand" src="/assets/homeImg/hand.png" alt=""></button>
215 212
             </div>
216 213
             <div class="con">
217 214
                 <div class="swiper-container" id="videoBanner">

+ 0 - 5
CZKJ.GBRS2.WebMVC/Views/Shared/_Layout.cshtml

@@ -221,11 +221,6 @@
221 221
                     $('.rightPopUp').css('right', 0);
222 222
                 }
223 223
             }
224
-
225
-
226
-
227
-
228
-
229 224
         })
230 225
 
231 226
     </script>

+ 91 - 236
CZKJ.GBRS2.WebMVC/wwwroot/assets/css/newsIndex.css

@@ -142,187 +142,6 @@ textarea::-webkit-input-placeholder {
142 142
 
143 143
 
144 144
 
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-/* 导航之前 */
154
-.navBefore {
155
-  width: 100%;
156
-  height: 28px;
157
-  line-height: 28px;
158
-  background: #272727;
159
-}
160
-
161
-.navBefore span {
162
-  font-size: 13px;
163
-  color: #999;
164
-}
165
-
166
-.navBefore span i {
167
-  color: white;
168
-  margin-right: 40px;
169
-}
170
-
171
-.navBefore .login {
172
-  display: inline-block;
173
-}
174
-
175
-
176
-.topNav {
177
-  height: 77px;
178
-  font-size: 0;
179
-}
180
-
181
-.topNav h1 {
182
-  margin-top: 17px;
183
-}
184
-
185
-.topNav .navList {
186
-  font-size: 0;
187
-  margin-left: 57px;
188
-  height: 100%;
189
-}
190
-
191
-.topNav .navList .navItem {
192
-  display: inline-block;
193
-  font-size: 14px;
194
-  line-height: 76px;
195
-  color: #333;
196
-  margin-right: 36px;
197
-  position: relative;
198
-}
199
-
200
-.topNav .navList .navItem a {
201
-  display: inline-block;
202
-  width: 100%;
203
-  height: 100%;
204
-}
205
-
206
-.topNav .childNav {
207
-  display: none;
208
-  background: white;
209
-  position: absolute;
210
-  top: 76px;
211
-  left: -25%;
212
-  width: 150%;
213
-  z-index: 9;
214
-  text-align: center;
215
-  line-height: 30px;
216
-}
217
-
218
-.topNav .childNav a {
219
-  width: 100%;
220
-  overflow: hidden;
221
-  white-space: nowrap;
222
-  text-overflow: ellipsis;
223
-  padding: 0px 1%;
224
-  box-sizing: border-box;
225
-}
226
-
227
-
228
-.topNav .search {
229
-  width: 230px;
230
-  height: 30px;
231
-  box-sizing: border-box;
232
-  position: relative;
233
-  margin-top: 22px;
234
-}
235
-
236
-.topNav .search input {
237
-  width: 100%;
238
-  height: 100%;
239
-  border: 1px solid #e0e0e0;
240
-  border-radius: 2px;
241
-  font-size: 14px;
242
-  box-sizing: border-box;
243
-  padding: 0 68px 0 25px;
244
-}
245
-
246
-.topNav .search img {
247
-  width: 14px;
248
-  height: 14px;
249
-  position: absolute;
250
-  top: 50%;
251
-  margin-top: -7px;
252
-  left: 5px;
253
-}
254
-
255
-.topNav .search button {
256
-  position: absolute;
257
-  top: 0;
258
-  right: 0;
259
-  height: 100%;
260
-  color: white;
261
-  font-size: 14px;
262
-  border: none;
263
-  width: 68px;
264
-}
265
-
266
-@media(max-width:1200px) {
267
-  .topNav h1 {
268
-    margin-top: 2.5%;
269
-    width: 20%;
270
-  }
271
-
272
-  .topNav .navList {
273
-    margin-left: 3%;
274
-  }
275
-
276
-  .topNav .navList .navItem {
277
-    margin-right: 25px;
278
-  }
279
-
280
-  .topNav .search {
281
-    width: 156px;
282
-  }
283
-
284
-  .topNav .search button {
285
-    width: 45px;
286
-    font-size: 13px;
287
-  }
288
-
289
-  .topNav .search input {
290
-    padding: 0 45px 0 25px;
291
-    font-size: 13px;
292
-  }
293
-}
294
-
295
-@media(max-width:996px) {
296
-  .topNav .navList {
297
-    margin-right: 1%;
298
-  }
299
-
300
-  .topNav .navList li {
301
-    margin-right: 8px !important;
302
-  }
303
-
304
-  .topNav .search {
305
-    width: 100px;
306
-  }
307
-
308
-  .topNav .search input {
309
-    padding: 0 48px 0 25px;
310
-    font-size: 12px;
311
-  }
312
-}
313
-
314
-@media(max-width:768px) {
315
-
316
-  .navBefore,
317
-  .topNav {
318
-    display: none;
319
-  }
320
-}
321
-
322
-
323
-
324
-
325
-
326 145
 .banner .swiper-wrapper {
327 146
   /* height: calc(100vw * (280 / 375)) !important; */
328 147
   overflow: hidden;
@@ -1401,14 +1220,15 @@ textarea::-webkit-input-placeholder {
1401 1220
   margin: 12% auto 0;
1402 1221
   display: block;
1403 1222
   cursor: pointer;
1223
+  position:relative;
1404 1224
 }
1405 1225
 
1406 1226
 .loveCon .left .hand {
1407 1227
   width: 43px;
1408 1228
   height: 29px;
1409 1229
   position: absolute;
1410
-  bottom: 8%;
1411
-  left: 15%;
1230
+  bottom: 0;
1231
+  left: -50%;
1412 1232
   animation: hand 1s linear infinite;
1413 1233
   -webkit-animation: hand 1s linear infinite;
1414 1234
 }
@@ -1626,12 +1446,12 @@ textarea::-webkit-input-placeholder {
1626 1446
     height: 460px;
1627 1447
   }
1628 1448
 
1629
-  .loveCon .left .hand {
1630
-    width: 38px;
1631
-    height: 25px;
1632
-    bottom: 11%;
1633
-    left: 7%;
1634
-  }
1449
+    .loveCon .left .hand {
1450
+        width: 38px;
1451
+        height: 25px;
1452
+        left: -41%;
1453
+        bottom: 12%;
1454
+    }
1635 1455
 
1636 1456
   .loveCon #videoTxtBanner h4 {
1637 1457
     font-size: 17px;
@@ -1668,53 +1488,88 @@ textarea::-webkit-input-placeholder {
1668 1488
     width: 38px;
1669 1489
     height: 25px;
1670 1490
     bottom: 9%;
1671
-    left: 2%;
1491
+    left: -40%;
1672 1492
   }
1673 1493
 }
1674
-
1494
+@media(max-width:908px) {
1495
+    .loveCon {
1496
+        height: 415px;
1497
+    }
1498
+}
1499
+@media(max-width:880px) {
1500
+    .loveCon {
1501
+        height: 401px;
1502
+    }
1503
+}
1504
+@media(max-width:830px) {
1505
+    .loveCon {
1506
+        height: 388px;
1507
+    }
1508
+}
1509
+@media(max-width:800px) {
1510
+    .loveCon {
1511
+        height: 375px;
1512
+    }
1513
+}
1675 1514
 @media(max-width:768px) {
1676
-  .love {
1677
-    padding: 0 0 85%;
1678
-  }
1679
-
1680
-  .loveCon {
1681
-    position: relative;
1682
-    height: auto;
1683
-  }
1684
-
1685
-  .loveCon .left {
1686
-    width: 48%;
1687
-    height: 440px;
1688
-  }
1689
-
1690
-  .loveCon .right {
1691
-    width: 48%;
1692
-    height: 440px;
1693
-  }
1694
-
1695
-  .loveCon .con {
1696
-    padding: 0;
1697
-    width: 100%;
1698
-    position: absolute;
1699
-    bottom: -75%;
1700
-    left: 0;
1701
-    /* display: none; */
1702
-  }
1703
-
1704
-  .loveCon .left .hand {
1705
-    bottom: 11%;
1706
-    left: 10%;
1707
-  }
1708
-
1709
-  .loveCon .left p {
1710
-    margin-top: 105%;
1711
-  }
1712
-
1713
-  .loveCon .left button {
1714
-    margin: 4% auto 0;
1715
-  }
1515
+    .love {
1516
+        padding: 0 0 85%;
1517
+    }
1518
+    .loveCon .left .img{
1519
+        height:68%;
1520
+    }
1521
+
1522
+
1523
+    .loveCon {
1524
+        position: relative;
1525
+        height: 460px;
1526
+    }
1527
+
1528
+        .loveCon .left {
1529
+            width: 48%;
1530
+            height: 100%;
1531
+        }
1532
+
1533
+        .loveCon .right {
1534
+            width: 48%;
1535
+            height: 100%;
1536
+        }
1537
+
1538
+        .loveCon .con {
1539
+            padding: 0;
1540
+            width: 100%;
1541
+            position: absolute;
1542
+            bottom: -83%;
1543
+            left: 0;
1544
+            /* display: none; */
1545
+        }
1546
+
1547
+        .loveCon .left .hand {
1548
+            bottom: 13%;
1549
+            left: -50%;
1550
+        }
1551
+
1552
+        .loveCon .left p {
1553
+            margin-top: 105%;
1554
+        }
1555
+
1556
+        .loveCon .left button {
1557
+            margin: 4% auto 0;
1558
+        }
1559
+}
1560
+@media(max-width:620px){
1561
+    .loveCon {
1562
+        position: relative;
1563
+        height: 415px;
1564
+        margin:0;
1565
+        padding:0;
1566
+    }
1567
+}
1568
+@media(max-width:550px){
1569
+    .loveCon{
1570
+        height:346px;
1571
+    }
1716 1572
 }
1717
-
1718 1573
 @media(max-width:480px) {
1719 1574
   .loveCon .left {
1720 1575
     width: 70%;
@@ -1732,14 +1587,14 @@ textarea::-webkit-input-placeholder {
1732 1587
   }
1733 1588
 
1734 1589
   .loveCon .con {
1735
-    bottom: -39%;
1590
+    bottom: -205%;
1736 1591
     height: 300px !important;
1737 1592
     height: auto;
1738 1593
     /* position: unset; */
1739 1594
   }
1740 1595
 
1741 1596
   .love {
1742
-    padding: 0 0 90%;
1597
+    padding: 0 0 188%;
1743 1598
   }
1744 1599
 
1745 1600
   .loveCon .con #videoBanner {
@@ -1747,7 +1602,7 @@ textarea::-webkit-input-placeholder {
1747 1602
   }
1748 1603
 }
1749 1604
 
1750
-@media(max-width:392px) {
1605
+/*@media(max-width:392px) {
1751 1606
   .loveCon .con {
1752 1607
     bottom: -41%;
1753 1608
   }
@@ -1765,7 +1620,7 @@ textarea::-webkit-input-placeholder {
1765 1620
   .love {
1766 1621
     padding: 0 0 100%;
1767 1622
   }
1768
-}
1623
+}*/
1769 1624
 
1770 1625
 
1771 1626