123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* pages/drop/drop.wxss */
- .bground{
- background:#000;
- color:white;
- height:100%;
- width:100%;
- }
- .dropTop{
- font-size:1.8rem;
- position:relative;
- color:red;
- top:0;
- left:0;
- height:58px;
- line-height:58px;
- border-bottom:1px solid #fff;
- }
- .swiper-tab{
- width: 100%;
- text-align: center;
- line-height: 80rpx;
- }
- .swiper-tab-list{
- font-size: 30rpx;
- display: inline-block;
- width: 33.33%;
- color: #777777;
- }
- .on{
- color:#D81E06;
- border-bottom: 3rpx solid #D81E06;
- }
- .swiper-box{
- display: block;
- height: 100%;
- width: 100%;
- overflow: hidden;
- }
- .swiper-box view{
- text-align: center;
- }
|