소스 검색

详情页面样式修改

tanxue 2 년 전
부모
커밋
d86eda35c6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/common/layout/imgDes/imgCardLv3.vue

+ 2 - 2
components/common/layout/imgDes/imgCardLv3.vue

@@ -65,6 +65,7 @@ export default {
 
 
   .mta-card-content-pc {
   .mta-card-content-pc {
     display: flex;
     display: flex;
+    align-items: center;
     img {
     img {
       width: 480px;
       width: 480px;
       height: 370px;
       height: 370px;
@@ -91,8 +92,7 @@ export default {
       font-weight: 800;
       font-weight: 800;
       text-align: left;
       text-align: left;
       color: #333;
       color: #333;
-      margin-top: 40px;
-      margin-bottom: 23px;
+      margin: 0 0 36px;
     }
     }
 
 
     p {
     p {