index.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .addEnterprise {
  2. .form {
  3. padding-right: 32px;
  4. padding-bottom: 50px;
  5. .aitem {
  6. position: relative;
  7. display: flex;
  8. flex-direction: row;
  9. align-items: center;
  10. padding: 26px 32px 26px 0;
  11. margin-left: 32px;
  12. border-bottom: 1px;
  13. .atit {
  14. width: 172px;
  15. margin-right: 16px;
  16. .atip {
  17. display: inline-block;
  18. margin-right: 8rpx;
  19. color: #FF4949;
  20. font-size: 28rpx;
  21. font-family: SimSun, sans-serif;
  22. line-height: 1;
  23. content: "*";
  24. }
  25. }
  26. .aval {
  27. font-size: 32px;
  28. color: #CCC;
  29. display: flex;
  30. flex: 1;
  31. }
  32. .avals {
  33. font-size: 32px;
  34. color: #000;
  35. display: flex;
  36. flex: 1;
  37. }
  38. }
  39. .aitem::after {
  40. content: '';
  41. position: absolute;
  42. -webkit-transform-origin: center;
  43. -ms-transform-origin: center;
  44. transform-origin: center;
  45. -webkit-box-sizing: border-box;
  46. box-sizing: border-box;
  47. pointer-events: none;
  48. top: -50%;
  49. left: -50%;
  50. right: -50%;
  51. bottom: -50%;
  52. border: 0 solid #d6e4ef;
  53. -webkit-transform: scale(0.5);
  54. -ms-transform: scale(0.5);
  55. transform: scale(0.5);
  56. border-bottom-width: 2px;
  57. }
  58. .bottom {
  59. margin-left: 32px;
  60. margin-top: 80px;
  61. }
  62. }
  63. .selproject {
  64. margin-left: 32px;
  65. display: flex;
  66. flex-direction: row;
  67. align-items: center;
  68. flex-wrap: wrap;
  69. margin-bottom: 20px;
  70. .selptxt {
  71. background: #f50;
  72. padding: 6px 16px;
  73. margin: 6px;
  74. border-radius: 8px;
  75. color: #fff;
  76. }
  77. }
  78. }