drop.wxss 625 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* pages/drop/drop.wxss */
  2. .bground{
  3. background:#000;
  4. color:white;
  5. height:100%;
  6. width:100%;
  7. }
  8. .dropTop{
  9. font-size:1.8rem;
  10. position:relative;
  11. color:red;
  12. top:0;
  13. left:0;
  14. height:58px;
  15. line-height:58px;
  16. border-bottom:1px solid #fff;
  17. }
  18. .swiper-tab{
  19. width: 100%;
  20. text-align: center;
  21. line-height: 80rpx;
  22. }
  23. .swiper-tab-list{
  24. font-size: 30rpx;
  25. display: inline-block;
  26. width: 33.33%;
  27. color: #777777;
  28. }
  29. .on{
  30. color:#D81E06;
  31. border-bottom: 3rpx solid #D81E06;
  32. }
  33. .swiper-box{
  34. display: block;
  35. height: 100%;
  36. width: 100%;
  37. overflow: hidden;
  38. }
  39. .swiper-box view{
  40. text-align: center;
  41. }