unit.less 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .unit-wrap{
  2. padding:10px;
  3. background:#fff;
  4. background-size:100% 100%;
  5. .half-item{
  6. width: 50%;
  7. display: inline-block;
  8. margin-bottom: 10px;
  9. }
  10. .clearfix{
  11. clear: both;
  12. }
  13. #demand-form{
  14. padding-top: 20px;
  15. .subBtn{
  16. width: 200px;
  17. margin: 40px auto;
  18. .set-submit{
  19. margin-right: 60px
  20. }
  21. }
  22. }
  23. .color-red{
  24. display: inline-block;
  25. font-size: 16px;
  26. margin-right: 5px;
  27. font-weight: 900;
  28. color:#f5222d;
  29. margin-left: 5px;
  30. vertical-align: top;
  31. margin-top: 2px;
  32. }
  33. .picWidth{
  34. width: 33.33%;
  35. display: inline-block;
  36. }
  37. .btnGrounp{
  38. margin-left: 166px;
  39. margin-bottom: 15px;
  40. .ant-radio-button-wrapper{
  41. width: 200px;
  42. height: 40px;
  43. line-height: 36px;
  44. text-align: center;
  45. font-size: 16px;
  46. border: 2px solid #80b9ff;
  47. margin-right: 10px;
  48. color: #80b9ff
  49. }
  50. .ant-radio-button-wrapper-checked{
  51. background: #80b9ff;
  52. color:#fff
  53. }
  54. .patentBody{
  55. overflow: hidden;
  56. background: #ccc;
  57. }
  58. }
  59. .authState{
  60. margin-left: 100px;
  61. font-size: 20px;
  62. margin-bottom: 15px;
  63. span{
  64. font-size: 14px;
  65. color: green
  66. }
  67. }
  68. }