drop.wxss 964 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. page {
  2. background: #000;
  3. }
  4. .swiper-tab {
  5. width: 100%;
  6. text-align: center;
  7. line-height: 80rpx;
  8. }
  9. .swiper-tab-list {
  10. font-size: 30rpx;
  11. display: inline-block;
  12. width: 30%;
  13. color: #777;
  14. }
  15. .on {
  16. color: #D81E06;
  17. border-bottom: 5rpx solid #D81E06;
  18. }
  19. .swiper-box {
  20. display: block;
  21. height: 100%;
  22. width: 100%;
  23. overflow: hidden;
  24. color: #fff;
  25. }
  26. .swiper-box .swiper-box-view {
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. margin: 10rpx;
  31. border-bottom: 1rpx slategray solid;
  32. }
  33. ec-canvas {
  34. width: 100%;
  35. height: 100%;
  36. }
  37. .swiper-box .swiper-box-view .swiper-box-left .swiper-box-subtitle{
  38. color: slategray;
  39. }
  40. .swiper-box .swiper-box-view .swiper-box-right{
  41. display: flex;
  42. align-items: center;
  43. }
  44. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-canvas {
  45. height: 120rpx;
  46. width: 300rpx;
  47. }
  48. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-button{
  49. text-align: right;
  50. }