|
@@ -1896,8 +1896,8 @@
|
|
|
// 解释
|
|
|
.pin-words-explain-box{
|
|
|
margin-top: 64rpx;
|
|
|
- .words-explain-item{font-size: 28rpx;color: #333;text-align: center;}
|
|
|
- .words-explain-item + .words-explain-item{margin-top: 16rpx;}
|
|
|
+ .words-explain-item{font-size: 28rpx;color: #333;text-align: center;padding: 0 16rpx;line-height: 1.4;}
|
|
|
+ .words-explain-item + .words-explain-item{margin-top: 12rpx;}
|
|
|
}
|
|
|
|
|
|
//播放
|
|
@@ -1938,9 +1938,12 @@
|
|
|
display: inline-block;vertical-align: middle;border-radius: 10rpx;
|
|
|
}
|
|
|
}
|
|
|
+ .word-circle-double-box{
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
// 单词详情块
|
|
|
- /* .details-title{background-color: #3a7fe9;padding: 8rpx 12rpx;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;
|
|
@@ -1952,7 +1955,7 @@
|
|
|
color: #000;margin:16rpx 12rpx;
|
|
|
}
|
|
|
.word-color{color: #3a7fe9;}
|
|
|
- .details-cn-content{color: #666;margin: 16rpx 12rpx 24rpx;} */
|
|
|
+ .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;
|
|
@@ -1965,8 +1968,7 @@
|
|
|
text-align: center;
|
|
|
.words-xue-body{height: calc(100vh - 410rpx - var(--status-bar-height));overflow-y: auto;}
|
|
|
.word-block-box{
|
|
|
- margin: 12rpx 0;
|
|
|
- text{min-width: 50rpx;height: 50rpx;line-height: 48rpx;font-size: 24rpx;
|
|
|
+ text{min-width: 50rpx;height: 50rpx;line-height: 48rpx;font-size: 24rpx;margin: 12rpx 0;
|
|
|
padding: 0 10rpx;box-sizing: border-box;border-radius: 8rpx;
|
|
|
background-color: #9cd4ef;color: #06399c;display: inline-block;}
|
|
|
text + text{margin-left: 10rpx;}
|
|
@@ -1989,16 +1991,16 @@
|
|
|
.item-bottom{background-color: #9cd4ef;}
|
|
|
}
|
|
|
|
|
|
- /* .cg-item-list{
|
|
|
+ .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;}
|
|
|
- } */
|
|
|
+ .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{
|
|
|
+ min-height: 124rpx;max-width: 300rpx;
|
|
|
+ display: flex;align-items: flex-start;flex-direction: column;justify-content: center;
|
|
|
+ border:1rpx solid #9cbff4;background-color: #fff;border-radius: 8rpx;padding: 16rpx;}
|
|
|
+ .cg-symbol{margin: 0 10rpx;display: flex;align-items: center;}
|
|
|
+ }
|
|
|
|
|
|
|
|
|
.xue-change-btn-box{
|