| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .addEnterprise {
- .form {
- padding-right: 32px;
- padding-bottom: 50px;
- .aitem {
- position: relative;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 26px 32px 26px 0;
- margin-left: 32px;
- border-bottom: 1px;
- .atit {
- width: 172px;
- margin-right: 16px;
- .atip {
- display: inline-block;
- margin-right: 8rpx;
- color: #FF4949;
- font-size: 28rpx;
- font-family: SimSun, sans-serif;
- line-height: 1;
- content: "*";
- }
- }
- .aval {
- font-size: 32px;
- color: #CCC;
- display: flex;
- flex: 1;
- }
- .avals {
- font-size: 32px;
- color: #000;
- display: flex;
- flex: 1;
- }
- }
- .aitem::after {
- content: '';
- position: absolute;
- -webkit-transform-origin: center;
- -ms-transform-origin: center;
- transform-origin: center;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- pointer-events: none;
- top: -50%;
- left: -50%;
- right: -50%;
- bottom: -50%;
- border: 0 solid #d6e4ef;
- -webkit-transform: scale(0.5);
- -ms-transform: scale(0.5);
- transform: scale(0.5);
- border-bottom-width: 2px;
- }
- .bottom {
- margin-left: 32px;
- margin-top: 80px;
- }
- }
- .selproject {
- margin-left: 32px;
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: wrap;
- margin-bottom: 20px;
- .selptxt {
- background: #f50;
- padding: 6px 16px;
- margin: 6px;
- border-radius: 8px;
- color: #fff;
- }
- }
- }
|