|
@@ -645,7 +645,7 @@
|
|
|
display: flex;align-items: center;justify-content: center;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/study/cjdc/dao-item-disabled.png");}
|
|
|
.content-text{@include multi-line-ellipsis(2);line-height: 32rpx;}
|
|
|
-
|
|
|
+
|
|
|
.brand-lock,.brand-finish-icon{
|
|
|
width: 70rpx;height: 70rpx;@include ezy-no-repeat-cover;
|
|
|
position: absolute;transform: translateX(-50%);top: 28rpx;right: 56rpx;}
|
|
@@ -659,10 +659,10 @@
|
|
|
width: 58rpx;height: 58rpx;left: 38%;top: 50%;position: absolute;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/study/brand-arrow.gif");
|
|
|
}
|
|
|
- // brand-item
|
|
|
+ // brand-item
|
|
|
.brand-item{width: 252rpx;height: 180rpx;position: absolute;}
|
|
|
.brand-active .brand-content{background-image: url("@/static/images/study/cjdc/dao-item-active.png");}
|
|
|
-
|
|
|
+
|
|
|
.brand-item:nth-child(1){top:505rpx;right:25rpx;}
|
|
|
.brand-item:nth-child(2){top:650rpx;left:75rpx;}
|
|
|
.brand-item:nth-child(3){top:820rpx;right:55rpx;}
|
|
@@ -676,7 +676,7 @@
|
|
|
.brand-arrow{left: 38%;top: 14%;}
|
|
|
}
|
|
|
.brand-item.ceshi-brand-item.brand-active{background-image: url("@/static/images/study/cjdc/test-item-active.png");}
|
|
|
-
|
|
|
+
|
|
|
@media (max-height: 800px) {
|
|
|
min-height:1400rpx;
|
|
|
.ezy-study-wrap{top:calc(var(--status-bar-height) + -2%);}
|
|
@@ -1001,61 +1001,48 @@
|
|
|
|
|
|
// 我的页面
|
|
|
.ezy-my-page{
|
|
|
- width: 100%;height: 100vh;background-color: #00c5fe;position: relative;overflow: auto;
|
|
|
+ width: 100%;height: 100vh;min-height: 1400rpx;background-color: #00c5fe;position: relative;overflow: auto;
|
|
|
padding-top:var(--status-bar-height);@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
|
|
|
.my-head-box{
|
|
|
width: 100%;padding: 80rpx 24rpx 42rpx;box-sizing: border-box;display: flex;align-items: center;color: #fff;
|
|
|
- .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;}
|
|
|
+ .head-img-box{width: 154rpx;height: 154rpx;margin: 0 24rpx 0 12rpx;@include ezy-no-repeat-cover;border-radius: 50%;}
|
|
|
.head-content-box{font-size: 30rpx;}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// hyqy
|
|
|
.my-hyqy-swiper{
|
|
|
- height: 385rpx;
|
|
|
+ height: 363rpx;margin-bottom: 32rpx;
|
|
|
.uni-swiper-dots-horizontal{bottom: 24rpx;}
|
|
|
}
|
|
|
.hyqy-box{
|
|
|
- width: 731rpx;height: 385rpx;margin: 0 auto;position: relative;
|
|
|
+ width: 690rpx;height: 363rpx;margin: 0 auto;position: relative;
|
|
|
@include ezy-no-repeat-cover;
|
|
|
- .hyqy-box-img{width: 731rpx;height: 385rpx;margin: 0 auto;display: block;border-radius: 10rpx;}
|
|
|
+ .hyqy-box-img{width: 690rpx;height: 363rpx;margin: 0 auto;display: block;border-radius: 10rpx;}
|
|
|
}
|
|
|
// list
|
|
|
.my-list-box{
|
|
|
- width:700rpx;margin: 36rpx auto 240rpx;
|
|
|
- .list-row{border-bottom: 2rpx solid #5bcdfb;color: #fff;box-sizing: border-box;padding: 30rpx 20rpx;
|
|
|
- display: flex;align-items: center;position: relative;}
|
|
|
- .list-row::after{
|
|
|
- content: '';width: 19rpx;height: 33rpx;@include ezy-no-repeat-cover;
|
|
|
- background-image: url("@/static/images/my/list-jt.png");
|
|
|
- position: absolute;right: 20rpx;
|
|
|
- }
|
|
|
- .no-jt::after,.no-jt::after{display: none;}
|
|
|
- .list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 10rpx;}
|
|
|
- .tel-icon{background-image: url("@/static/images/my/list-icon1.png");}
|
|
|
- .error-icon{background-image: url("@/static/images/my/list-icon2.png");}
|
|
|
- .order-icon{background-image: url("@/static/images/my/list-icon3.png");}
|
|
|
- .login-out-icon{background-image: url("@/static/images/my/list-icon4.png");}
|
|
|
- .about-icon{background-image: url("@/static/images/my/list-icon5.png");}
|
|
|
- .zhuxiao-icon{background-image: url("@/static/images/my/list-icon6.png");}
|
|
|
- .duihuanma-icon{background-image: url("@/static/images/my/list-icon8.png");}
|
|
|
- .yszc-icon{background-image: url("@/static/images/my/list-icon7.png");}
|
|
|
- .cpsc-icon{background-image: url("@/static/images/my/list-icon9.png");}
|
|
|
- .xxjl-icon{background-image: url("@/static/images/my/list-icon10.png");}
|
|
|
- }
|
|
|
- @media (max-height: 736px) {
|
|
|
- .my-head-box{padding: 46rpx 24rpx 16rpx;}
|
|
|
- .my-list-box{
|
|
|
- margin: 6rpx auto 260rpx;
|
|
|
- .list-row{padding: 20rpx;}
|
|
|
- }
|
|
|
+ width:690rpx;margin: 16rpx auto;display: flex;padding: 16rpx 0;
|
|
|
+ background-color: rgba(255, 255, 255, 0.6);border-radius: 8rpx;
|
|
|
+ .list-item{color: #333;width: 25%;text-align: center;font-size: 28rpx;}
|
|
|
+ .list-icon{
|
|
|
+ width: 87rpx;height: 77rpx;display: block;margin: 0 auto;
|
|
|
+ @include ezy-no-repeat-cover;
|
|
|
+ }
|
|
|
+ .cpsc-icon{background-image: url("@/static/images/my/list-icon1.png");}
|
|
|
+ .sxtk-icon{background-image: url("@/static/images/my/list-icon2.png");}
|
|
|
+ .error-icon{background-image: url("@/static/images/my/list-icon3.png");}
|
|
|
+ .xxjl-icon{background-image: url("@/static/images/my/list-icon4.png");}
|
|
|
+ .order-icon{background-image: url("@/static/images/my/list-icon5.png");}
|
|
|
+ .duihuanma-icon{background-image: url("@/static/images/my/list-icon6.png");}
|
|
|
+ .kfdh-icon{background-image: url("@/static/images/my/list-icon7.png");}
|
|
|
+ .yysz-icon{background-image: url("@/static/images/my/list-icon8.png");}
|
|
|
+ .zhuxiao-icon{background-image: url("@/static/images/my/list-icon9.png");}
|
|
|
+ .login-out-icon{background-image: url("@/static/images/my/list-icon10.png");}
|
|
|
}
|
|
|
- @media (max-height: 600px) {
|
|
|
- .my-head-box{padding: 42rpx 24rpx 24rpx;}
|
|
|
- .my-list-box{
|
|
|
- margin: 12rpx auto 240rpx;
|
|
|
- .list-row{padding: 16rpx;font-size: 30rpx;}
|
|
|
- .list-row::after{right: 16rpx;}
|
|
|
- }
|
|
|
+
|
|
|
+ .kefu-dialog{
|
|
|
+ .not-confirm-btn{display: none;}
|
|
|
+ .confirm-btn{margin: 24rpx auto;}
|
|
|
}
|
|
|
}
|
|
|
.ezy-my-page::before{
|
|
@@ -1064,6 +1051,23 @@
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/my/my-page-img.png");
|
|
|
}
|
|
|
|
|
|
+// 应用设置
|
|
|
+.ezy-yysz-page{
|
|
|
+ width: 100%;height: 100vh;min-height: 1400rpx;background-color: #00c5fe;position: relative;overflow: auto;
|
|
|
+ padding-top:var(--status-bar-height);@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
|
|
|
+ display: flex;flex-direction: column;
|
|
|
+ .yysz-row-box{width: 94%;background-color: rgba(255, 255, 255, 0.6);
|
|
|
+ border-radius: 8rpx;margin: 16rpx 3% 0;color: #333;font-size: 30rpx;}
|
|
|
+ .yysz-item{display: flex;align-items: center;justify-content: space-between;padding: 32rpx 46rpx 32rpx 16rpx;position: relative;}
|
|
|
+ .img-item{padding: 32rpx 46rpx 0 16rpx;}
|
|
|
+ .yysz-item::after{
|
|
|
+ content: '';width: 14rpx;height: 24rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/my/list-jt.png");
|
|
|
+ position: absolute;right: 16rpx;
|
|
|
+ }
|
|
|
+ .yysz-img-box{width: 36px;height: 36px;border-radius: 50%;@include ezy-no-repeat-cover}
|
|
|
+}
|
|
|
+
|
|
|
// 错题
|
|
|
.ezy-cuoti-page{
|
|
|
width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
@@ -1110,6 +1114,50 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+// 学习记录
|
|
|
+.ezy-xxjl-page{
|
|
|
+ width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
|
+ padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
+ @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
|
|
|
+ .uni-list{background-color: transparent!important;}
|
|
|
+ .uni-list--border-top,.uni-list--border-bottom{display: none;}
|
|
|
+
|
|
|
+ .xxjl-content-box{flex: 1;background-color: rgba(255, 255, 255, 0.6);z-index: 3;margin: 10rpx 20rpx;}
|
|
|
+ .xxjl-scroll-view{overflow-y: auto;height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
+
|
|
|
+ // item
|
|
|
+ .xxjl-item-box{
|
|
|
+ width: 94%;background-color: transparent!important;
|
|
|
+ border-bottom: 1px dashed #77d6f7;margin: 0 3%;
|
|
|
+ .uni-list-item__header{display: none;}
|
|
|
+ .uni-list-item__container{flex-direction: column;position: relative;padding:24rpx 0;overflow: hidden;}
|
|
|
+ .item-date-row{
|
|
|
+ display: flex;justify-content: space-between;align-items: center;color:#28bdf2;font-size: 24rpx;
|
|
|
+ .data-item{display: flex;align-items: center;}
|
|
|
+ .del-item{width: 60rpx;height: 60rpx;}
|
|
|
+ .data-icon{
|
|
|
+ width: 35rpx;height: 35rpx;margin: 10rpx;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/exam/cuoti-time-icon.png");}
|
|
|
+ .del-icon{
|
|
|
+ width: 35rpx;height: 35rpx;margin: 10rpx;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/my/sz-icon2.png");
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .item-zhang-row{
|
|
|
+ width: 100%;display: flex;align-items: center;color:#333;font-size: 32rpx;margin-bottom: 16rpx;
|
|
|
+ >view{@include single-line-ellipsis;}
|
|
|
+ .zhang-icon{
|
|
|
+ width: 37rpx;height: 37rpx;margin:0 9rpx;flex-shrink: 0;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/my/sz-icon1.png");}
|
|
|
+ }
|
|
|
+ .item-jie-row{
|
|
|
+ width: 100%;color:#444;font-size: 26rpx;padding-left: 55rpx;line-height: 1;margin-bottom: 16rpx;@include single-line-ellipsis;
|
|
|
+ >text{@include single-line-ellipsis;}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
// 关于我们
|
|
|
.ezy-about-page{
|
|
|
width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
@@ -1816,6 +1864,58 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+// PDF
|
|
|
+.pdf-page-box{
|
|
|
+ width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
|
+ padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
+ @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
|
|
|
+ .pdf-body-box.uni-webview--fullscreen, .uni-resize-sensor > div,mainContainer{top:calc(83rpx - var(--status-bar-height));}
|
|
|
+}
|
|
|
+
|
|
|
+// 数学题库
|
|
|
+.ezy-sxtk-page{
|
|
|
+ width: 100%;height: 100vh;background-color: #00c5fe;position: relative;
|
|
|
+ padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
+ @include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/common/ezy-page-bj.png");
|
|
|
+ .sxtk-tab-border{height: calc(100vh - 254rpx - var(--status-bar-height));flex: unset;}
|
|
|
+ .tab-img{width: 346rpx;height: 77rpx;margin: 24rpx auto 0;
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/my/tk-qxzjc.png");}
|
|
|
+ .sxtk-line{width: 94%;height: 4rpx;border-top: 4rpx dashed #7cbeee;margin: 20rpx auto;}
|
|
|
+ .sxtk-tab-box{
|
|
|
+ display: flex;box-sizing: border-box;padding: 0 16rpx;margin-top: 24rpx;
|
|
|
+ .tab-item{width: 16.66%;font-size: 30rpx;}
|
|
|
+ .tab-nianji-item{width: 106rpx;height: 73rpx;line-height: 73rpx;margin: 0 auto;text-align: center;}
|
|
|
+ .tab-item.active .tab-nianji-item{@include ezy-no-repeat-cover;color: #fff;
|
|
|
+ background-image: url("@/static/images/my/tk-tab-item.png");}
|
|
|
+ }
|
|
|
+ .sxtk-banben-body{
|
|
|
+ flex: 1;overflow-y: auto;padding:10rpx 0;box-sizing: border-box;
|
|
|
+ display: flex;flex-wrap: wrap;align-content: flex-start;margin-bottom: 10rpx;
|
|
|
+ .banben-item{width: 33.33%;font-size: 28rpx;margin-bottom: 24rpx;}
|
|
|
+ .banben-text-item{width: 194rpx;height: 79rpx;line-height: 79rpx;text-align: center;margin: 0 auto;
|
|
|
+ @include single-line-ellipsis;box-sizing: border-box;padding: 0 6rpx;
|
|
|
+ background-image: url("@/static/images/my/tk-list-item.png");@include ezy-no-repeat-cover;color: #fff;}
|
|
|
+ .banben-item.active .banben-text-item{background-image: url("@/static/images/my/tk-list-item-a.png");color: #6e0c02;}
|
|
|
+ }
|
|
|
+ .sxtk-confirm-btn{
|
|
|
+ width: 644rpx;height: 108rpx;background-color: transparent;margin-bottom: 36rpx;
|
|
|
+ background-image: url("@/static/images/grade/confirm-btn.png");@include ezy-no-repeat-cover;
|
|
|
+ }
|
|
|
+ .sxtk-confirm-btn:after{display: none;}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+// 更换头像
|
|
|
+.ezy-ghtx-page{
|
|
|
+ width: 100%;height: 100vh;background-color: #00c5fe;position: relative;overflow: auto;
|
|
|
+ padding-top:var(--status-bar-height);@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/my/my-page-bj.png");
|
|
|
+ .ghtx-img{width: 644rpx;height: 644rpx;margin: 0 auto 86rpx;display: block;}
|
|
|
+ .xc-btn,.qx-btn{
|
|
|
+ width: 644rpx;height: 108rpx;line-height: 108rpx;@include ezy-no-repeat-cover;
|
|
|
+ margin: 30rpx auto 0;font-size: 30rpx;color: #fff;text-align: center;}
|
|
|
+ .xc-btn{background-image: url("@/static/images/common/confirm-btn.png");}
|
|
|
+ .qx-btn{background-image: url("@/static/images/common/cancel-btn.png");}
|
|
|
+}
|
|
|
|
|
|
// 单词列表页
|
|
|
.word-list-page{
|
|
@@ -1850,7 +1950,7 @@
|
|
|
.ezy-border-body{
|
|
|
width: 94%;margin: 3% 3%;display: flex;flex-direction: column;flex: 1;
|
|
|
background-color: rgba(255, 255, 255, 0.6);border-radius:8rpx;}
|
|
|
-
|
|
|
+
|
|
|
// 选择单词
|
|
|
.select-words-box{
|
|
|
height: 66rpx;border-bottom: 1rpx dashed #0589e9;
|
|
@@ -1860,7 +1960,7 @@
|
|
|
.words-item{min-width: 20%;color: #000;box-sizing: border-box;padding:16rpx 10rpx;text-align: center;}
|
|
|
.active{color: #068aea;}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// 选择类型
|
|
|
.select-types-box{
|
|
|
display: flex;justify-content: space-between;align-items: center;
|
|
@@ -1873,7 +1973,7 @@
|
|
|
background-image: url("@/static/images/study/cjdc/wordView/jt-icon.png");}
|
|
|
.jt-item.active{background-image: url("@/static/images/study/cjdc/wordView/jt-a-icon.png");}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.word-view-bottom{
|
|
|
width: 100%;height: 120rpx;background-color: #68b4e3;font-size: 28rpx;
|
|
|
border-top: 8rpx solid #add9f2;box-sizing: border-box;padding: 0 32rpx;
|
|
@@ -1902,12 +2002,12 @@
|
|
|
.words-explain-item{font-size: 34rpx;color: #333;text-align: center;padding: 0 16rpx;line-height: 1.4;}
|
|
|
.words-explain-item + .words-explain-item{margin-top: 12rpx;}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
//播放
|
|
|
.audio-play-btn,.audio-playing-btn{width: 110rpx;height:110rpx;@include ezy-no-repeat-cover;margin: 56rpx auto 0;}
|
|
|
.audio-play-btn{background-image: url("@/static/images/study/cjdc/wordView/play-btn.png");}
|
|
|
.audio-playing-btn{background-image: url("@/static/images/study/cjdc/wordView/playing-btn.gif");}
|
|
|
-
|
|
|
+
|
|
|
// 清空按钮
|
|
|
.pin-tip{width: 560rpx;margin: 24rpx auto 0;font-size: 26rpx;text-align: center;border-radius: 8rpx;
|
|
|
color: #015fb0;border: 1rpx dashed #015fb0;box-sizing: border-box;padding: 10rpx 0;}
|
|
@@ -1915,7 +2015,7 @@
|
|
|
.clean-btn{width: 171rpx;height:58rpx;@include ezy-no-repeat-cover;margin: 24rpx auto 0;
|
|
|
background-image: url("@/static/images/study/cjdc/wordView/clean-btn.png");
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// 音标播放
|
|
|
.yb-play-box{
|
|
|
background-color: rgba(255, 255, 255, 0.6);display: inline-block;margin: 32rpx auto 0;
|
|
@@ -1926,9 +2026,9 @@
|
|
|
display: inline-block;vertical-align: middle;}
|
|
|
.yb-play-btn{background-image: url("@/static/images/study/cjdc/wordView/yb-play-btn.png");}
|
|
|
.yb-playing-btn{background-image: url("@/static/images/study/cjdc/wordView/yb-playing-btn.gif");}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// 带点的单词展示
|
|
|
.word-circle-box{
|
|
|
width: 100%;overflow: hidden;word-wrap: break-word;word-break: break-all;line-height: 1.8;
|
|
@@ -1950,7 +2050,7 @@
|
|
|
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;}
|
|
@@ -1971,7 +2071,7 @@
|
|
|
position: absolute;top: 46%;}
|
|
|
.word-view-page::before{left: 60rpx;}
|
|
|
.word-view-page::after{right: 60rpx;transform: rotate(180deg);}
|
|
|
-
|
|
|
+
|
|
|
// 单词详情- 学
|
|
|
.words-xue-box{
|
|
|
text-align: center;
|
|
@@ -1999,7 +2099,7 @@
|
|
|
.item-top{background-color: #e7f2f9;}
|
|
|
.item-bottom{background-color: #9cd4ef;}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.cg-item-list{
|
|
|
.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;padding: 24rpx 0;}
|
|
@@ -2014,8 +2114,8 @@
|
|
|
.isOdd{color: #ff9a01;}
|
|
|
.cg-symbol{margin: 0 10rpx;display: flex;align-items: center;}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
.xue-change-btn-box{
|
|
|
display: flex;justify-content: center;border-bottom: 1rpx dashed #8dcff1;margin: 0 20rpx;padding: 32rpx 0 42rpx;
|
|
|
.change-btn{
|
|
@@ -2031,7 +2131,7 @@
|
|
|
.change-btn:last-child::after{transform: rotate(180deg);}
|
|
|
.change-btn.active:last-child::after{transform: unset;}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.xue-details-content-box{text-align: left;margin-top: 12rpx;}
|
|
|
}
|
|
|
|
|
@@ -2069,7 +2169,7 @@
|
|
|
.words-item{background-color: #ddffdd;color: #36c336;}
|
|
|
.words-item:last-child::after{background-image: url("@/static/images/study/cjdc/wordView/word-right-icon.png");}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
// 选择单词
|
|
|
.pin-words-change-box{
|
|
|
margin-bottom: 32rpx;
|
|
@@ -2080,7 +2180,7 @@
|
|
|
.pin-words-change-box.pin-small-words-box{
|
|
|
.words-item{line-height: 90rpx;}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
@media (max-height: 600px) {
|
|
|
// 拼
|
|
|
.words-pin-box{
|
|
@@ -2098,7 +2198,7 @@
|
|
|
.du-body-box{flex: 1;text-align: center;}
|
|
|
.du-yb-play-box{margin: 56rpx 0 42rpx;}
|
|
|
.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;}
|
|
@@ -2152,10 +2252,10 @@
|
|
|
.show-words-box{margin: 12rpx auto 0;}
|
|
|
.yb-play-box{margin: 12rpx auto 0;}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
-// 单词详情-背
|
|
|
+// 单词详情-背
|
|
|
.words-bei-box{
|
|
|
display: flex;flex-direction: column;text-align: center;
|
|
|
height: calc(100vh - 380rpx - var(--status-bar-height));
|
|
@@ -2180,9 +2280,9 @@
|
|
|
// background-color: #ddffdd;
|
|
|
.words-answer-right-box{color: #36c336;}
|
|
|
.words-answer-right-box::after{background-image: url("@/static/images/study/cjdc/wordView/word-right-icon.png");}
|
|
|
-
|
|
|
+
|
|
|
.bei-body-box{flex: 1;overflow-y: auto;}
|
|
|
-
|
|
|
+
|
|
|
// 键盘
|
|
|
.words-keyboard-box{
|
|
|
background-color: #e5e8ee;box-sizing: border-box;padding: 24rpx 0;
|
|
@@ -2281,7 +2381,7 @@
|
|
|
.uni-list{background-color: transparent!important;}
|
|
|
.uni-list--border-top,.uni-list--border-bottom{display: none;}
|
|
|
.uni-list-item__container{padding: 0!important;}
|
|
|
-
|
|
|
+
|
|
|
.learn-record-scroll-view{
|
|
|
margin-top: 16rpx;overflow-y: auto;height: calc(100vh - 370rpx - var(--status-bar-height));
|
|
|
box-sizing: border-box;padding: 0 20rpx;
|