|
@@ -1929,7 +1929,7 @@
|
|
|
// 带点的单词展示
|
|
|
.word-circle-box{
|
|
|
width: 100%;overflow: hidden;
|
|
|
- color: #015fb0;font-weight: bold;font-size: 76rpx;text-align: center;margin: 64rpx auto 0;
|
|
|
+ color: #015fb0;font-weight: bold;font-size: 76rpx;text-align: center;margin: 36rpx auto 0;
|
|
|
text-shadow:-1rpx -1rpx 0 #fff,1rpx -1rpx 0 #fff,-1rpx 1rpx 0 #fff,1rpx 1rpx 0 #fff;
|
|
|
text{display: inline-block;vertical-align: middle;}
|
|
|
text:nth-child(odd){color: #ff9a01;}
|
|
@@ -1940,7 +1940,7 @@
|
|
|
}
|
|
|
|
|
|
// 单词详情块
|
|
|
- /* .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 +1952,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;
|
|
@@ -1964,17 +1964,20 @@
|
|
|
.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{
|
|
|
+ margin: 12rpx 0;
|
|
|
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;}
|
|
|
+ .details-btn{
|
|
|
+ background-color: rgba(255, 255, 255, 0.6);display: inline-block;margin: 24rpx auto;
|
|
|
+ padding: 4rpx 24rpx 10rpx;border-radius: 30rpx;color: #068aea;
|
|
|
+ }
|
|
|
+ .xue-yb-play-box{margin-top: 12rpx;}
|
|
|
+ .xue-words-explain-box{margin-top: 32rpx;}
|
|
|
+ .yb-block-box text{min-width: 56rpx;height: 56rpx;line-height: 54rpx;border: 1rpx solid #fff;font-size: 26rpx;}
|
|
|
.yj-block-box{
|
|
|
min-width: 50rpx;font-size: 26rpx;
|
|
|
.yj-block-item{
|
|
@@ -1986,7 +1989,7 @@
|
|
|
.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{
|
|
@@ -1999,7 +2002,7 @@
|
|
|
|
|
|
|
|
|
.xue-change-btn-box{
|
|
|
- display: flex;justify-content: center;border-bottom: 1rpx dashed #8dcff1;margin: 0 20rpx;padding: 20rpx 0;
|
|
|
+ display: flex;justify-content: center;border-bottom: 1rpx dashed #8dcff1;margin: 0 20rpx;padding: 32rpx 0 42rpx;
|
|
|
.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;}
|
|
@@ -2014,9 +2017,7 @@
|
|
|
.change-btn.active:last-child::after{transform: unset;}
|
|
|
}
|
|
|
|
|
|
- .xue-details-content-box,.xue-details-content-box{
|
|
|
- text-align: left;margin-top: 20rpx;
|
|
|
- } */
|
|
|
+ .xue-details-content-box{text-align: left;margin-top: 12rpx;}
|
|
|
}
|
|
|
|
|
|
// 单词详情-拼
|