Commit 528f78b5dc7cb3024f1fbfbe909086bbef0c2104

Authored by zhiyangdu
1 parent be2055eb

摆放五个汉字

src/components/swiperItem/swiperItem.less
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 overflow: hidden; 8 overflow: hidden;
9 .swipe { 9 .swipe {
10 margin: 0 auto; 10 margin: 0 auto;
11 - max-width: 670px; 11 + max-width: 700px;
12 height: 100%; 12 height: 100%;
13 .swipe-item { 13 .swipe-item {
14 width: 100%; 14 width: 100%;
@@ -21,11 +21,11 @@ @@ -21,11 +21,11 @@
21 flex-wrap: wrap; 21 flex-wrap: wrap;
22 justify-content: flex-start; 22 justify-content: flex-start;
23 .item{ 23 .item{
24 - width:90px;  
25 - margin:40px 26px 0 26px; 24 + width:120px;
  25 + margin:40px 11.5px 11.5px;
26 img{ 26 img{
27 - width:90px;  
28 - height: 90px; 27 + width:120px;
  28 + height: 120px;
29 border-radius: 90px; 29 border-radius: 90px;
30 } 30 }
31 div{ 31 div{