@@ -20,11 +18,20 @@
{{ item.kcmc }}
-
{{ item.skdd }}
-
学分:{{ item.xf }}
-
-
{{ item.xkrs }}人选课
-
进入课程
+
{{ item.skdd }}
+
+
+
+
+
+
{{ item.xkrs }}
+
选课人数
+
+
+
进入课程
@@ -95,13 +102,12 @@ function openKechengDetail(item) {
.ketangCardcol {
background-color: #f3f3f3;
padding: 1px;
+ box-shadow: 1px 1px 5px 1px #e1e1e1;
}
.rjkcTopDiv {
- background: #fff;
- padding: 0.9rem;
- color: #1ab394;
- font-size: 16px;
- font-weight: bold;
+ padding: 0.5rem;
+ color: #798394;
+ font-size: 15px;
text-align: right;
}
.nDayDiv {
@@ -118,35 +124,74 @@ function openKechengDetail(item) {
.rjkcBodyDiv {
margin-top: 1px;
background: #fff;
- padding: 1rem 2rem 2rem 2rem;
+ padding:1rem;
}
.kcmcDiv {
font-size: 24px;
font-weight: bold;
}
.skddDiv {
- color: #1c84c6;
- font-size: 16px;
+ color: #333333;
+ font-size:14px;
// font-weight: bold;
}
.xkrsDiv {
- padding-top: 2.5rem;
+ padding-top:1rem;
font-size: 18px;
font-weight: bold;
text-align: right;
}
.buttonClass {
- background: #1c84c6;
+ background: #1ab394;
font-weight: 600;
color: #fff;
border-radius: 5px;
- line-height: 23px;
+ line-height: 22px;
&[disabled] {
background: #6cafda;
}
}
-.xkrsDiv:hover{
- color:#1c84c6;
+.skdd-Left-section{
+ display: flex;
+ align-items: flex-end;
+ justify-content: space-between;
+}
+.ketangback{
+ background: #f7f7f7;
+ border-radius: 5px;
+}
+.skdd-line{
+ text-align: left;
+ width:30%;
+ margin-right: 10rpx;
+}
+.xkrs-color{
+ color: #18a689;
+}
+.xkrs-color:hover{
+ color: #ff5a00;
+}
+.ant-btn {
+ line-height: 1.5715;
+ position: relative;
+ display: inline-block;
+ font-weight: 400;
+ white-space: nowrap;
+ text-align: center;
+ background-image: none;
+ box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
+ cursor: pointer;
+ transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ user-select: none;
+ touch-action: manipulation;
+ height: 32px;
+ padding: 4px 15px;
+ font-size: 14px;
+ border-radius:5px;
+ border-color: #fff;
+ color: #fff;
}
\ No newline at end of file
diff --git a/src/views/site/renKeJiaoCheng/index.vue b/src/views/site/renKeJiaoCheng/index.vue
index 99733d1..0ed81ed 100644
--- a/src/views/site/renKeJiaoCheng/index.vue
+++ b/src/views/site/renKeJiaoCheng/index.vue
@@ -232,4 +232,4 @@ async function getTeacherjlrkcb() {
background-color: #f3f3f3;
padding: 1px;
}
-
\ No newline at end of file
+
diff --git a/src/views/zy/zyInfo/ZyInfoV2List.vue b/src/views/zy/zyInfo/ZyInfoV2List.vue
index 8a4f6fe..b8e4da6 100644
--- a/src/views/zy/zyInfo/ZyInfoV2List.vue
+++ b/src/views/zy/zyInfo/ZyInfoV2List.vue
@@ -3,11 +3,15 @@