-
-
{{courseName}}
-
-
-
- ...
-
-
-
-
-
-
-
{{item.name}}
-
+
+
+
{{courseName}}
+
+
+
+ ...
+
+
+
+
+
-
+
@@ -78,6 +72,7 @@ import 'quill/dist/quill.core.css';
import 'quill/dist/quill.snow.css';
import 'quill/dist/quill.bubble.css';
import bus from '@/libs/bus'
+import breadcrumb from '@/components/breadcrumb'
export default {
data() {
return {
@@ -115,7 +110,7 @@ export default {
classId: state => state.classId,
}),
},
- components: { pdf },
+ components: { pdf, breadcrumb },
mounted() {
bus.$emit('setBg','none')
this.insertScript()
@@ -267,10 +262,16 @@ $height: 700px;
height: $height !important;
border: 0;
}
-.cover{
- img{
- border-radius: 8px;
+.page {
+ margin: 12px 0;
+ .intro {
+ font-size: 16px;
+ color: #333;
+ line-height: 24px;
}
+}
+.cover{
+ flex: 1;
&.is-word{
overflow: hidden;
}
@@ -294,26 +295,29 @@ $height: 700px;
outline: none;
}
.catalog{
- margin-left: 40px;
- max-width: 500px;
+ width: 296px;
+ padding: 16px;
+ margin-left: 12px;
+ background-color: #252528;
+ .entry {
+ width: 100%;
+ padding: 10px 15px;
+ margin-bottom: 16px;
+ }
}
-
.list{
- height: $height;
+ height: calc(700px - 82px) ;
overflow-y: auto;
- padding: 24px 16px;
- background: #fff;
.title{
- margin-bottom: 8px;
- color: rgba(0, 0, 0, 0.85);
- font-size: 20px;
+ margin-bottom: 11px;
+ color: #fff;
+ font-size: 16px;
}
.desc-wrap{
- max-width: 500px;
position: relative;
.desc{
font-size: 14px;
- color: rgba(0, 0, 0, 0.65);
+ color: #fff;
line-height: 22px;
@include mul-ellipsis(2);
&.active{
@@ -355,21 +359,24 @@ $height: 700px;
.chapter{
margin-bottom: 20px;
.chapterName{
- color: rgba(0, 0, 0, 0.85);
- font-size: 16px;
+ color: #fff;
+ font-size: 14px;
}
.section{
padding: 5px 15px;
- margin-top: 8px;
- background: rgba(0, 0, 0, 0.02);
+ margin-top: 12px;
+ background-color: #121214;
.sectionName{
- margin: 10px 0;
+ margin: 12px 0;
font-size: 14px;
- color: rgba(0, 0, 0, 0.65);
+ color: #999;
cursor: pointer;
@include ellipsis;
+ img {
+ margin-right: 8px;
+ }
&.active{
- color: #9278FF;
+ color: #fff;
}
}
}
diff --git a/src/pages/info/details/index.vue b/src/pages/info/details/index.vue
index f09f6fa..62ad201 100644
--- a/src/pages/info/details/index.vue
+++ b/src/pages/info/details/index.vue
@@ -1,45 +1,36 @@
-
-
-
-
-
-
-
-
-
-
-
-
{{title}}
-
- 作者: {{author}}
- {{date.replace(' 00:00:00','')}}
- 浏览量:{{viewCount}}
-
+
+
+
+
{{title}}
+
+ 作者: {{author}}
+
+ {{date.replace(' 00:00:00','')}}
+
+ 浏览量:{{viewCount}}
+
-
-
![]()
-
-
-
-
+
+
+
-
-
\ No newline at end of file
diff --git a/src/styles/common.scss b/src/styles/common.scss
index f5fe11c..f3a48a7 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -14,6 +14,9 @@
display: flex;
justify-content: space-between;
align-items: center;
+ .l-title {
+ margin-bottom: 0;
+ }
}
::-webkit-scrollbar {
@@ -24,7 +27,7 @@
::-webkit-scrollbar-thumb {
width: 5px;
border-radius: 6px;
- background: rgba(142, 123, 253, .75);
+ background: $main-color;
}
.main {
.view {
@@ -36,6 +39,9 @@
&.no-pd {
padding-top: 0;
}
+ &.pb {
+ padding-bottom: 20px;
+ }
}
.wrap-inner {
min-width: $min-width;
@@ -45,7 +51,18 @@
}
.center-wrap {
width: 1000px;
- margin: 40px auto 0;
+ margin: 40px auto 20px;
+ }
+}
+.l-title{
+ display: flex;
+ align-items: center;
+ margin-bottom: 12px;
+ font-size: 14px;
+ color: #333;
+ img{
+ width: 24px;
+ margin-right: 5px;
}
}
.p-title {
@@ -94,9 +111,8 @@
.page {
position: relative;
- padding: 24px;
+ padding: 24px 16px;
background-color: #fff;
- border-radius: 8px;
.tool {
display: flex;
@@ -168,18 +184,6 @@
.el-table{
border-radius: 4px;
- .cell{
- font-size: 12px;
- .el-checkbox{
- &:before{
- content: '全选';
- margin-right: 5px;
- color: #222326;
- font-size: 12px;
- opacity: 0;
- }
- }
- }
th{
background: #E8F0FF !important;
.cell{