guhongwei 4 years ago
parent
commit
5c6a22b0df
1 changed files with 15 additions and 0 deletions
  1. 15 0
      src/views/service/parts/technicaldetail.vue

+ 15 - 0
src/views/service/parts/technicaldetail.vue

@@ -87,4 +87,19 @@ export default {
     padding: 10px 5px;
   }
 }
+/deep/.content p img {
+  width: 100%;
+  height: 300px;
+  margin: 5px 0px;
+  display: block;
+}
+/deep/.content div img {
+  width: 100%;
+  height: 260px;
+  display: block;
+}
+/deep/.content p {
+  font-size: 14px;
+  color: #444;
+}
 </style>