1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .set-tech {
- background: #fff;
- padding: 20px;
- .acc-title {
- color: #333;
- font-size: 16px;
- margin-bottom: 10px;
- span {
- font-size: 12px;
- color: #999;
- }
- }
- .tech-form {
- width: 600px;
- #techzone {
- .ant-cascader-picker {
- width: 80%;
- }
- button {
- border-radius: 4px;
- vertical-align: middle;
- margin-left: 10px;
- }
- }
- #skill {
- input {
- width: 58.5%;
- margin: 0 6px;
- }
- button {
- border-radius: 4px;
- vertical-align: middle;
- margin-left: 10px;
- }
- }
- .set-explain {
- margin-left: 16.5%;
- margin-bottom: 20px;
- .ant-tag {
- margin-bottom: 10px;
- }
- }
- .set-radio-button {
- margin-left: 4.5%;
- margin-bottom: 20px;
- .ant-radio-button-wrapper-checked {
- background: #58a3ff;
- color: #fff;
- }
- }
- .set-submit {
- width: 120px;
- border-radius: 4px;
- }
- .ant-form-item-label {
- text-align: left;
- }
- }
- }
|