style.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .dialog-main-1 {
  2. width: 1000px;
  3. padding: 20px;
  4. }
  5. .dialog-main-1 .brand-select {
  6. overflow-y: auto;
  7. height: 500px;
  8. }
  9. .dialog-main-1 .brand-select-item-title {
  10. height: 30px;
  11. background: #f6f6f6;
  12. font-size: 14px;
  13. font-family: PingFangSC-Medium, PingFang SC;
  14. font-weight: 500;
  15. color: #333333;
  16. line-height: 30px;
  17. padding-left: 10px;
  18. }
  19. .dialog-main-1 .brand-select-item-children-box {
  20. display: flex;
  21. flex-wrap: wrap;
  22. padding: 8px 0;
  23. }
  24. .dialog-main-1 .brand-select-item-children-box .brand-select-item-children-item {
  25. height: 40px;
  26. border-radius: 5px;
  27. border: 1px solid #dddddd;
  28. font-size: 13px;
  29. font-family: PingFangSC-Regular, PingFang SC;
  30. font-weight: 400;
  31. color: #333333;
  32. line-height: 40px;
  33. margin: 7px 20px 7px 0;
  34. width: 102px;
  35. overflow: hidden;
  36. text-overflow: ellipsis;
  37. text-align: center;
  38. cursor: pointer;
  39. }
  40. .dialog-main-1 .brand-select-item-children-box .brand-select-item-children-item.selected {
  41. border: 1px solid #26965c;
  42. color: #26965c;
  43. }
  44. /*# sourceMappingURL=c_style.c_style.map */