Commit 3ac7cdca by 高淑倩

add: tabBar

parent 24bba0be
/* component/bottomTabs/bottomTabs.wxss */
@import './../../base/base.wxss';
.bottom-tab {
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
.tab-img {
width: 50rpx;
height: 50rpx;
width: 50rpx;
height: 50rpx;
}
.tab {
flex: 1;
text-align: center;
flex: 1;
text-align: center;
}
.bgc {
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0px -4px 10px 0px rgba(232, 232, 232, 0.95);
}
.pdt {
padding-top: 50rpx;
}
\ No newline at end of file
padding-top: 50rpx;
}
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