unit.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. color:#f5222d;
  25. margin-left: 5px
  26. }
  27. .picWidth{
  28. width: 33.33%;
  29. display: inline-block;
  30. }
  31. .btnGrounp{
  32. margin-left: 166px;
  33. margin-bottom: 15px;
  34. .ant-radio-button-wrapper{
  35. width: 200px;
  36. height: 40px;
  37. line-height: 36px;
  38. text-align: center;
  39. font-size: 16px;
  40. border: 2px solid #80b9ff;
  41. margin-right: 10px;
  42. color: #80b9ff
  43. }
  44. .ant-radio-button-wrapper-checked{
  45. background: #80b9ff;
  46. color:#fff
  47. }
  48. .patentBody{
  49. overflow: hidden;
  50. background: #ccc;
  51. }
  52. }
  53. .authState{
  54. margin-left: 100px;
  55. font-size: 20px;
  56. margin-bottom: 15px;
  57. span{
  58. font-size: 14px;
  59. color: green
  60. }
  61. }
  62. }