@import "../../uvue.wxss";
|
|
:host{display:flex;flex-direction:column}
|
|
|
|
.header_infos{
|
|
height: 10%;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
background-color: #f8f8f8;
|
|
}
|
|
.header_info_right{
|
|
width: 80%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* left: 40%; */
|
|
}
|
|
.contents{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.scroll-view {
|
|
flex: 1;
|
|
height: 100%;
|
|
/* margin-top: 10%; */
|
|
background-color: #ffffff;
|
|
}
|
|
.content{
|
|
height: 5%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
border-bottom: 0.01rem solid #e0e0e0;
|
|
/* height: 15%; */
|
|
}
|
|
.content-left{
|
|
font-size: 0.8rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.content-right{
|
|
margin-left: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|