index.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /**index.wxss**/
  2. /*热门推荐*/
  3. @import "/component/hot/hot.wxss";
  4. /*热团*/
  5. @import "/component/group/group.wxss";
  6. /*关注*/
  7. @import "/component/follow/follow.wxss";
  8. /*我的*/
  9. @import "/component/my/my.wxss";
  10. .container{
  11. background: rgba(240,241,245,1);
  12. }
  13. .template {
  14. height: 100%;
  15. }
  16. .scroll-view {
  17. height: 100%;
  18. }
  19. .top-tab {
  20. position: fixed;
  21. top: 0;
  22. width: 100%;
  23. height: 80rpx;
  24. background:#fff;
  25. color: #6a6a6a;
  26. box-sizing: border-box;
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. margin-bottom: 15rpx;
  31. z-index:1;
  32. padding: 0 10rpx 0;
  33. }
  34. .tabbar {
  35. flex: 1;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. width: 164rpx;
  40. height: 64rpx;
  41. font-size: 36rpx;
  42. border-radius: 30rpx;
  43. background: #fff;
  44. }
  45. .select {
  46. color: #fff;
  47. /* font-size: 40rpx; */
  48. /* font-family: SourceHanSansSC-bold; */
  49. background: #61ca54;
  50. }
  51. .bottom-tab image {
  52. width: 54rpx;
  53. height: 54rpx;
  54. margin-right: 20rpx;
  55. }
  56. .jurisdiction {
  57. position: absolute;
  58. left: 50%;
  59. top: 50%;
  60. transform: translate(-50%,-50%);
  61. }