index.wxss 941 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /**index.wxss**/
  2. /*看*/
  3. @import "/component/look/look.wxss";
  4. /*搜索*/
  5. @import "/component/search/search.wxss";
  6. /*我的*/
  7. @import "/component/mys/mys.wxss";
  8. .template {
  9. height: 100%;
  10. }
  11. .scroll-view {
  12. height: 100%;
  13. }
  14. .bottom-tab {
  15. position: fixed;
  16. bottom: 28rpx;
  17. left: 5%;
  18. width: 90%;
  19. height: 152rpx;
  20. background: #fff;
  21. color: #6a6a6a;
  22. border-radius: 152rpx;
  23. box-sizing: border-box;
  24. display: flex;
  25. justify-content: space-between;
  26. align-items: center;
  27. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  28. }
  29. .tabbar {
  30. flex: 1;
  31. display: flex;
  32. justify-content: center;
  33. align-items: center;
  34. height: 100%;
  35. font-size: 48rpx;
  36. border-radius: 152rpx;
  37. }
  38. .select {
  39. background: #fece00;
  40. color: #000;
  41. }
  42. .bottom-tab image {
  43. width: 54rpx;
  44. height: 54rpx;
  45. margin-right: 20rpx;
  46. }
  47. .jurisdiction {
  48. position: absolute;
  49. left: 50%;
  50. top: 50%;
  51. transform: translate(-50%,-50%);
  52. }