默认提交
Showing
39 changed files
with
7 additions
and
1 deletions
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
... | @@ -101,6 +101,8 @@ | ... | @@ -101,6 +101,8 @@ |
101 | // 了解我们 | 101 | // 了解我们 |
102 | .more { | 102 | .more { |
103 | margin: 3.5rem auto 0; | 103 | margin: 3.5rem auto 0; |
104 | // margin-top: 3.5rem; | ||
105 | // margin-left: 9.791667rem; | ||
104 | position: relative; | 106 | position: relative; |
105 | 107 | ||
106 | .btn { | 108 | .btn { |
... | @@ -115,7 +117,11 @@ | ... | @@ -115,7 +117,11 @@ |
115 | 117 | ||
116 | .cont { | 118 | .cont { |
117 | position: relative; | 119 | position: relative; |
118 | margin: 0 auto; | 120 | |
121 | // 客户要求按设计审核,不做居中对齐 | ||
122 | // margin: 0 auto; | ||
123 | margin-left: 6.583333rem; | ||
124 | |||
119 | // @extend .fcc; | 125 | // @extend .fcc; |
120 | width: 85%; | 126 | width: 85%; |
121 | 127 | ... | ... |
-
Please register or sign in to post a comment