page {
|
box-sizing: border-box;
|
padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
|
}
|
|
.home-page-header {
|
position: relative;
|
}
|
|
.home-page-header .search {
|
position: absolute;
|
top: 20rpx;
|
left: 0;
|
width: 100%;
|
z-index: 99;
|
}
|
|
.home-page-header .t-search__input-container {
|
border-radius: 15rpx !important;
|
margin: 0 24rpx;
|
height: 64rpx !important;
|
}
|
|
.home-page-header .t-search__input {
|
font-size: 28rpx !important;
|
color: rgb(116, 116, 116) !important;
|
}
|
|
.home-page-header .swiper-wrap .t-swiper-host {
|
border-radius: 0;
|
}
|
|
.home-page-header .t-image__swiper {
|
width: 100%;
|
height: 300rpx;
|
}
|
|
.home-page-container {
|
display: block;
|
padding: 0 24rpx;
|
}
|
|
.tabCardPublic {
|
width: 100%;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding: 20rpx 5rpx;
|
box-sizing: border-box;
|
}
|
|
.tabCardPublic .icon {
|
width: 246rpx;
|
height: 72rpx;
|
}
|
|
.tabCardPublic .icon .t-image {
|
width: 100%;
|
height: 100%
|
}
|
|
.tabCardPublic .more {
|
font-size: 24rpx;
|
color: #999;
|
}
|