123456789101112131415161718192021222324252627282930313233 |
- .user-content {
- .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;
- }
|