1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .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;
- }
- .company-detail-form {
- background: #fff;
- padding:20px;
- .content-title {
- font-size: 16px;
- }
- .table-title {
- >span {
- font-size: 14px;
- margin-left: 20px;
- }
- >button {
- margin-left: 10px;
- }
- }
- }
|