| .pub-card { |
| background-color: #e9ded2; |
| border-radius: 16px; |
| max-width: 70%; |
| max-height: 100%; |
| /* 卡片居中 */ |
| margin: 0 auto; |
| margin-top: 40px; |
| /* padding: 24px 32px; */ |
| padding: 3% 3% |
| } |
| |
| .pub-categoty select { |
| padding: 1%; |
| width: 20%; |
| border-radius: 6px; |
| border: 1px solid #e0c4a1; /* 浅棕色 */ |
| background-color: #fff5f5; /* 浅粉色 */ |
| color: #5F4437; |
| font-size: 1rem; |
| margin-bottom: 2%; |
| } |
| |
| .title-tag input { |
| padding: 1%; |
| width: 100%; |
| border-radius: 6px; |
| border: 1px solid #e0c4a1; |
| background-color: #fff5f5; |
| color: #5F4437; |
| font-size: 1rem; |
| margin-bottom: 2%; |
| } |
| .discription textarea { |
| padding: 1%; |
| width: 100%; |
| border-radius: 6px; |
| border: 1px solid #e0c4a1; |
| background-color: #fff5f5; |
| color: #5F4437; |
| font-size: 1rem; |
| margin-bottom: 2%; |
| } |
| .seed-file input { |
| width: 100%; |
| color: #5F4437; |
| font-size: 1rem; |
| margin-bottom: 2%; |
| } |
| |
| .cover-image input { |
| padding: 1%; |
| width: 100%; |
| border-radius: 6px; |
| border: 1px solid #e0c4a1; |
| background-color: #fff5f5; |
| color: #5F4437; |
| font-size: 1rem; |
| margin-bottom: 2%; |
| } |
| |
| .publish-seed-container { |
| background: #333; |
| color: white; |
| border-radius: 12px; |
| box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); |
| } |
| |
| .upload-button { |
| width: 100%; |
| } |
| |
| /* 文件选择按钮保持 label 方式,不变 */ |
| .seed-file-label { |
| display: inline-block; |
| padding: 6px 8px; |
| border: 1px solid #e0c4a1; |
| background-color: #fff5f5; |
| border-radius: 4px; |
| cursor: pointer; |
| font-size: 14px; |
| user-select: none; |
| width : 9%; |
| } |