Skip to content

Commit

Permalink
fix(todoList): style rpx to px
Browse files Browse the repository at this point in the history
  • Loading branch information
honlyHuang authored Nov 18, 2018
1 parent 3d3feab commit d4bf345
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions todoList/src/pages/index/index.scss
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
.input {
display: inline-block;
margin: 20rpx;
border: 1rpx solid #666;
width: 500rpx;
margin: 20px;
border: 1px solid #666;
width: 500px;
vertical-align: middle;
}
.list_wrap {
padding: 50rpx 20rpx;
padding: 50px 20px;
}
.list {
margin: 20rpx 0;
margin: 20px 0;
}
.add,
.del {
display: inline-block;
width: 120rpx;
height: 60rpx;
width: 120px;
height: 60px;
margin: 0 10px;
padding: 0 10rpx;
padding: 0 10px;
color: #333;
font-size: 22rpx;
line-height: 60rpx;
font-size: 22px;
line-height: 60px;
text-align: center;
border-radius: 10rpx;
border: 1rpx solid #C5D9E8;
border-radius: 10px;
border: 1px solid #C5D9E8;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
Expand All @@ -40,5 +40,5 @@
background-color: #fff;
color: #5c89e4;
border: 1PX solid #5c89e4;
margin-left: 100rpx;
}
margin-left: 100px;
}

0 comments on commit d4bf345

Please sign in to comment.