Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

120 rader
1.7 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: absolute;
  13. left: 20px;
  14. top: 20px;
  15. font-weight: bold;
  16. font-size: 36px;
  17. color:#F0EBE5;
  18. }
  19. .margin{
  20. margin: 0;
  21. padding: 2px;
  22. background-color: #F0EBE5;
  23. position: relative;
  24. height: 1.2px;
  25. width: 88%;
  26. }
  27. .body{
  28. margin: 0;
  29. padding: 0;
  30. background-color: #7B8B6F;
  31. position: relative;
  32. height: 90vh;
  33. width: 88vw;
  34. }
  35. button {
  36. margin-right: 10%;
  37. background-color: inherit;
  38. color:#F0EBE5;
  39. font-weight: bolder;
  40. float: right;
  41. }
  42. button:after {
  43. content: none;
  44. }
  45. button::after {
  46. border: none;
  47. }
  48. .id{
  49. display: flex;
  50. margin-left: 10vw;
  51. padding: 2vh;
  52. font-weight: bold;
  53. font-size: 26px;
  54. color:#F0EBE5;
  55. text-align: center;
  56. }
  57. .id image{
  58. width: 28px;
  59. height: 32px;
  60. color:#F0EBE5;
  61. justify-content: center;
  62. align-items: center;
  63. }
  64. .travel{
  65. display: flex;
  66. margin-left: 10vw;
  67. padding: 2vh;
  68. font-weight: bold;
  69. font-size: 26px;
  70. color:#F0EBE5;
  71. text-align: center;
  72. }
  73. .travel image{
  74. width: 28px;
  75. height: 34px;
  76. color:#F0EBE5;
  77. }
  78. .share{
  79. display: flex;
  80. margin-left: 10vw;
  81. padding: 2vh;
  82. font-weight: bold;
  83. font-size: 26px;
  84. color:#F0EBE5;
  85. text-align: center;
  86. }
  87. .share image{
  88. width: 32px;
  89. height: 32px;
  90. color:#F0EBE5;
  91. }
  92. .bot{
  93. display: flex;
  94. margin-left: 10vw;
  95. padding: 2vh;
  96. font-weight: bold;
  97. font-size: 26px;
  98. color:#F0EBE5;
  99. text-align: center;
  100. }
  101. .bot image{
  102. width: 34px;
  103. height: 34px;
  104. color:#F0EBE5;
  105. }