Commit 528f78b5dc7cb3024f1fbfbe909086bbef0c2104

Authored by zhiyangdu
1 parent be2055eb

摆放五个汉字

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