drop.wxss 987 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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: 20rpx;
  31. padding-bottom: 10rpx;
  32. border-bottom: 1rpx slategray solid;
  33. }
  34. ec-canvas {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .swiper-box .swiper-box-view .swiper-box-left .swiper-box-subtitle{
  39. color: slategray;
  40. }
  41. .swiper-box .swiper-box-view .swiper-box-right{
  42. display: flex;
  43. align-items: center;
  44. }
  45. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-canvas {
  46. height: 120rpx;
  47. width: 300rpx;
  48. }
  49. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-button{
  50. text-align: right;
  51. }