1
Showing
1 changed file
with
7 additions
and
2 deletions
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | padding: 20px 20px 0 20px; | 9 | padding: 20px 20px 0 20px; |
| 10 | box-sizing: border-box; | 10 | box-sizing: border-box; |
| 11 | background: #FFFFFF; | 11 | background: #FFFFFF; |
| 12 | border-radius: 8px; | 12 | border-radius: 2px; |
| 13 | border: 1px solid #e8edf3; | 13 | border: 1px solid #e8edf3; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| ... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
| 18 | padding: 20px; | 18 | padding: 20px; |
| 19 | box-sizing: border-box; | 19 | box-sizing: border-box; |
| 20 | background: #FFFFFF; | 20 | background: #FFFFFF; |
| 21 | border-radius: 8px; | 21 | border-radius: 2px; |
| 22 | margin-top: 10px; | 22 | margin-top: 10px; |
| 23 | border: 1px solid #e8edf3; | 23 | border: 1px solid #e8edf3; |
| 24 | } | 24 | } |
| ... | @@ -31,4 +31,9 @@ | ... | @@ -31,4 +31,9 @@ |
| 31 | width: auto; | 31 | width: auto; |
| 32 | } | 32 | } |
| 33 | } | 33 | } |
| 34 | } | ||
| 35 | |||
| 36 | |||
| 37 | .width200px{ | ||
| 38 | width: 200px; | ||
| 34 | } | 39 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment