Merge branch 'dev'
Showing
2 changed files
with
3 additions
and
5 deletions
| ... | @@ -276,7 +276,7 @@ | ... | @@ -276,7 +276,7 @@ |
| 276 | color: #495060; | 276 | color: #495060; |
| 277 | background: #fff; | 277 | background: #fff; |
| 278 | padding: 0 8px; | 278 | padding: 0 8px; |
| 279 | font-size: 12px; | 279 | font-size: 15px; |
| 280 | margin-left: 5px; | 280 | margin-left: 5px; |
| 281 | margin-top: 4px; | 281 | margin-top: 4px; |
| 282 | 282 | ... | ... |
| ... | @@ -73,8 +73,6 @@ | ... | @@ -73,8 +73,6 @@ |
| 73 | .item-list { | 73 | .item-list { |
| 74 | padding: 0 20px 0 20px; | 74 | padding: 0 20px 0 20px; |
| 75 | 75 | ||
| 76 | |||
| 77 | |||
| 78 | li { | 76 | li { |
| 79 | cursor: pointer; | 77 | cursor: pointer; |
| 80 | line-height: 36px; | 78 | line-height: 36px; |
| ... | @@ -83,6 +81,7 @@ | ... | @@ -83,6 +81,7 @@ |
| 83 | padding-left: 10px; | 81 | padding-left: 10px; |
| 84 | border-radius: 2px; | 82 | border-radius: 2px; |
| 85 | box-sizing: border-box; | 83 | box-sizing: border-box; |
| 84 | font-size: 14px; | ||
| 86 | border: 1px solid rgb(235, 235, 235); | 85 | border: 1px solid rgb(235, 235, 235); |
| 87 | transition: all 0.3s; | 86 | transition: all 0.3s; |
| 88 | 87 | ||
| ... | @@ -190,7 +189,7 @@ | ... | @@ -190,7 +189,7 @@ |
| 190 | justify-content: space-between; | 189 | justify-content: space-between; |
| 191 | margin-left: 10px; | 190 | margin-left: 10px; |
| 192 | cursor: pointer; | 191 | cursor: pointer; |
| 193 | font-size: 13px; | 192 | font-size: 14px; |
| 194 | margin-bottom: 15px; | 193 | margin-bottom: 15px; |
| 195 | 194 | ||
| 196 | p:nth-child(2) { | 195 | p:nth-child(2) { |
| ... | @@ -207,7 +206,6 @@ | ... | @@ -207,7 +206,6 @@ |
| 207 | width: 100%; | 206 | width: 100%; |
| 208 | padding: 1px; | 207 | padding: 1px; |
| 209 | padding-left: 30px; | 208 | padding-left: 30px; |
| 210 | font-size: 13px; | ||
| 211 | display: flex; | 209 | display: flex; |
| 212 | justify-content: center; | 210 | justify-content: center; |
| 213 | flex-direction: column; | 211 | flex-direction: column; | ... | ... |
-
Please register or sign in to post a comment