/**index.wxss**/ /*看*/ @import "/component/hot/hot.wxss"; /*搜索*/ /* @import "/component/search/search.wxss"; */ /*我的*/ /* @import "/component/mys/mys.wxss"; */ .template { height: 100%; } .scroll-view { height: 100%; } .top-tab { position: fixed; top: 0; width: 100%; height: 80rpx; background:#fff; color: #6a6a6a; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; } .tabbar { flex: 1; display: flex; justify-content: center; align-items: center; width: 125rpx; height: 60rpx; font-size: 32rpx; border-radius: 100rpx; background: #fff; } .select { background: #61ca54; color: #fff; } .bottom-tab image { width: 54rpx; height: 54rpx; margin-right: 20rpx; } .jurisdiction { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }