|
@@ -1825,7 +1825,7 @@
|
|
|
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");
|
|
|
.ezy-border-body{
|
|
|
- width: 94%;height: 90vh;margin: 3% 3%;display: flex;flex-direction: column;
|
|
|
+ width: 94%;height: calc(100vh - 170rpx - var(--status-bar-height));margin: 3% 3%;display: flex;flex-direction: column;
|
|
|
background-color: rgba(255, 255, 255, 0.6);border-radius:0 0 8rpx 8rpx;}
|
|
|
.word-title-box{
|
|
|
box-sizing: border-box;padding: 20rpx 24rpx;margin: 0 8rpx;text-align: justify;
|
|
@@ -1874,7 +1874,7 @@
|
|
|
.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;
|
|
|
- display: flex;justify-content: space-between;align-items: center;
|
|
|
+ display: flex;justify-content: space-between;align-items: center;flex-shrink: 0;
|
|
|
.collect-btn{
|
|
|
color: #fff;display: flex;flex-direction: column;align-items: center;
|
|
|
icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-bottom: 6rpx;
|
|
@@ -2232,7 +2232,7 @@
|
|
|
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");
|
|
|
.ezy-border-body{
|
|
|
- width: 94%;height: 90vh;margin: 3% 3%;display: flex;flex-direction: column;
|
|
|
+ width: 94%;height: calc(100vh - 170rpx - var(--status-bar-height));margin: 3% 3%;display: flex;flex-direction: column;
|
|
|
background-color: rgba(255, 255, 255, 0.6);border-radius:8rpx;}
|
|
|
.tab-head-box{
|
|
|
height: 100rpx!important;display: flex;justify-content: space-between;flex-shrink: 0;
|