flat: init
This commit is contained in:
21
unpackage/dist/dev/mp-weixin/pages/login/components/tabcontrol.wxss
vendored
Normal file
21
unpackage/dist/dev/mp-weixin/pages/login/components/tabcontrol.wxss
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.tab-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
.uni-margin-wrap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.swiper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.swiper-item {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
Reference in New Issue
Block a user