|
|
- /* Pages/menu/menu.wxss */
-
- .bg{
- margin: 0;
- padding: 0;
- background-color: #7B8B6F;
- position: relative;
- height: 73px;
- width: 88%;
- }
-
- .title{
- margin: 0px;
- position: relative;
- left: 0px;
- top: 20px;
- font-weight: bold;
- font-size: 36px;
- color:#F0EBE5;
- }
-
- .title image{
- width: 35px;
- height: 32px;
- }
-
- .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: 0;
- padding-right: 10%;
- background-color: inherit;
- position: static;
- color:#F0EBE5;
- font-weight: bolder;
- float: right;
- }
-
- button:after {
- content: none;
- }
-
- button::after {
- border: none;
- }
-
- .id{
- margin: 5px;
- padding: 10px;
- font-weight: bold;
- font-size: 26px;
- color:#F0EBE5;
- text-align: center;
- }
-
- .id image{
- width: 34px;
- height: 32px;
- position: absolute;
- left: 13%;
- color:#F0EBE5;
- }
-
- .travel{
- margin: 5px;
- padding: 10px;
- font-weight: bold;
- font-size: 26px;
- color:#F0EBE5;
- text-align: center;
- }
-
- .travel image{
- width: 34px;
- height: 34px;
- color:#F0EBE5;
- position: absolute;
- left: 13%;
- }
-
- .share{
- margin: 5px;
- padding: 10px;
- font-weight: bold;
- font-size: 26px;
- color:#F0EBE5;
- text-align: center;
- }
-
- .share image{
- width: 30px;
- height: 30px;
- color:#F0EBE5;
- position: absolute;
- left: 13%;
- }
-
- .bot{
- margin: 5px;
- padding: 10px;
- font-weight: bold;
- font-size: 26px;
- color:#F0EBE5;
- text-align: center;
- }
-
- .bot image{
- width: 30px;
- height: 30px;
- color:#F0EBE5;
- position: absolute;
- left: 13%;
- }
|