Authored by 郭成尧

'shop-prodfile-ok'

1 .shop-introduce-page { 1 .shop-introduce-page {
2 .banner { 2 .banner {
3 - margin: 30px auto;  
4 width: auto; 3 width: auto;
5 - height: auto;  
6 display: block; 4 display: block;
7 background-size: 100%; 5 background-size: 100%;
  6 + overflow: hidden;
  7 +
  8 + img {
  9 + margin: 87px auto;
  10 + width: 400px;
  11 + }
8 } 12 }
9 13
10 .descripition { 14 .descripition {
11 - margin: 40px 20px 0; 15 + margin: 0 20px 0px 20px;
12 font-size: 22px; 16 font-size: 22px;
13 line-height: 36px; 17 line-height: 36px;
14 - padding: 40px 20px; 18 + padding: 60px 20px 40px;
15 border-top: 1px solid #e6e6e6; 19 border-top: 1px solid #e6e6e6;
16 border-bottom: 1px solid #e6e6e6; 20 border-bottom: 1px solid #e6e6e6;
17 text-indent: 2em; 21 text-indent: 2em;
@@ -38,6 +42,7 @@ @@ -38,6 +42,7 @@
38 text-align: left; 42 text-align: left;
39 height: 90px; 43 height: 90px;
40 line-height: 90px; 44 line-height: 90px;
  45 + vertical-align:middle;
41 display: block; 46 display: block;
42 width: 100%; 47 width: 100%;
43 } 48 }