sldutils.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .title{
  2. flex-direction: row;
  3. color:#555;
  4. font-size:18px;
  5. justify-content: flex-end;
  6. .left_border{
  7. display: inline-block;
  8. width: 5px;
  9. height: 15px;
  10. margin-right: 10px;
  11. }
  12. }
  13. .title_add_goods{
  14. flex-direction: row;
  15. color:#101010;
  16. font-size:14px;
  17. font-weight: 700;
  18. justify-content: flex-end;
  19. .left_border{
  20. display: inline-block;
  21. width: 5px;
  22. height: 13px;
  23. margin-right: 7px;
  24. }
  25. }
  26. .icon_text_width{
  27. width: 120px;
  28. display: flex;
  29. flex-direction: row;
  30. justify-content: center;
  31. .icon_text{
  32. flex-direction: column;
  33. align-items: center;
  34. margin-top: 40px;
  35. display: flex;
  36. span{
  37. display: block;
  38. margin-top: 20px;
  39. color:#555;
  40. font-size:14px;
  41. }
  42. }
  43. }
  44. .sld_common_btn{
  45. height: 27px;
  46. background: #fff;
  47. display: flex;
  48. flex-direction: row;
  49. justify-content: center;
  50. align-items: center;
  51. padding-left: 7px;
  52. padding-right: 7px;
  53. border-radius: 3px;
  54. span{
  55. display: inline-block;
  56. }
  57. }
  58. :global{
  59. .ant-input-affix-wrapper{
  60. width: 348px;
  61. }
  62. .ant-input{
  63. font-size: 13px;
  64. }
  65. .ant-btn{
  66. font-size: 13px;
  67. }
  68. }