|
@@ -29,7 +29,7 @@ view{box-sizing: border-box;}
|
|
|
|
|
|
/***** tabbar *****/
|
|
|
.phone-custom-tabbar{
|
|
|
- width: 100%;height: 150rpx;background-color: #fff;border-top: 1rpx solid #e5e4e4;z-index: 9;
|
|
|
+ width: 100%;height: 130rpx;background-color: #fff;border-top: 1rpx solid #e5e4e4;z-index: 9;
|
|
|
position: fixed;left: var(-window-left);right: var(-window right);bottom: var(--window-bottom);
|
|
|
box-sizing: border-box;padding-bottom: env(safe-area-inset-bottom);display: flex;justify-content: space-around;align-items: center;
|
|
|
.tabbar-item{text-align: center;width: 160rpx;}
|
|
@@ -37,6 +37,10 @@ view{box-sizing: border-box;}
|
|
|
.tabbar-item-text{font-size: 28rpx;color: #333;}
|
|
|
}
|
|
|
|
|
|
+/***** list列表滚动 *****/
|
|
|
+.phone-scroll-view{
|
|
|
+ .uni-load-more{margin-bottom:var(--status-bar-height);}
|
|
|
+}
|
|
|
|
|
|
/***** 富文本处理 *****/
|
|
|
@mixin ezy-rich-text() {
|