فهرست منبع

视频收藏图标

shilipojs 2 سال پیش
والد
کامیت
c61bfc542e
3فایلهای تغییر یافته به همراه15 افزوده شده و 87 حذف شده
  1. 8 5
      src/assets/icons/iconfont.css
  2. 0 4
      src/views/questioncenter/PaperPreview.vue
  3. 7 78
      src/views/videocourse/video_course.vue

+ 8 - 5
src/assets/icons/iconfont.css

@@ -1,11 +1,11 @@
 @font-face {
   font-family: "iconfont"; /* Project id 3452620 */
-  src: url('//at.alicdn.com/t/font_3452620_hlad1kb9yl.woff2?t=1654504100564') format('woff2'),
-  url('//at.alicdn.com/t/font_3452620_hlad1kb9yl.woff?t=1654504100564') format('woff'),
-  url('//at.alicdn.com/t/font_3452620_hlad1kb9yl.ttf?t=1654504100564') format('truetype');
+  src: url('//at.alicdn.com/t/c/font_3452620_abv8vi7qstr.woff2?t=1660122366441') format('woff2'),
+  url('//at.alicdn.com/t/c/font_3452620_abv8vi7qstr.woff?t=1660122366441') format('woff'),
+  url('//at.alicdn.com/t/c/font_3452620_abv8vi7qstr.ttf?t=1660122366441') format('truetype'),
+  url('//at.alicdn.com/t/c/font_3452620_abv8vi7qstr.svg?t=1660122366441#iconfont') format('svg');
 }
 
-
 .iconfont {
   font-family: "iconfont" !important;
   font-size: 16px;
@@ -14,6 +14,10 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-shoucang:before {
+  content: "\e617";
+}
+
 .icon-zitisuoxiao:before {
   content: "\e60e";
 }
@@ -29,4 +33,3 @@
 .icon-vr:before {
   content: "\e70a";
 }
-

+ 0 - 4
src/views/questioncenter/PaperPreview.vue

@@ -60,10 +60,6 @@
                 <img src="@/assets/images/icon_chakan.png" alt="" />
                 <span>查看详情>></span>
               </div>
-              <div class="addQue">
-                <img src="@/assets/images/icon_buy.png" alt="" />
-                <span>加入选题</span>
-              </div>
             </div>
           </div>
           <div v-show="item.updateTime" class="info" v-html="item.parse"></div>

+ 7 - 78
src/views/videocourse/video_course.vue

@@ -31,7 +31,10 @@
               )
             "
           />
-          <p>{{ item.section_name }}</p>
+          <p class="fx-row jc-between ai-center">
+            <span> {{ item.section_name }} </span>
+            <span class="pointer iconfont icon-shoucang"></span>
+          </p>
         </el-col>
       </el-row>
       <!-- 分页 -->
@@ -128,64 +131,6 @@ export default {
   padding: 20px;
 }
 
-.spans {
-  margin-left: 10px;
-}
-
-.spans > span {
-  height: 100%;
-  display: inline-block;
-  padding: 6px 19px;
-  border-radius: 16px;
-  font-size: 14px;
-  font-family: PingFangSC-Regular, PingFang SC;
-  font-weight: 400;
-  margin-right: 8px;
-  border: 1px solid #eee;
-}
-
-.active_text {
-  background: #47c6a2;
-  color: white;
-}
-
-.search_btn {
-  display: flex;
-  flex-direction: row;
-  align-items: center;
-}
-
-.search_btn input {
-  border: 0;
-  height: 100%;
-}
-
-.search_btn input:focus {
-  outline: 0;
-}
-
-.search_btn img {
-  cursor: pointer;
-}
-
-.radio_contianer {
-  margin-top: 24px;
-}
-
-.radio_contianer span {
-  font-size: 14px;
-  font-family: PingFangSC-Regular, PingFang SC;
-  font-weight: 400;
-  color: #232323;
-  line-height: 20px;
-  height: 20px;
-  margin-right: 16px;
-}
-
-.radio_contianer .el-radio-button {
-  margin-right: 8px;
-}
-
 .video_content p {
   margin: 0;
   padding: 0;
@@ -206,26 +151,10 @@ export default {
 .video_content .el-col {
   margin-bottom: 42px;
 }
-
-.video_item > img {
-  width: 100%;
+.video_item{
   padding-right: 22px;
 }
-</style>
-<style>
-.radio_contianer .el-radio-button__inner {
-  border-left: 1px solid #dcdfe6;
-}
-
-.radio_contianer .el-radio-button:first-child:last-child .el-radio-button__inner {
-  border-radius: 16px;
-}
-
-.radio_contianer .el-radio-button .el-radio-button__inner {
-  border-radius: 16px;
-}
-
-.split_page .el-pager > li {
-  border-radius: 50%;
+.video_item > img {
+  width: 100%;
 }
 </style>