23 lines
429 B
CSS
23 lines
429 B
CSS
.tabbar-wrapper[data-v-425207e6] {
|
|
max-width: 460px;
|
|
height: 56px;
|
|
background: #fff;
|
|
box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem #f2f2f2;
|
|
}
|
|
.pos[data-v-425207e6] {
|
|
position: relative;
|
|
top: -2.5rem;
|
|
z-index: 5;
|
|
width: 25rem;
|
|
}
|
|
.pos .tabs[data-v-425207e6] {
|
|
display: inline-block;
|
|
width: 10rem;
|
|
height: 10rem;
|
|
border-radius: 50%;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.pos .tabs img[data-v-425207e6] {
|
|
margin-top: 2rem;
|
|
}
|