123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .recommend {
- position: relative;
- padding-top: 30rpx;
- padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
- .firstClassify {
- margin: 60rpx 0rpx;
- width: 100%;
- box-sizing: border-box;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: space-between;
- text-align: center;
- z-index: 2;
- .icon {
- width: 25%;
- height: 195rpx;
- }
- }
- .desktopTips {
- position: fixed;
- z-index: 999;
- right: 0rpx;
- .triangle {
- position: absolute;
- right: 124rpx;
- top: -26rpx;
- border: 20rpx solid #F9F9FF;
- border-top-color: transparent;
- border-left-color: transparent;
- border-right-color: transparent;
- }
- .tipsImg {
- width: 530rpx;
- height: 176rpx;
- }
- }
- }
|