Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

128 wiersze
1.8 KiB

  1. /* Pages/menu/menu.wxss */
  2. .bg{
  3. margin: 0;
  4. padding: 0;
  5. background-color: #7B8B6F;
  6. position: relative;
  7. height: 73px;
  8. width: 88%;
  9. }
  10. .title{
  11. margin: 0px;
  12. position: relative;
  13. left: 0px;
  14. top: 20px;
  15. font-weight: bold;
  16. font-size: 36px;
  17. color:#F0EBE5;
  18. }
  19. .title image{
  20. width: 35px;
  21. height: 32px;
  22. }
  23. .margin{
  24. margin: 0;
  25. padding: 2px;
  26. background-color: #F0EBE5;
  27. position: relative;
  28. height: 1.2px;
  29. width: 88%;
  30. }
  31. .body{
  32. margin: 0;
  33. padding: 0;
  34. background-color: #7B8B6F;
  35. position: relative;
  36. height: 90vh;
  37. width: 88vw;
  38. }
  39. button {
  40. margin: 0;
  41. padding-right: 10%;
  42. background-color: inherit;
  43. position: static;
  44. color:#F0EBE5;
  45. font-weight: bolder;
  46. float: right;
  47. }
  48. button:after {
  49. content: none;
  50. }
  51. button::after {
  52. border: none;
  53. }
  54. .id{
  55. margin: 5px;
  56. padding: 10px;
  57. font-weight: bold;
  58. font-size: 26px;
  59. color:#F0EBE5;
  60. text-align: center;
  61. }
  62. .id image{
  63. width: 34px;
  64. height: 32px;
  65. position: absolute;
  66. left: 13%;
  67. color:#F0EBE5;
  68. }
  69. .travel{
  70. margin: 5px;
  71. padding: 10px;
  72. font-weight: bold;
  73. font-size: 26px;
  74. color:#F0EBE5;
  75. text-align: center;
  76. }
  77. .travel image{
  78. width: 34px;
  79. height: 34px;
  80. color:#F0EBE5;
  81. position: absolute;
  82. left: 13%;
  83. }
  84. .share{
  85. margin: 5px;
  86. padding: 10px;
  87. font-weight: bold;
  88. font-size: 26px;
  89. color:#F0EBE5;
  90. text-align: center;
  91. }
  92. .share image{
  93. width: 30px;
  94. height: 30px;
  95. color:#F0EBE5;
  96. position: absolute;
  97. left: 13%;
  98. }
  99. .bot{
  100. margin: 5px;
  101. padding: 10px;
  102. font-weight: bold;
  103. font-size: 26px;
  104. color:#F0EBE5;
  105. text-align: center;
  106. }
  107. .bot image{
  108. width: 30px;
  109. height: 30px;
  110. color:#F0EBE5;
  111. position: absolute;
  112. left: 13%;
  113. }