/* Pages/id/id.wxss */
|
|
.hg{
|
|
padding: 0;
|
|
margin: 0;
|
|
position: relative;
|
|
width: 50px;
|
|
height: 130px;
|
|
top: 60vh;
|
|
left: 60vw;
|
|
bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.navi{
|
|
width: 40px;
|
|
height: 30px;
|
|
margin: 5px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.save{
|
|
background-color: #7B8B6F;
|
|
width: 33vw;
|
|
height: 6vh;
|
|
font-size: 30px;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
position: relative;
|
|
top: 60vh;
|
|
left: 26vw;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.info{
|
|
position: relative;
|
|
top: 10vh;
|
|
left: 10vw;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.avatar{
|
|
width: 20vw;
|
|
background-color: #D8CAAF;
|
|
height: 10vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.all{
|
|
width: 20vw;
|
|
height: 5vh;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
background-color: #D8CAAF;
|
|
}
|
|
|