12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .addInformation {
- padding: 0 13px;
- .title {
- padding: 15px 0;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- display: flex;
- align-items: center;
- }
- .icon {
- display: inline-block;
- width: 18px;
- height: 18px;
- margin-right: 6px;
- }
- .icon1 {
- background: url('../images/icon1.png') no-repeat center center;
- background-size: contain;
- }
- .icon2 {
- background: url('../images/icon2.png') no-repeat center center;
- background-size: contain;
- }
- .icon3 {
- background: url('../images/icon3.png') no-repeat center center;
- background-size: contain;
- }
- .icon4 {
- background: url('../images/icon4.png') no-repeat center center;
- background-size: contain;
- }
- .upload {
- margin: 0;
- background: #fff;
- margin-bottom: 12px;
- }
- .field {
- border-radius: 10px;
- margin-bottom: 12px;
- }
- }
|