index.wxss 763 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. }
  28. .tabbar {
  29. flex: 1;
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. height: 100%;
  34. font-size: 48rpx;
  35. border-radius: 152rpx;
  36. }
  37. .select {
  38. background: #fece00;
  39. color: #000;
  40. }
  41. .bottom-tab image {
  42. width: 54rpx;
  43. height: 54rpx;
  44. margin-right: 20rpx;
  45. }