Commit 68f111bcbb69ffbeb38707c63bc4e984da7f3983
Merge branch 'branch' of http://192.168.1.195:9998/web_developers/javaplatform into branch
Showing
12 changed files
with
50 additions
and
7 deletions
css/libCss/common.css
@@ -438,6 +438,22 @@ section{ | @@ -438,6 +438,22 @@ section{ | ||
438 | width: 200px; | 438 | width: 200px; |
439 | } | 439 | } |
440 | 440 | ||
441 | +/*第三方*/ | ||
442 | +.thirdparty-title{ | ||
443 | + margin: 32px 32px 0 32px; | ||
444 | + width: 1129px; | ||
445 | + height:160px; | ||
446 | + background: url("../../image/thirdparty-title.png") no-repeat; | ||
447 | + background-size: 100% 100%; | ||
448 | +} | ||
449 | +.thirdparty-main{ | ||
450 | + padding-left: 32px; | ||
451 | +} | ||
452 | +.thirdparty-main li{ | ||
453 | + float: left; | ||
454 | + margin: 32px 32px 0 0px; | ||
455 | +} | ||
456 | + | ||
441 | 457 | ||
442 | 458 | ||
443 | 459 |
image/thirdparty-1.png
0 → 100644
14.9 KB
image/thirdparty-2.png
0 → 100644
16.7 KB
image/thirdparty-3.png
0 → 100644
25.9 KB
image/thirdparty-4.png
0 → 100644
7.6 KB
image/thirdparty-5.png
0 → 100644
20.5 KB
image/thirdparty-6.png
0 → 100644
17.7 KB
image/thirdparty-7.png
0 → 100644
15.6 KB
image/thirdparty-8.png
0 → 100644
3.21 KB
image/thirdparty-9.png
0 → 100644
3.89 KB
image/thirdparty-title.png
0 → 100644
266 KB
thirdparty.html
@@ -44,18 +44,45 @@ | @@ -44,18 +44,45 @@ | ||
44 | </ul> | 44 | </ul> |
45 | </nav> | 45 | </nav> |
46 | <section class="float-left"> | 46 | <section class="float-left"> |
47 | - <div class="section-wrap"> | ||
48 | - <> | ||
49 | - </div> | 47 | + <!--<div class="section-wrap">--> |
48 | + <!----> | ||
49 | + <!--</div>--> | ||
50 | + <div class="thirdparty-title"></div> | ||
51 | + <ul class="thirdparty-main"> | ||
52 | + <li> | ||
53 | + <img src="image/thirdparty-1.png"> | ||
54 | + </li> | ||
55 | + <li> | ||
56 | + <img src="image/thirdparty-2.png"> | ||
57 | + </li> | ||
58 | + <li> | ||
59 | + <img src="image/thirdparty-3.png"> | ||
60 | + </li> | ||
61 | + <li> | ||
62 | + <img src="image/thirdparty-4.png"> | ||
63 | + </li> | ||
64 | + <li> | ||
65 | + <img src="image/thirdparty-5.png"> | ||
66 | + </li> | ||
67 | + <li> | ||
68 | + <img src="image/thirdparty-6.png"> | ||
69 | + </li> | ||
70 | + <li> | ||
71 | + <img src="image/thirdparty-7.png"> | ||
72 | + </li> | ||
73 | + <li> | ||
74 | + <img src="image/thirdparty-8.png"> | ||
75 | + </li> | ||
76 | + <li> | ||
77 | + <img src="image/thirdparty-9.png"> | ||
78 | + </li> | ||
79 | + </ul> | ||
50 | </section> | 80 | </section> |
51 | </div> | 81 | </div> |
52 | 82 | ||
53 | 83 | ||
54 | <script type="text/javascript" src="js/libJs/jquery.min.js"></script> | 84 | <script type="text/javascript" src="js/libJs/jquery.min.js"></script> |
55 | <script type="text/javascript" src="js/libJs/bootstrap.min.js"></script> | 85 | <script type="text/javascript" src="js/libJs/bootstrap.min.js"></script> |
56 | -<script src="https://cdn.bootcss.com/echarts/3.6.1/echarts.min.js"></script> | ||
57 | -<script type="text/javascript"> | ||
58 | - document.write("<s" + "cript type='text/javascript' src='js/index.js?ver" + Math.random() + "'></s" + "cript>"); | ||
59 | -</script> | 86 | + |
60 | </body> | 87 | </body> |
61 | </html> | 88 | </html> |
62 | \ No newline at end of file | 89 | \ No newline at end of file |