|
|
|
@ -179,6 +179,28 @@
|
|
|
|
|
transition: margin-left 0.5s; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//右侧属性栏 |
|
|
|
|
.nature{ |
|
|
|
|
width: 230px; |
|
|
|
|
position: absolute; |
|
|
|
|
top: 1%; |
|
|
|
|
right: 1%; |
|
|
|
|
color: #C4E2FC; |
|
|
|
|
font-size: 14px; |
|
|
|
|
background: linear-gradient(360deg, #000D21 0%, rgba(0, 59, 110, 0.8) 100%); |
|
|
|
|
overflow: hidden; |
|
|
|
|
.natureHeader{ text-align: right; height: 10px; .anticon{ font-size: 18px; margin: 5px 5px 0 0; } } |
|
|
|
|
.natureContent{ |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding: 0 20px; |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
.natureTitle{ margin-bottom: 5px; height: 20px; line-height: 20px; } |
|
|
|
|
textarea{ width: 100%; height: 75px; background: rgba(145, 204, 255, 0.41); border: 1px solid #91CCFF; padding: 0; resize: none; outline: none; } |
|
|
|
|
.natureImg{ margin-bottom: 5px; img{ width: auto; height: auto; max-width: 100%; } } |
|
|
|
|
.natureUpload{ margin: 0; text-align: center; width: 50px; height: 50px; line-height: 50px; } |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//右侧图标栏 |
|
|
|
|
.rightIcons{ |
|
|
|
|
width: 100px; |
|
|
|
@ -287,7 +309,7 @@
|
|
|
|
|
flex: 1; |
|
|
|
|
font-size: 14px; |
|
|
|
|
p{ margin: 0; height: 20px; line-height: 18px; } |
|
|
|
|
textarea{ width: 100%; height: 50px; background: rgba(145, 204, 255, 0.41); border: 1px solid #91CCFF; padding: 0; resize:none; outline: none; } |
|
|
|
|
textarea{ width: 100%; height: 50px; background: rgba(145, 204, 255, 0.41); border: 1px solid #91CCFF; padding: 0; resize: none; outline: none; } |
|
|
|
|
} |
|
|
|
|
.planHeaderImg{ width: 100px; height: 100%; text-align: center; } |
|
|
|
|
.planHeaderVideo{ width: 120px; height: 100%; text-align: center; } |
|
|
|
|