Skip to content

Commit

Permalink
平板电脑,书架书籍一行四列
Browse files Browse the repository at this point in the history
  • Loading branch information
TruthHun88 committed Oct 20, 2019
1 parent de05967 commit a6962fe
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions pages/bookshelf/bookshelf.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,21 +199,12 @@
margin: 30upx auto;
}
.progress progress {
margin-bottom: 15upx;
}
.book image {
width: 206upx;
height: 271.6upx;
margin-bottom: 15upx;
}
.icon {
width: 32upx;
height: 32upx;
}
.longpress-tips {
border: 1upx dashed #FF6600;
border-radius: 3upx;
Expand All @@ -228,7 +219,24 @@
@media (min-width: 768px) {
.ellipsis-2row {
line-height: 2.0;
}
line-height: 1.8;
}
.col-4{
flex: 0 0 25%;
max-width: 25%;
}
.book {
width: 154.5upx;
max-width: 100%;
display: block;
margin: 30upx auto;
}
.book image {
width: 154.5upx;
height: 203.7upx;
margin-bottom: 8upx;
}
}
</style>

0 comments on commit a6962fe

Please sign in to comment.