@import "../../uvue.wxss";
|
|
:host{display:flex;flex-direction:column}
|
|
|
|
.containers {
|
|
display: flex;
|
|
flex-direction: row;
|
|
height: 90%;
|
|
}
|
|
.header_info{
|
|
height:10%;
|
|
width: 100%;
|
|
background-color: #f8f8f8;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.header_info_right{
|
|
width: 100%;
|
|
color: #101010;
|
|
display: flex;
|
|
margin-left: 35%;
|
|
/* justify-content: center; */
|
|
}
|
|
.scroll-view {
|
|
flex: 1;
|
|
height: 100%;
|
|
/* margin-top: 10%; */
|
|
background-color: #ffffff;
|
|
}
|
|
.index-bar {
|
|
width: 1rem;
|
|
height: 90%;
|
|
margin-top: 15%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
/* background-color: #f0f0f0; */
|
|
background: transparent;
|
|
}
|
|
.test{
|
|
width: 100%;
|
|
margin: 0.2rem 0.2rem 0.2rem 0;
|
|
font-size: 0.7rem;
|
|
color: #b1b1b1;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.test1{
|
|
background-color: #047af9;
|
|
border-radius: 50%;
|
|
}
|
|
.index-letter {
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
padding: 10px;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.car-item {
|
|
padding: 10px;
|
|
border-bottom: 0.01rem solid #e0e0e0;
|
|
font-size: 0.8rem;
|
|
}
|