select-data.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .btn-add-class {
  2. background: #CAA977;
  3. border-radius: 50%;
  4. display: flex;
  5. justify-content: center;
  6. align-items: center;
  7. padding: 20rpx;
  8. box-shadow: 0px 17px 22px 0px #1B365D33;
  9. }
  10. .tabs-class {
  11. position: fixed;
  12. top: 180rpx;
  13. left: 140rpx;
  14. z-index: 100;
  15. width: 100%;
  16. height: 70rpx;
  17. font-size: 12px;
  18. }
  19. .van-tabs__nav--card>.van-tab--active>.van-ellipsis {
  20. color: #fff !important;
  21. }
  22. .van-tabs__nav--card {
  23. border: 2rpx solid #4A5E98 !important;
  24. filter: drop-shadow(0px 10px 20px rgba(225, 229, 238, 0.6)) !important;
  25. border-radius: 15rpx !important;
  26. }
  27. .tags-class>van-sticky {
  28. position: fixed !important;
  29. width: 100%;
  30. height: 84rpx !important;
  31. z-index: 99;
  32. top: 104rpx;
  33. }
  34. .van-ellipsis {
  35. height: 84rpx !important;
  36. line-height: 84rpx !important;
  37. color: #95A8CB;
  38. }
  39. .van-tabs__wrap {
  40. height: 84rpx !important;
  41. }
  42. .van-tabs__nav {
  43. height: 84rpx !important;
  44. }
  45. .van-tab {
  46. border-right: none !important;
  47. }
  48. .dk-tab-active-left {
  49. background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
  50. border-radius: 13rpx 0px 0px 13rpx;
  51. }
  52. .dk-tab-active-right {
  53. background: linear-gradient(90.12deg, #4A5E98 0.13%, #718AC6 99.92%);
  54. border-radius: 0 13rpx 13rpx 0;
  55. }
  56. .main-class {
  57. margin: 10rpx 32rpx;
  58. border-radius: 15rpx;
  59. box-shadow: 0px -6px 20px 0px #0000000D;
  60. }
  61. .main-item-class {
  62. padding: 20rpx 20rpx;
  63. color:#1B365D
  64. }