Commit 662272feb7435fa2856da60dc7e7956376351880

Authored by zhiyangdu
1 parent d446d5e3

样式优化

src/components/giftItem/giftItem.less
... ... @@ -110,6 +110,7 @@
110 110 margin-top: 58px;
111 111 .line_box {
112 112 display: flex;
  113 + margin: 0 38px;
113 114 .box {
114 115 height: 16px;
115 116 .item {
... ... @@ -126,7 +127,7 @@
126 127 align-items: center;
127 128 margin: 0 13px;
128 129 .line {
129   - width: 130px;
  130 + width: 140px;
130 131 height: 1px;
131 132 background: rgba(240, 240, 240, 1);
132 133 }
... ... @@ -137,7 +138,7 @@
137 138 .desc_box{
138 139 display: flex;
139 140 justify-content: space-between;
140   - margin-top: 17px;
  141 + margin: 17px auto 0 auto;
141 142 .desc{
142 143 width: 88px;
143 144 height:30px;
... ...