94 lines
1.5 KiB
Plaintext

.tab-bar {
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
right: 0;
height: 58px;
background: white;
display: flex;
background: url(https://jyw-1322946948.cos.ap-guangzhou.myqcloud.com/upload/DgfqASHqzBsL7FFqgPw8c.png)
no-repeat top;
background-size: 100% 58px;
}
.tab-bar-border {
/* background-color: rgba(0, 0, 0, 0.33); */
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
transform: scaleY(0.5);
}
.tab-bar-item {
flex: 1;
text-align: center;
display: flex;
position: relative;
justify-content: center;
padding-top: 15rpx;
}
.tab-bar-item image {
width: 25px;
height: 25px;
margin-bottom: 5rpx;
}
.tab-bar-item view {
font-size: 10px;
}
.about-bar-item {
height: 48px;
width: 48px;
}
.about-bar-item-center {
width: 180rpx;
height: 180rpx;
position: absolute;
top: -70rpx;
z-index: 1;
}
.about-bar-item-center image {
width: 100%;
height: 100%;
}
/* .about-bar-item-center{
width:116rpx;
height:116rpx;
background-color:#fff;
position:absolute;
border-top-left-radius: 100%;
border-top-right-radius: 100%;
top:-50rpx;
box-shadow:0 -1px 2px -1px rgba(0, 0, 0, 0.1);
border-top:10rpx solid #fff;
border-right:10rpx solid #fff;
border-left:10rpx solid #fff;
z-index:1;
}
.about-bar-item-center image{
width:116rpx;
height:116rpx;
} */
.text_name {
height: 30rpx;
}
.ai_items {
position: relative;
bottom: 95rpx;
}
.ai_items image {
width: 110rpx;
height: 110rpx;
}
.ai_name {
padding-top: 18rpx;
}