|
@@ -1992,13 +1992,15 @@
|
|
}
|
|
}
|
|
|
|
|
|
.cg-item-list{
|
|
.cg-item-list{
|
|
- padding: 24rpx 0;
|
|
|
|
.uni-scroll-view-content{display: flex;box-sizing: border-box;padding:0 24rpx; }
|
|
.uni-scroll-view-content{display: flex;box-sizing: border-box;padding:0 24rpx; }
|
|
- .cg-item-box{display: flex;flex-direction: row;flex-shrink: 0;color: #000;font-size: 32rpx;}
|
|
|
|
|
|
+ .cg-item-box{display: flex;flex-direction: row;flex-shrink: 0;color: #000;font-size: 32rpx;padding: 24rpx 0;}
|
|
|
|
+ // max-width: 360rpx;
|
|
.cg-item{
|
|
.cg-item{
|
|
- min-height: 124rpx;max-width: 300rpx;
|
|
|
|
|
|
+ min-height: 124rpx;
|
|
display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
|
|
display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
|
|
- border:1rpx solid #9cbff4;background-color: #fff;border-radius: 8rpx;padding: 16rpx;}
|
|
|
|
|
|
+ border:1rpx solid #9cbff4;background-color: #fff;border-radius: 8rpx;padding: 16rpx;
|
|
|
|
+ view + view{margin-top: 2rpx;}
|
|
|
|
+ }
|
|
.cg-symbol{margin: 0 10rpx;display: flex;align-items: center;}
|
|
.cg-symbol{margin: 0 10rpx;display: flex;align-items: center;}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2078,6 +2080,34 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+// 单词详情-读
|
|
|
|
+/* .words-du-box{
|
|
|
|
+ display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
|
|
|
|
+ height: calc(100vh - 290rpx - var(--status-bar-height));
|
|
|
|
+ .du-body-box{flex: 1;text-align: center;}
|
|
|
|
+ .du-yb-play-box{margin-top: 24rpx;}
|
|
|
|
+ .du-words-explain-box{margin-top: 24rpx;}
|
|
|
|
+
|
|
|
|
+ .mike-play-box{
|
|
|
|
+ .mike-play-tip{font-size: 28rpx;color: #666;text-align: center;}
|
|
|
|
+ .du-btn-box{width: 100%;position: relative;}
|
|
|
|
+ .mike-btn::after,.mike-az-btn::after,.play-btn::after,.playing-btn::after{display: none;}
|
|
|
|
+ .mike-btn,.mike-az-btn{
|
|
|
|
+ width: 130rpx;height:130rpx;@include ezy-no-repeat-cover;margin-left: 24rpx;
|
|
|
|
+ background-color: transparent;border: 0;margin: 16rpx auto 32rpx;display: block;
|
|
|
|
+ }
|
|
|
|
+ .mike-btn{background-image: url("@/static/images/study/cjdc/wordView/miki-btn.png");}
|
|
|
|
+ .mike-az-btn{background-image: url("@/static/images/study/cjdc/wordView/miki-btn-a.gif");}
|
|
|
|
+ .play-btn,.playing-btn{
|
|
|
|
+ width: 96rpx;height:96rpx;@include ezy-no-repeat-cover;
|
|
|
|
+ background-color: transparent;border: 0;
|
|
|
|
+ position: absolute;left: 80rpx;bottom: 15rpx;
|
|
|
|
+ }
|
|
|
|
+ .play-btn{background-image: url("@/static/images/study/cjdc/wordView/play-btn.png");}
|
|
|
|
+ .playing-btn{background-image: url("@/static/images/study/cjdc/wordView/playing-btn.gif");}
|
|
|
|
+ }
|
|
|
|
+} */
|
|
|
|
+
|
|
// 单词详情-选
|
|
// 单词详情-选
|
|
.words-xuan-box{
|
|
.words-xuan-box{
|
|
display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
|
|
display: flex;flex-direction: column;padding: 10rpx;box-sizing: border-box;
|
|
@@ -2228,7 +2258,7 @@
|
|
}
|
|
}
|
|
.select-version-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 16rpx auto;}
|
|
.select-version-line{width: 90%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 16rpx auto;}
|
|
.select-version-confirm-btn{
|
|
.select-version-confirm-btn{
|
|
- width: 644rpx;height: 108rpx;background-color: transparent;flex-shrink: 0;
|
|
|
|
|
|
+ width: 644rpx;height: 108rpx;background-color: transparent;flex-shrink: 0;margin-bottom: 16rpx;
|
|
background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
|
|
background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
|
|
}
|
|
}
|
|
.select-version-confirm-btn:after{display: none;}
|
|
.select-version-confirm-btn:after{display: none;}
|