Commit 3ac7cdca by 高淑倩

add: tabBar

parent 24bba0be
/* component/bottomTabs/bottomTabs.wxss */ /* component/bottomTabs/bottomTabs.wxss */
@import './../../base/base.wxss'; @import './../../base/base.wxss';
.bottom-tab { .bottom-tab {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.tab-img { .tab-img {
width: 50rpx; width: 50rpx;
height: 50rpx; height: 50rpx;
} }
.tab { .tab {
flex: 1; flex: 1;
text-align: center; text-align: center;
} }
.bgc { .bgc {
background-size: 100% 100%; background-size: 100% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0px -4px 10px 0px rgba(232, 232, 232, 0.95);
} }
.pdt { .pdt {
padding-top: 50rpx; padding-top: 50rpx;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment