drop.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. .break{
  20. color: #fff;
  21. text-align: center;
  22. }
  23. .swiper-box {
  24. display: block;
  25. height: 100%;
  26. width: 100%;
  27. overflow: hidden;
  28. color: #fff;
  29. }
  30. /* .swiper-box .swiper-box-list{
  31. overflow:auto;
  32. margin:auto;
  33. position:absolute;
  34. top:0;
  35. bottom:0;
  36. left:0;
  37. right:0;
  38. } */
  39. .swiper-box .swiper-box-view {
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. margin: 20rpx;
  44. padding-bottom: 10rpx;
  45. border-bottom: 1rpx slategray solid;
  46. }
  47. ec-canvas {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .swiper-box .swiper-box-view .swiper-box-left .swiper-box-subtitle{
  52. color: slategray;
  53. }
  54. .swiper-box .swiper-box-view .swiper-box-right{
  55. display: flex;
  56. align-items: center;
  57. }
  58. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-canvas {
  59. height: 120rpx;
  60. width: 300rpx;
  61. }
  62. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-button{
  63. text-align: right;
  64. }
  65. .swiper-box .swiper-box-view .swiper-box-right .swiper-box-button button{
  66. color: #fff;
  67. width: 180rpx;
  68. background: #07c160;
  69. }