+
{{ item.desc.textLen }}
-
+
+
+
+
{{ item.desc.perc }}
-
-
+
+
+ {{ item.num }}
+
+
+
+ Загружен: {{ item.loadTime }}
+
+
+ Читался: {{ item.touchTime }}
+
+
+
+
+
@@ -617,12 +621,6 @@ export default vueComponent(RecentBooksPage);
white-space: normal;
}
-.read-bar {
- height: 3px;
- background-color: #aaaaaa;
- margin-bottom: 2px;
-}
-
.even {
background-color: #f2f2f2;
}
@@ -643,18 +641,6 @@ export default vueComponent(RecentBooksPage);
transform: rotate(90deg);
}
-.row-info-top {
- line-height: 110%;
- border-left: 1px solid #cccccc;
- border-bottom: 1px solid #cccccc;
-}
-
-.row-info-bottom {
- line-height: 110%;
- border: 1px solid #cccccc;
- border-right: 0;
-}
-
.tool-button {
min-width: 30px;
width: 30px;
@@ -663,4 +649,28 @@ export default vueComponent(RecentBooksPage);
margin: 10px 6px 0px 3px;
background-color: white;
}
+
+.row-info-top {
+ line-height: 110%;
+ border-left: 1px solid #cccccc;
+ border-bottom: 1px solid #cccccc;
+ height: 12px;
+}
+
+.row-info-bottom {
+ line-height: 110%;
+ border: 1px solid #cccccc;
+ border-right: 0;
+ height: 12px;
+}
+
+.time-info, .row-info-bottom {
+ color: #888888;
+}
+
+.read-bar {
+ height: 5px;
+ background-color: #bbbbbb;
+ margin-bottom: 2px;
+}