Commit 879724a63435e739c2cd1cb6809e62b2cdf0d44f
1 parent
9f743f4f
知识产权
Showing
4 changed files
with
29 additions
and
0 deletions
src/assets/images/solution/knowledge0.png
0 → 100644
296 KB
src/assets/images/solution/knowledge1.png
0 → 100644
295 KB
src/assets/images/solution/knowledge2.png
0 → 100644
67 KB
src/views/solution/components/solutionSelect2.vue
| ... | ... | @@ -72,6 +72,24 @@ | 
| 72 | 72 | </div> | 
| 73 | 73 | |
| 74 | 74 | |
| 75 | + <div class="bgCommon" style="padding: 50px 0"> | |
| 76 | + <div class="width"> | |
| 77 | + <p style="font-size: 24px;">知识产权</p> | |
| 78 | + <ul class="knowledge-wrapper"> | |
| 79 | + <li> | |
| 80 | + <img src="../../../assets/images/solution/knowledge0.png" alt=""> | |
| 81 | + </li> | |
| 82 | + <li> | |
| 83 | + <img src="../../../assets/images/solution/knowledge1.png" alt=""> | |
| 84 | + </li> | |
| 85 | + <li> | |
| 86 | + <img src="../../../assets/images/solution/knowledge2.png" alt=""> | |
| 87 | + </li> | |
| 88 | + </ul> | |
| 89 | + </div> | |
| 90 | + </div> | |
| 91 | + | |
| 92 | + | |
| 75 | 93 | </div> | 
| 76 | 94 | </template> | 
| 77 | 95 | |
| ... | ... | @@ -101,6 +119,17 @@ export default { | 
| 101 | 119 | width: 1200px; | 
| 102 | 120 | margin: 0 auto; | 
| 103 | 121 | } | 
| 122 | + .knowledge-wrapper{ | |
| 123 | + display: flex; | |
| 124 | + justify-content: center; | |
| 125 | + li:nth-of-type(2){ | |
| 126 | + margin: 0 97px; | |
| 127 | + } | |
| 128 | + img{ | |
| 129 | + width: 185px; | |
| 130 | + height: 260px; | |
| 131 | + } | |
| 132 | + } | |
| 104 | 133 | |
| 105 | 134 | |
| 106 | 135 | </style> | ... | ... | 
