123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- /**index.wxss**/
- /*热门推荐*/
- @import "/component/hot/hot.wxss";
- /*热团*/
- @import "/component/group/group.wxss";
- /*关注*/
- @import "/component/follow/follow.wxss";
- /*我的*/
- @import "/component/my/my.wxss";
- .container{
- background: rgba(240,241,245,1);
- }
- .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;
- margin-bottom: 15rpx;
- z-index:1;
- padding: 0 10rpx 0;
- }
- .tabbar {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 164rpx;
- height: 64rpx;
- font-size: 36rpx;
- border-radius: 30rpx;
- background: #fff;
- }
- .select {
- color: #fff;
- /* font-size: 40rpx; */
- /* font-family: SourceHanSansSC-bold; */
- background: #61ca54;
- }
- .bottom-tab image {
- width: 54rpx;
- height: 54rpx;
- margin-right: 20rpx;
- }
- .jurisdiction {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%,-50%);
- }
|