Commit 3780c5caf4341c6872d7fde8ec230f832a630697

Authored by yvan.ni
1 parent e3a4ef4c

服务卡项拼团的商品详情页的优化

packageA/pages/serviceCard_pd/goodsInfo/goodsInfo.wxss
... ... @@ -2967,3 +2967,9 @@ button.custom-service::after{
2967 2967 max-width:370rpx; flex-shrink: 0;
2968 2968 }
2969 2969  
  2970 +.type-navbar_box{
  2971 + position: fixed;
  2972 + top: 0;
  2973 + z-index: 9999;
  2974 + width: 100%;
  2975 +}
2970 2976 \ No newline at end of file
... ...