|
@@ -613,7 +613,12 @@
|
|
/* #ifdef APP-PLUS */
|
|
/* #ifdef APP-PLUS */
|
|
height: 100vh;
|
|
height: 100vh;
|
|
/* #endif */
|
|
/* #endif */
|
|
- .jz-scroll-view {height: calc(100vh - 270rpx - var(--status-bar-height));}
|
|
|
|
|
|
+ /* #ifdef APP-PLUS */
|
|
|
|
+ .jz-scroll-view{height: calc(100vh - 380rpx - var(--status-bar-height));}
|
|
|
|
+ /* #endif */
|
|
|
|
+ /* #ifdef H5 */
|
|
|
|
+ .jz-scroll-view{height: calc(100vh - 460rpx);}
|
|
|
|
+ /* #endif */
|
|
.all-type-box{
|
|
.all-type-box{
|
|
position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
position: absolute;top: 80rpx;left: 0;right: 0;bottom: 0;
|
|
z-index: 2;background-color: rgba(0,0,0,0.3);
|
|
z-index: 2;background-color: rgba(0,0,0,0.3);
|
|
@@ -757,6 +762,10 @@
|
|
.bzxx-list-page{
|
|
.bzxx-list-page{
|
|
width:100%;background-color: #f8f9fd;position: absolute;top: calc(170rpx + var(--status-bar-height));bottom: 0;
|
|
width:100%;background-color: #f8f9fd;position: absolute;top: calc(170rpx + var(--status-bar-height));bottom: 0;
|
|
display: flex;flex-direction: column;
|
|
display: flex;flex-direction: column;
|
|
|
|
+ .bz-new-btn-box{
|
|
|
|
+ padding: 20rpx 24rpx 20rpx;background-color: #f4f6fa;box-sizing: border-box;
|
|
|
|
+ .phone-green-btn{font-size: 28rpx;}
|
|
|
|
+ }
|
|
.bzxx-wrap-box{flex: 1;overflow: auto;padding-bottom: 140rpx;}
|
|
.bzxx-wrap-box{flex: 1;overflow: auto;padding-bottom: 140rpx;}
|
|
.bzxx-card-box{background-color: #fff;padding:24rpx 38rpx;font-size: 28rpx;color: #666;line-height: 1;margin-top: 20rpx;}
|
|
.bzxx-card-box{background-color: #fff;padding:24rpx 38rpx;font-size: 28rpx;color: #666;line-height: 1;margin-top: 20rpx;}
|
|
.name-btn-box{
|
|
.name-btn-box{
|