12345678910111213141516171819202122232425262728293031323334 |
- .user-content {
- padding: 0px;
- .clearfix {
- >.orgTech-item {
- width: 80%;
- display: inline-block;
- >span {
- margin-right: 10px;
- }
- >input {
- width: 200px;
- margin-right: 10px;
- }
- >textarea {
- margin-top: 6px;
- }
- }
- >div {
- margin-bottom: 10px;
- }
- }
- }
- #techProduct-form {
- .half-item {
- height: auto
- }
- }
- .upload-box {
- display: inline-block;
- margin-top: 10px;
- margin-bottom: 20px;
- }
|