index.wxss 1023 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /**index.wxss**/
  2. /*热门推荐*/
  3. @import "/component/hot/hot.wxss";
  4. /*关注*/
  5. @import "/component/follow/follow.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. padding: 0 10rpx 0;
  30. }
  31. .tabbar {
  32. flex: 1;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. width: 164rpx;
  37. height: 64rpx;
  38. font-size: 36rpx;
  39. border-radius: 30rpx;
  40. background: #fff;
  41. }
  42. .select {
  43. color: #fff;
  44. /* font-size: 40rpx; */
  45. /* font-family: SourceHanSansSC-bold; */
  46. background: #61ca54;
  47. }
  48. .bottom-tab image {
  49. width: 54rpx;
  50. height: 54rpx;
  51. margin-right: 20rpx;
  52. }
  53. .jurisdiction {
  54. position: absolute;
  55. left: 50%;
  56. top: 50%;
  57. transform: translate(-50%,-50%);
  58. }