index.wxss 914 B

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