diff --git a/src/App.vue b/src/App.vue index 7fb84a0..99aa106 100644 --- a/src/App.vue +++ b/src/App.vue @@ -48,17 +48,4 @@ export default { justify-content: center; } -.flex-center{ - display: flex; - align-items: center; - justify-content: center; -} - -.justify-between{ - justify-content: space-between; -} - -.nowrap{ - white-space: nowrap; -} diff --git a/src/components/DbQuestionInfoItem/index.vue b/src/components/DbQuestionInfoItem/index.vue new file mode 100644 index 0000000..60fc4e9 --- /dev/null +++ b/src/components/DbQuestionInfoItem/index.vue @@ -0,0 +1,129 @@ + + + + + diff --git a/src/global.less b/src/global.less index 64d5981..368c942 100644 --- a/src/global.less +++ b/src/global.less @@ -120,3 +120,18 @@ ol { .margin-top { margin-top: 15px; } + + +.flex-center{ + display: flex; + align-items: center; + justify-content: center; +} + +.justify-between{ + justify-content: space-between; +} + +.nowrap{ + white-space: nowrap; +} diff --git a/src/views/mycollection/index.vue b/src/views/mycollection/index.vue new file mode 100644 index 0000000..8c2f4f2 --- /dev/null +++ b/src/views/mycollection/index.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/views/mycourse/index.vue b/src/views/mycourse/index.vue index 59fec04..21163a5 100644 --- a/src/views/mycourse/index.vue +++ b/src/views/mycourse/index.vue @@ -1,5 +1,5 @@ + +