Explorar el Código

列表当前选择的书样式突出

visuddhinanda hace 5 años
padre
commit
afc7246c44
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      app/palicanon/style.css

+ 8 - 1
app/palicanon/style.css

@@ -196,9 +196,16 @@ tag {
 }
 /*書標題特殊樣式*/
 .chapter_list .level_1 {
-	background: linear-gradient(45deg, #e89650 20%, transparent 90%);
 	color: whitesmoke;
 }
+.book_view .level_1 {
+	background: linear-gradient(45deg, #e89650 20%, transparent 90%);
+}
+/*当前选择書標題特殊樣式*/
+li.level_1.selected {
+	height: 250px;
+	background: linear-gradient(45deg, #e89650 20%, transparent 90%);
+}
 .progress_circle {
 	transform-origin: center;
 	transform: rotateZ(-90deg);