Skip to content

Commit 8fff5ca

Browse files
committed
图书详情页
1 parent a4f23bf commit 8fff5ca

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

docs/guide/dev/book-detail.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,39 @@
541541
align-items: center;
542542
padding: 0 15px;
543543
border-top: 1px solid #eee;
544-
box-shadow: 0 -2px 0 rgba(250, 250, 250, .9);
544+
box-shadow: 0 -2px 4px 0 rgba(0,0,0,.1);
545+
545546
.detail-btn-wrapper {
546547
flex: 1;
547548
}
548549
}
549550
</style>
551+
552+
<style lang="scss">
553+
.detail-bottom {
554+
.detail-btn-read {
555+
width: 100%;
556+
border: none;
557+
color: #fff;
558+
background: #1EA3F5;
559+
margin-left: 7.5px;
560+
}
561+
562+
.detail-btn-shelf {
563+
width: 100%;
564+
color: #1EA3F5;
565+
background: #fff;
566+
border: 1px solid #1EA3F5;
567+
margin-right: 7.5px;
568+
}
569+
570+
.detail-btn-remove {
571+
width: 100%;
572+
color: #F96128;
573+
background: rgba(255, 175, 155, .3);
574+
border: 1px solid #FFAF9B;
575+
margin-right: 7.5px;
576+
}
577+
}
578+
</style>
550579
```

0 commit comments

Comments
 (0)