index.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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: #383838;
  26. box-sizing: border-box;
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. margin-bottom: 15rpx;
  31. z-index: 999;
  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: 60rpx;
  41. line-height: 60rpx;
  42. font-size: 32rpx;
  43. border-radius: 30rpx;
  44. background: #fff;
  45. }
  46. .select {
  47. color: #fff;
  48. /* font-size: 40rpx; */
  49. /* font-family: SourceHanSansSC-bold; */
  50. background: #61ca54;
  51. }
  52. .bottom-tab image {
  53. width: 54rpx;
  54. height: 54rpx;
  55. margin-right: 20rpx;
  56. }
  57. .jurisdiction {
  58. position: absolute;
  59. left: 50%;
  60. top: 50%;
  61. transform: translate(-50%, -50%);
  62. }