dk-label-multiple-select.wxss 921 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .more-class{
  2. display: flex;
  3. align-content: center;
  4. justify-content: flex-end;
  5. color:#95A8CB
  6. }
  7. .title-class{
  8. width: 50%;
  9. font-size: 14px !important;
  10. font-weight: 500;
  11. text-align: left;
  12. color:#2E3853 !important;
  13. }
  14. .button-main-class{
  15. display: flex;
  16. margin-top: 25rpx;
  17. margin-left:25rpx;
  18. display: flex;
  19. flex-wrap: wrap;
  20. align-content: stretch;
  21. width: 100%;
  22. flex-direction: row;
  23. justify-content: flex-start;
  24. background: #fff;
  25. align-items: center;
  26. }
  27. .botton-class{
  28. border-radius: 10rpx !important;
  29. padding-right: 15rpx !important;
  30. border: 1px solid #95A8CB;
  31. background-color: #fff !important;
  32. width:183rpx !important;
  33. height:88rpx !important;
  34. }
  35. .button-selected-class{
  36. border-radius: 10rpx !important;
  37. padding-right: 15rpx !important;
  38. color:#95A8CB !important;
  39. background-color: #606EB2 !important;
  40. width:183rpx !important;
  41. height:88rpx !important;
  42. }