yuminge-app/yun-min-program-plugin-master/packageH/circleCommunity/components/circle_footer/circle_footer.wxss

66 lines
1.0 KiB
Plaintext

/* mycomponent/microIndex_footer.wxss */
@import "/mycss/iconfont.wxss";
.footer {
position: fixed;
bottom: 0;
width: 100%;
height: 100rpx;
background: #fff;
box-sizing: border-box;
z-index: 100;
}
.footer .ul {
box-sizing: border-box;
width: 100%;
height: 100rpx;
padding: 16rpx;
display: flex;
}
.footer .ul .a {
width: 25%;
font-size: 12px;
color: #828282;
display: flex;
justify-content: center;
align-items: center;
}
.footer .ul .a .li .top {
display: flex;
justify-content: center;
}
.footer .ul .a .li .top .iconfont {
font-size: 50rpx;
height: 50rpx;
display: flex;
align-items: center;
}
.footer .ul .a .li .top .iconfont.active {
color: #3175fe;
}
.footer .ul .openMyShop {
width: 72rpx;
height: 72rpx;
border-radius: 50%;
line-height: 40rpx;
box-sizing: border-box;
text-align: center;
position: relative;
bottom: 0;
font-size: 28rpx;
z-index: 100;
margin: 0 auto;
}
.footer .ul .normalIcon {
width: 40rpx;
height: 40rpx;
display: inline-block;
}