index.wxss 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. .container{
  9. background: rgba(240,241,245,1);
  10. }
  11. .template {
  12. height: 100%;
  13. }
  14. .scroll-view {
  15. height: 100%;
  16. }
  17. .top-tab {
  18. position: fixed;
  19. top: 0;
  20. width: 100%;
  21. height: 80rpx;
  22. background:#fff;
  23. color: #6a6a6a;
  24. box-sizing: border-box;
  25. display: flex;
  26. justify-content: space-between;
  27. align-items: center;
  28. margin-bottom: 15rpx;
  29. }
  30. .tabbar {
  31. flex: 1;
  32. display: flex;
  33. justify-content: center;
  34. align-items: center;
  35. width: 125rpx;
  36. height: 60rpx;
  37. font-size: 36rpx;
  38. border-radius: 100rpx;
  39. background: #fff;
  40. }
  41. .select {
  42. color: #000;
  43. font-size: 40rpx;
  44. font-family: SourceHanSansSC-bold;
  45. }
  46. .bottom-tab image {
  47. width: 54rpx;
  48. height: 54rpx;
  49. margin-right: 20rpx;
  50. }
  51. .jurisdiction {
  52. position: absolute;
  53. left: 50%;
  54. top: 50%;
  55. transform: translate(-50%,-50%);
  56. }