123456789101112131415161718192021222324 |
- .resourceBox {
- padding-bottom: calc(60rpx + env(safe-area-inset-bottom)) !important;
- }
- .firstClassify {
- position: fixed;
- top: 0;
- width: 100%;
- box-sizing: border-box;
- background-color: white;
- box-shadow: 0rpx 4rpx 10rpx 0rpx rgba(0, 0, 0, 0.07);
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: space-between;
- text-align: center;
- z-index: 2;
- }
- .firstClassify .icon {
- width: 25%;
- height: 195rpx;
- }
- .resourceBox {
- padding-top: 218rpx;
- }
|