Skip to content

Commit

Permalink
二维码卡片添加圆角
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyuzhen committed Mar 21, 2018
1 parent c595d98 commit cc59086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/layouts/About/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
left: -58px;
padding: 10px;
background: #fff;
border-radius: 4px;
img {
width: 136px;
height: 136px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Index/Info/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
width: $contentWidth;
max-width: $contentMaxWidth;
margin: 34px auto;
padding: 0px 5%;
// padding: 0px 5%;
background: url('../../../assets/images/banner3_bg.png');
background-size: cover;
.ImagePanel {
Expand Down

0 comments on commit cc59086

Please sign in to comment.