tab2.page.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .search-bar {
  2. padding: 10px;
  3. text-align: center;
  4. }
  5. .search-bar input {
  6. width: 80%;
  7. padding: 8px;
  8. border: 1px solid #ccc;
  9. border-radius: 4px;
  10. }
  11. .header {
  12. height: 80px;
  13. margin-top:-10px
  14. }
  15. ion-content {
  16. height: 100%;
  17. width: 100%;
  18. }
  19. .content {
  20. margin-top: -5px;
  21. -height: 100%;
  22. width: 100%;
  23. }
  24. ion-card-header {
  25. font-size: 1.5em;
  26. height: auto;
  27. }
  28. ion-card {
  29. width: 100%;
  30. height: 100%;
  31. margin: 0;
  32. padding: 0;
  33. border-radius: 0;
  34. box-shadow: none;
  35. }
  36. ion-card-content {
  37. font-size: 1.2em;
  38. width: 100%;
  39. height: auto;
  40. }
  41. ion-segment-view {
  42. height: auto;
  43. width: 100%;
  44. }
  45. ion-segment-content {
  46. // display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. }
  50. ion-segment-content:nth-of-type(5) {
  51. background: lightpink;
  52. }
  53. ion-segment-content:nth-of-type(2) {
  54. background: lightblue;
  55. }
  56. ion-segment-content:nth-of-type(3) {
  57. background: lightgreen;
  58. }
  59. // .tabs {
  60. // display: flex;
  61. // justify-content: space-around;
  62. // padding: 0px 0;
  63. // background-color: #f8f8f8;
  64. // }
  65. // .tabs ion-button {
  66. // flex: 1;
  67. // text-align: center;
  68. // // border: none;
  69. // --background: transparent;
  70. // --color-checked: #4caf50;
  71. // --indicator-color: #4caf50;
  72. // --color: #666;
  73. // --color-focused: #4caf50;
  74. // --color-hover: #4caf50;
  75. // --color-activated: #4caf50;
  76. // --color-selected: #4caf50;
  77. // }
  78. // .tab {
  79. // cursor: pointer;
  80. // padding: 0px 0px;
  81. // }
  82. // .tab.active {
  83. // color: rgb(81, 255, 0);
  84. // background-color: rgb(255, 255, 255);
  85. // }
  86. //