Commit 662272feb7435fa2856da60dc7e7956376351880
1 parent
d446d5e3
样式优化
Showing
1 changed file
with
3 additions
and
2 deletions
src/components/giftItem/giftItem.less
| @@ -110,6 +110,7 @@ | @@ -110,6 +110,7 @@ | ||
| 110 | margin-top: 58px; | 110 | margin-top: 58px; |
| 111 | .line_box { | 111 | .line_box { |
| 112 | display: flex; | 112 | display: flex; |
| 113 | + margin: 0 38px; | ||
| 113 | .box { | 114 | .box { |
| 114 | height: 16px; | 115 | height: 16px; |
| 115 | .item { | 116 | .item { |
| @@ -126,7 +127,7 @@ | @@ -126,7 +127,7 @@ | ||
| 126 | align-items: center; | 127 | align-items: center; |
| 127 | margin: 0 13px; | 128 | margin: 0 13px; |
| 128 | .line { | 129 | .line { |
| 129 | - width: 130px; | 130 | + width: 140px; |
| 130 | height: 1px; | 131 | height: 1px; |
| 131 | background: rgba(240, 240, 240, 1); | 132 | background: rgba(240, 240, 240, 1); |
| 132 | } | 133 | } |
| @@ -137,7 +138,7 @@ | @@ -137,7 +138,7 @@ | ||
| 137 | .desc_box{ | 138 | .desc_box{ |
| 138 | display: flex; | 139 | display: flex; |
| 139 | justify-content: space-between; | 140 | justify-content: space-between; |
| 140 | - margin-top: 17px; | 141 | + margin: 17px auto 0 auto; |
| 141 | .desc{ | 142 | .desc{ |
| 142 | width: 88px; | 143 | width: 88px; |
| 143 | height:30px; | 144 | height:30px; |