1
0

2 Commits 5fffaf257c ... 02ea33ce32

Autor SHA1 Nachricht Datum
  tanxue 02ea33ce32 Merge branch '2025鹅状元dev' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025鹅状元dev vor 4 Tagen
  tanxue 5fd8eb75ad 游客模式传值修改 vor 4 Tagen
2 geänderte Dateien mit 18 neuen und 1 gelöschten Zeilen
  1. 15 0
      common/styles/global/pages.scss
  2. 3 1
      pages/wordList/wordList.vue

+ 15 - 0
common/styles/global/pages.scss

@@ -631,6 +631,7 @@
 		width:750rpx;height:1154rpx;position: absolute;top:calc(var(--status-bar-height) + 1%);
 		background-image: url("@/static/images/study/cjdc/study-wrap-bj.png");}
 	.animal-img{right: 55rpx;top: 255rpx;}
+	.study-name-img{width: 100rpx;height: 100rpx;position: absolute;top: 100rpx;left: 294rpx;}
 	.study-book-img{width: 114rpx;height: 148rpx;position: absolute;top: 130rpx;right:178rpx;}
 	.chapter-title-box,.chapter-big-title-box,.chapter-last-title-box{
 		height: 40rpx;line-height: 40rpx;text-align: center;;color: #fff;font-size: 24rpx;
@@ -688,6 +689,7 @@
 		//0.9
 		.ezy-study-wrap{width:600rpx;height:924rpx;top:var(--status-bar-height);left:50%;transform: translateX(-50%);}
 		.animal-img{right: 35rpx;top: 190rpx;}
+		.study-name-img{width: 80rpx;height: 80rpx;position: absolute;top: 85rpx;left: 234rpx;}
 		.study-book-img{width: 92rpx;height: 119rpx;top: 100rpx;right:142rpx;}
 		.chapter-title-box,.chapter-big-title-box,.chapter-last-title-box{
 			top:230rpx;
@@ -2091,6 +2093,18 @@
 	}
 }
 
+// 单词详解
+.words-details-page{
+	background-image: url("@/static/images/course/course-cjdc-bj.png");
+	.details-title{background-color: pink;padding: 4rpx 12rpx;border-radius: 10rpx;
+	font-size: 26rpx;color: #fff;}
+	.details-content-box{
+		background-color: #fff;border-radius: 10rpx;margin: 0 20rpx;
+		box-sizing: border-box;padding: 12rpx 10rpx;
+	}
+	.details-content-box + .details-content-box{margin-top: 16rpx;}
+}
+
 // 选择版本
 .select-version-page{
 	width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
@@ -2146,3 +2160,4 @@
 		.word-list-item{margin-bottom: 16rpx;}
 	}
 }
+

+ 3 - 1
pages/wordList/wordList.vue

@@ -96,8 +96,10 @@ function getWordListData() {
 }
 
 function getWordListDataYk() {
+	const youkeData = JSON.parse(routerOpt.youkePageData)
+	console.log(youkeData,'routerOpt.youkePageData.jieId');
     const opt = {
-        jieId: routerOpt.jieId
+        jieId: youkeData.jieId
     };
     getWordListYk(opt).then(res => {
         if (res.code === 0) {