File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 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```
You can’t perform that action at this time.
0 commit comments