From 3f9ee5717077a8f4d66d3e6462c5c7fd283b9f02 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Fri, 30 Sep 2022 11:00:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8A=A5=E5=90=8D=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/assets/styles/uc.scss | 11 ++++-
src/views/study/Courses.vue | 94 +++++++++++++++++++++++++------------
2 files changed, 75 insertions(+), 30 deletions(-)
diff --git a/src/assets/styles/uc.scss b/src/assets/styles/uc.scss
index ad3162fb..feb88a5c 100644
--- a/src/assets/styles/uc.scss
+++ b/src/assets/styles/uc.scss
@@ -6,7 +6,7 @@
font-weight: 600;
color: #333333;
line-height: 36px;
- margin-right: 44px;
+ // margin-right: 44px;
}
.uc-center-one-title{
font-size: 18px;
@@ -62,3 +62,12 @@
.el-message-box__btns button:nth-child(2) {
margin-left:20px;
}
+.search-btn{
+ background: #2C68FF;
+}
+.uc-input{
+ width: 210px;
+}
+.uc-select{
+ width: 125px;
+}
diff --git a/src/views/study/Courses.vue b/src/views/study/Courses.vue
index f18497c4..d4618148 100644
--- a/src/views/study/Courses.vue
+++ b/src/views/study/Courses.vue
@@ -2,9 +2,10 @@
-
-
-
+ 我的报名
+
+
+
@@ -14,41 +15,57 @@
-
-
+
+
-
- 搜索
- 重置
+
+ 搜索
+ 重置
-
+
+
+ 录播
+ 录播
+ 线下课
+ 学习项目
+
-
- 录播
- 录播
- 线下课
- 学习项目
-
+
-
-
报名时间:{{item.addTime}}
+
报名时间:{{item.addTime}}
+
-
+
+
+
+
+
+
+
+
+
+
+
开始学习
@@ -73,9 +90,11 @@
正在加载数据...
查询中...
-
-
当前列表无数据
-
未找到您要搜索的内容
+
+
+

+
你还没有报名课程哦~
@@ -413,6 +432,7 @@ computed: {
}
.uc-list{
padding-left: 22px;
+ margin-top: 30px;
}
.uc-course-type1{
width: 58px;
@@ -467,22 +487,38 @@ computed: {
.uc-course {
display: flex;
justify-content: space-around;
- border-bottom: 1px solid #E8E8E8;
+ // border-bottom: 1px solid #E8E8E8;
margin-right: 32px;
- padding: 20px 0px 15px 0px ;
+ padding: 20px 0px 25px 0px ;
cursor: pointer;
.uc-course-img {
- width: 200px;
- img {
- width: 200px;
- border: 1px solid #f4f4f5;
+ position: relative;
+ width: 260px;
+ ::v-deep img {
+ // width: 200px;
+ // border: 1px solid #f4f4f5;
+ border-radius: 8px;
+ }
+ .uc-type{
+ position: absolute;
+ top: 0;
+ right:0;
+ width: 60px;
+ height: 24px;
+ line-height: 24px;
+ text-align: center;
+ background: #F99000;
+ border-radius: 2px 4px 2px 16px;
+ color: #fff;
+ font-size: 12px;
+ font-weight: 600;
}
}
.uc-course-info {
flex: 1;
margin-top: -3px;
line-height: 28px;
- padding: 0px 10px;
+ padding: 0px 25px;
.uc-course-name {
display: flex;
span{
@@ -491,7 +527,7 @@ computed: {
margin-right: 8px;
}
font-size: 18px;
- font-weight: 700;
+ font-weight: 600;
color: #333;
}
.uc-course-text {