仿互站小程序

This commit is contained in:
Drawfans
2020-06-09 16:17:23 +08:00
commit 7bfd53851e
321 changed files with 22890 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
@import "../area/index.wxss";
.van-tabbar-item {
color: #7d7e80;
height: 100%;
display: flex;
line-height: 1;
font-size: 12px;
align-items: center;
flex-direction: column;
justify-content: center;
}
.van-tabbar-item__icon {
font-size: 18px;
margin-bottom: 5px;
position: relative;
}
.van-tabbar-item__icon--dot:after {
top: 0;
right: -8px;
width: 8px;
height: 8px;
content: " ";
position: absolute;
border-radius: 100%;
background-color: #f44;
}
.van-tabbar-item__icon image {
width: 30px;
height: 18px;
display: block;
}
.van-tabbar-item--active {
color: #1989fa;
}