2025-08-29 09:51:02 +08:00
|
|
|
.tab-bar {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2026-01-30 09:54:26 +08:00
|
|
|
height: 48px;
|
2026-04-03 09:49:37 +08:00
|
|
|
/* background: url('https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN62JHV37KC4W8K8A391MS3Y.png')
|
|
|
|
|
no-repeat; */
|
|
|
|
|
background: url(' https://pay-prod-1369486729.cos.ap-guangzhou.myqcloud.com/uploads/cs-test/01KN62VGEVV8NSR4GDDQAYC2JV.png')
|
|
|
|
|
no-repeat;
|
|
|
|
|
background-size: 100% auto;
|
2025-08-29 09:51:02 +08:00
|
|
|
display: flex;
|
2026-01-30 09:54:26 +08:00
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
2025-08-29 09:51:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-bar-border {
|
2026-01-30 09:54:26 +08:00
|
|
|
background-color: rgba(0, 0, 0, 0.33);
|
2025-08-29 09:51:02 +08:00
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 1px;
|
|
|
|
|
transform: scaleY(0.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab-bar-item {
|
|
|
|
|
flex: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
2026-01-30 09:54:26 +08:00
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
2025-08-29 09:51:02 +08:00
|
|
|
}
|
2026-04-03 09:49:37 +08:00
|
|
|
.tab-bar-item-center {
|
|
|
|
|
flex: 1;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2025-08-29 09:51:02 +08:00
|
|
|
|
|
|
|
|
.tab-bar-item image {
|
2026-01-30 09:54:26 +08:00
|
|
|
width: 27px;
|
|
|
|
|
height: 27px;
|
2025-08-29 09:51:02 +08:00
|
|
|
}
|
|
|
|
|
|
2026-04-03 09:49:37 +08:00
|
|
|
.tab-bar-item-center .tab-bar-item-icon {
|
|
|
|
|
width: 120rpx !important;
|
|
|
|
|
height: 120rpx !important;
|
|
|
|
|
margin-bottom: 70rpx;
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-29 09:51:02 +08:00
|
|
|
.tab-bar-item view {
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|