Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

120 righe
1.7 KiB

/* Pages/menu/menu.wxss */
.bg{
margin: 0;
padding: 0;
background-color: #7B8B6F;
position: relative;
height: 73px;
width: 88%;
}
.title{
margin: 0px;
position: absolute;
left: 20px;
top: 20px;
font-weight: bold;
font-size: 36px;
color:#F0EBE5;
}
.margin{
margin: 0;
padding: 2px;
background-color: #F0EBE5;
position: relative;
height: 1.2px;
width: 88%;
}
.body{
margin: 0;
padding: 0;
background-color: #7B8B6F;
position: relative;
height: 90vh;
width: 88vw;
}
button {
margin-right: 10%;
background-color: inherit;
color:#F0EBE5;
font-weight: bolder;
float: right;
}
button:after {
content: none;
}
button::after {
border: none;
}
.id{
display: flex;
margin-left: 10vw;
padding: 2vh;
font-weight: bold;
font-size: 26px;
color:#F0EBE5;
text-align: center;
}
.id image{
width: 28px;
height: 32px;
color:#F0EBE5;
justify-content: center;
align-items: center;
}
.travel{
display: flex;
margin-left: 10vw;
padding: 2vh;
font-weight: bold;
font-size: 26px;
color:#F0EBE5;
text-align: center;
}
.travel image{
width: 28px;
height: 34px;
color:#F0EBE5;
}
.share{
display: flex;
margin-left: 10vw;
padding: 2vh;
font-weight: bold;
font-size: 26px;
color:#F0EBE5;
text-align: center;
}
.share image{
width: 32px;
height: 32px;
color:#F0EBE5;
}
.bot{
display: flex;
margin-left: 10vw;
padding: 2vh;
font-weight: bold;
font-size: 26px;
color:#F0EBE5;
text-align: center;
}
.bot image{
width: 34px;
height: 34px;
color:#F0EBE5;
}