index.wxss 864 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /**index.wxss**/
  2. /*看*/
  3. @import "/component/hot/hot.wxss";
  4. /*搜索*/
  5. /* @import "/component/search/search.wxss"; */
  6. /*我的*/
  7. /* @import "/component/mys/mys.wxss"; */
  8. .template {
  9. height: 100%;
  10. }
  11. .scroll-view {
  12. height: 100%;
  13. }
  14. .top-tab {
  15. position: fixed;
  16. top: 0;
  17. width: 100%;
  18. height: 80rpx;
  19. background:#fff;
  20. color: #6a6a6a;
  21. box-sizing: border-box;
  22. display: flex;
  23. justify-content: space-between;
  24. align-items: center;
  25. }
  26. .tabbar {
  27. flex: 1;
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. width: 125rpx;
  32. height: 60rpx;
  33. font-size: 32rpx;
  34. border-radius: 100rpx;
  35. background: #fff;
  36. }
  37. .select {
  38. background: #61ca54;
  39. color: #fff;
  40. }
  41. .bottom-tab image {
  42. width: 54rpx;
  43. height: 54rpx;
  44. margin-right: 20rpx;
  45. }
  46. .jurisdiction {
  47. position: absolute;
  48. left: 50%;
  49. top: 50%;
  50. transform: translate(-50%,-50%);
  51. }