app.less 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .page-index {
  2. display: flex;
  3. flex-direction: column;
  4. width: 100vw;
  5. height: 100vh;
  6. overflow: hidden;
  7. box-sizing: border-box;
  8. letter-spacing: 2px;
  9. // background-color: #f2f2f2;
  10. .index-navbar {
  11. flex: none;
  12. }
  13. .index-tabbar {
  14. flex: none;
  15. display: flex;
  16. height: 130px;
  17. text-align: center;
  18. box-sizing: border-box;
  19. padding: 14px 0 23px 0;
  20. box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.08);
  21. }
  22. .index-container {
  23. flex: 1;
  24. overflow: hidden;
  25. position: relative;
  26. }
  27. }
  28. // .custom-tabbar {
  29. // background: #ffffff;
  30. // box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.08);
  31. // .weui-tabbar__label {
  32. // color: #c0c8d3;
  33. // font-size: 30px;
  34. // font-weight: 800;
  35. // }
  36. // .weui-bar__item_on {
  37. // .weui-tabbar__label {
  38. // color: #202020;
  39. // font-size: 30px;
  40. // font-weight: 800;
  41. // }
  42. // }
  43. // }
  44. .purebtn {
  45. margin: 0;
  46. padding: 0;
  47. background: transparent;
  48. border: none;
  49. outline: none;
  50. line-height: 88px;
  51. &::after {
  52. border: none;
  53. }
  54. }