dk-dropdown-switch.wxss 358 B

123456789101112131415161718192021
  1. .scroll-view{
  2. height:50vw
  3. }
  4. .btn-view{
  5. height: 100%;
  6. width: calc(100% - 80rpx);
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. padding-left: 40rpx;
  11. padding-right: 40rpx;
  12. background: #fff;
  13. z-index: 1;
  14. border-radius: 0px 0px 30rpx 30rpx;
  15. }
  16. .title-class{
  17. font-size:16px !important;
  18. color: #2E3853 !important;
  19. }