123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .scrollswiper {
- width: 100%;
- position: relative;
- }
- .titleFixed {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 99;
- padding-top: 0;
- background-color: transparent;
- }
- .swiper {
- height: 300rpx;
- }
- .swiper-item {
- display: block;
- height: 100%!important;
- line-height: 300rpx;
- text-align: center;
- }
- .tip {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding: 36rpx 32rpx;
- }
- .giveList {
- padding: 10rpx 12rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .giveItem {
- width: 18%;
- height: 120rpx;
- margin: 10rpx 20rpx;
- /* background-color: #909399 */
- }
- .active {
- color: #F76260;
- }
- .listType {
- }
|