index.wxss 970 B

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