|
@@ -1938,6 +1938,21 @@
|
|
|
display: inline-block;vertical-align: middle;border-radius: 10rpx;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // 单词详情块
|
|
|
+ /* .details-title{background-color: #3a7fe9;padding: 8rpx 12rpx;border-radius: 10rpx;
|
|
|
+ font-size: 24rpx;color: #fff;display: inline-block;}
|
|
|
+ .details-content-box{
|
|
|
+ background-color: #fffefe;border-radius: 10rpx;margin: 0 20rpx;line-height: 1.4;margin-bottom: 16rpx;
|
|
|
+ box-sizing: border-box;padding: 12rpx 10rpx;font-size: 26rpx;
|
|
|
+ }
|
|
|
+ .syky-content{margin: 16rpx 0 36rpx;border-bottom: 1rpx dashed #8dcff1;}
|
|
|
+ .syky-content:last-child{margin: 16rpx 0;border-bottom:0;}
|
|
|
+ .details-en-content{
|
|
|
+ color: #000;margin:16rpx 12rpx;
|
|
|
+ }
|
|
|
+ .word-color{color: #3a7fe9;}
|
|
|
+ .details-cn-content{color: #666;margin: 16rpx 12rpx 24rpx;} */
|
|
|
}
|
|
|
.word-view-page::before,.word-view-page::after{content: '';width: 29rpx;height: 42rpx;
|
|
|
background-image: url("@/static/images/study/jt-left-icon.png");@include ezy-no-repeat-cover;display: block;
|
|
@@ -1945,8 +1960,65 @@
|
|
|
.word-view-page::before{left: 60rpx;}
|
|
|
.word-view-page::after{right: 60rpx;transform: rotate(180deg);}
|
|
|
|
|
|
-// 单词详情- 拼
|
|
|
-.words-xue-box{}
|
|
|
+// 单词详情- 学
|
|
|
+.words-xue-box{
|
|
|
+ text-align: center;
|
|
|
+ .words-xue-body{height: calc(100vh - 410rpx - var(--status-bar-height));overflow-y: auto;}
|
|
|
+ .details-btn{
|
|
|
+ background-color: rgba(255, 255, 255, 0.6);display: inline-block;margin: 32rpx auto 0;
|
|
|
+ padding: 4rpx 24rpx 10rpx;border-radius: 30rpx;color: #068aea;
|
|
|
+ }
|
|
|
+ .word-block-box{
|
|
|
+ text{min-width: 50rpx;height: 50rpx;line-height: 48rpx;font-size: 24rpx;
|
|
|
+ padding: 0 10rpx;box-sizing: border-box;border-radius: 8rpx;
|
|
|
+ background-color: #9cd4ef;color: #06399c;display: inline-block;}
|
|
|
+ text + text{margin-left: 10rpx;}
|
|
|
+ }
|
|
|
+ .yb-block-box text{border: 1rpx solid #fff;font-size: 26rpx;}
|
|
|
+ .yj-block-box{
|
|
|
+ min-width: 50rpx;font-size: 26rpx;
|
|
|
+ .yj-block-item{
|
|
|
+ display: inline-block;border: 1rpx solid #fff;color: #06399c;border-radius: 8rpx;overflow: hidden;
|
|
|
+ }
|
|
|
+ .yj-block-item +.yj-block-item{margin-left: 10rpx;}
|
|
|
+ .item-top,.item-bottom{height: 52rpx;line-height: 50rpx;padding: 0 10rpx;box-sizing: border-box;}
|
|
|
+ .item-top{background-color: #e7f2f9;}
|
|
|
+ .item-bottom{background-color: #9cd4ef;}
|
|
|
+ }
|
|
|
+
|
|
|
+ /* .cg-item-list{
|
|
|
+ padding: 24rpx 0;
|
|
|
+ .uni-scroll-view-content{display: flex;align-items: center;box-sizing: border-box;padding:0 24rpx; }
|
|
|
+ .cg-item-box{
|
|
|
+ display: flex;flex-direction: row;align-items: center;flex-shrink: 0;color: #000;
|
|
|
+ font-size: 32rpx;
|
|
|
+ }
|
|
|
+ .cg-item{border:1rpx solid #9cbff4;background-color: #fff;border-radius: 8rpx;padding: 16rpx;}
|
|
|
+ .cg-symbol{margin: 0 10rpx;}
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .xue-change-btn-box{
|
|
|
+ display: flex;justify-content: center;border-bottom: 1rpx dashed #8dcff1;margin: 0 20rpx;padding: 20rpx 0;
|
|
|
+ .change-btn{
|
|
|
+ width: 254rpx;height:77rpx;position: relative;
|
|
|
+ text{color: #fff;position: relative;font-size: 32rpx;z-index: 2;display: inline-block;margin-top:15rpx;}
|
|
|
+ }
|
|
|
+ .change-btn::after{
|
|
|
+ content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/study/cjdc/wordView/change-btn.png");z-index: 1;
|
|
|
+ }
|
|
|
+ .change-btn.active text{color: #0f67be;}
|
|
|
+ .change-btn.active::after{background-image: url("@/static/images/study/cjdc/wordView/change-btn-a.png");transform: rotate(180deg);}
|
|
|
+ .change-btn:last-child::after{transform: rotate(180deg);}
|
|
|
+ .change-btn.active:last-child::after{transform: unset;}
|
|
|
+ }
|
|
|
+
|
|
|
+ .xue-details-content-box,.xue-details-content-box{
|
|
|
+ text-align: left;margin-top: 20rpx;
|
|
|
+ } */
|
|
|
+}
|
|
|
+
|
|
|
// 单词详情-拼
|
|
|
.words-pin-box{
|
|
|
display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
|
|
@@ -2116,20 +2188,7 @@
|
|
|
background-image: url("@/static/images/course/course-cjdc-bj.png");
|
|
|
.words-details-body{overflow-y: auto;}
|
|
|
.details-word{color: #000;font-size: 62rpx;font-weight: bold;margin: 24rpx;}
|
|
|
- .details-title{background-color: #3a7fe9;padding: 8rpx 12rpx;border-radius: 10rpx;
|
|
|
- font-size: 24rpx;color: #fff;display: inline-block;}
|
|
|
- .details-content-box{
|
|
|
- background-color: #fff;border-radius: 10rpx;margin: 0 20rpx;line-height: 1.4;margin-bottom: 16rpx;
|
|
|
- box-sizing: border-box;padding: 12rpx 10rpx;font-size: 26rpx;
|
|
|
- }
|
|
|
.tysy-content{color: #333;margin: 16rpx 12rpx 0;}
|
|
|
- .syky-content{margin: 16rpx 0 36rpx;border-bottom: 1rpx dashed #8dcff1;}
|
|
|
- .syky-content:last-child{margin: 16rpx 0;border-bottom:0;}
|
|
|
- .details-en-content{
|
|
|
- color: #000;margin:16rpx 12rpx;
|
|
|
- }
|
|
|
- .word-color{color: #3a7fe9;}
|
|
|
- .details-cn-content{color: #666;margin: 16rpx 12rpx 24rpx;}
|
|
|
}
|
|
|
|
|
|
// 选择版本
|