Parcourir la source

优化选经界面

bhikkhu-kosalla-china il y a 3 ans
Parent
commit
3650c40f82
1 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 4 3
      public/app/palicanon/style.css

+ 4 - 3
public/app/palicanon/style.css

@@ -340,7 +340,7 @@ li.level_1.selected {
 }
 #left-bar{
     flex: 2;
-	width: 300px;
+	width: 20vw;
     background-color: var(--box-bg-color2);
 	position: fixed;
 }
@@ -438,7 +438,7 @@ button.active {
     justify-content: space-between;
 }
 .chapter_list ul li>.main>.right{
-    width:100%;
+    width:calc(100% - 100px);
 }
 .chapter_tag {
     width: 475px;
@@ -564,7 +564,8 @@ span.channel {
 
 #course_head_bar{
 	flex:6;
-	padding:0 10px 10px 315px;
+	padding:0 10px 10px 20vw;
+	width: 80vw;
 }
 
 #bread-crumbs{