12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @import "/component/look/look.wxss";
- @import "/component/search/search.wxss";
- @import "/component/mys/mys.wxss";
- .template {
- height: 100%;
- }
- .scroll-view {
- height: 100%;
- }
- .bottom-tab {
- position: fixed;
- bottom: 28rpx;
- left: 5%;
- width: 90%;
- height: 152rpx;
- background: #fff;
- color: #6a6a6a;
- border-radius: 152rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .tabbar {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- font-size: 48rpx;
- border-radius: 152rpx;
- }
- .select {
- background: #fece00;
- color: #000;
- }
- .bottom-tab image {
- width: 54rpx;
- height: 54rpx;
- margin-right: 20rpx;
- }
- .jurisdiction {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%,-50%);
- }
|