@@ -124,7 +124,7 @@
.read_record {
position: relative;
- margin-bottom: .15rem;
+ margin-bottom: 0.15rem;
}
.read_record .title {
@@ -158,26 +158,24 @@
.book_box img {
- max-height: 140px;
- min-height: 100px;
+ height: 130px;
width: 100px;
- max-width: 100px;
+ min-width: 100px;
box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.1);
border-radius: 2px;
- height: 100%;
.book_box-featured {
padding: 0 20px;
display: flex;
- text-decoration:none;
+ text-decoration: none;
margin-bottom: 15px;
color: #333;
.book_info {
margin-left: 10px;
- max-width: 260px;
+ width: 100%;
.book_name {
@@ -187,6 +185,13 @@
font-size: 16px;
+ .book_name span:nth-child(1) {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ width: 150px;
+ }
+
.book_name span:nth-child(2) {
font-size: 14px;
@@ -200,6 +205,7 @@
line-height: 22px;
color: #999;
margin-top: 15px;
+ text-align: left;
.book_category {
@@ -241,10 +247,10 @@
transform: translate(-50%);
width: 30px;
- .hide{
+ .hide {
display: none;
- .sign_record{
+ .sign_record {
color: white;
text-decoration: none;