Krishya | c0f7e9b | 2025-04-22 15:28:28 +0800 | [diff] [blame] | 1 | .pub-card { |
Krishya | c0f7e9b | 2025-04-22 15:28:28 +0800 | [diff] [blame] | 2 | background-color: #e9ded2; |
| 3 | border-radius: 16px; |
| 4 | max-width: 70%; |
| 5 | max-height: 100%; |
| 6 | /* 卡片居中 */ |
| 7 | margin: 0 auto; |
| 8 | margin-top: 40px; |
| 9 | /* padding: 24px 32px; */ |
| 10 | padding: 3% 3% |
| 11 | } |
| 12 | |
| 13 | .pub-categoty select { |
| 14 | padding: 1%; |
| 15 | width: 20%; |
| 16 | border-radius: 6px; |
| 17 | border: 1px solid #e0c4a1; /* 浅棕色 */ |
| 18 | background-color: #fff5f5; /* 浅粉色 */ |
| 19 | color: #5F4437; |
| 20 | font-size: 1rem; |
| 21 | margin-bottom: 2%; |
| 22 | } |
| 23 | |
| 24 | .title-tag input { |
| 25 | padding: 1%; |
| 26 | width: 100%; |
| 27 | border-radius: 6px; |
| 28 | border: 1px solid #e0c4a1; |
| 29 | background-color: #fff5f5; |
| 30 | color: #5F4437; |
| 31 | font-size: 1rem; |
| 32 | margin-bottom: 2%; |
| 33 | } |
| 34 | .discription textarea { |
| 35 | padding: 1%; |
| 36 | width: 100%; |
| 37 | border-radius: 6px; |
| 38 | border: 1px solid #e0c4a1; |
| 39 | background-color: #fff5f5; |
| 40 | color: #5F4437; |
| 41 | font-size: 1rem; |
| 42 | margin-bottom: 2%; |
| 43 | } |
| 44 | .seed-file input { |
Krishya | c0f7e9b | 2025-04-22 15:28:28 +0800 | [diff] [blame] | 45 | width: 100%; |
Krishya | c0f7e9b | 2025-04-22 15:28:28 +0800 | [diff] [blame] | 46 | color: #5F4437; |
| 47 | font-size: 1rem; |
| 48 | margin-bottom: 2%; |
| 49 | } |
| 50 | |
| 51 | .cover-image input { |
| 52 | padding: 1%; |
| 53 | width: 100%; |
| 54 | border-radius: 6px; |
| 55 | border: 1px solid #e0c4a1; |
| 56 | background-color: #fff5f5; |
| 57 | color: #5F4437; |
| 58 | font-size: 1rem; |
| 59 | margin-bottom: 2%; |
| 60 | } |
| 61 | |
22301009 | 5b28c67 | 2025-04-10 20:12:45 +0800 | [diff] [blame] | 62 | .publish-seed-container { |
Krishya | 57cc17b | 2025-05-26 16:43:34 +0800 | [diff] [blame] | 63 | background: #333; |
Krishya | c0f7e9b | 2025-04-22 15:28:28 +0800 | [diff] [blame] | 64 | color: white; |
| 65 | border-radius: 12px; |
| 66 | box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); |
| 67 | } |
| 68 | |
| 69 | .upload-button { |
| 70 | width: 100%; |
Krishya | f1d0ea8 | 2025-05-03 17:01:58 +0800 | [diff] [blame] | 71 | } |
| 72 | |
| 73 | /* 文件选择按钮保持 label 方式,不变 */ |
| 74 | .seed-file-label { |
| 75 | display: inline-block; |
| 76 | padding: 6px 8px; |
| 77 | border: 1px solid #e0c4a1; |
| 78 | background-color: #fff5f5; |
| 79 | border-radius: 4px; |
| 80 | cursor: pointer; |
| 81 | font-size: 14px; |
| 82 | user-select: none; |
| 83 | width : 9%; |
Krishya | c0f7e9b | 2025-04-22 15:28:28 +0800 | [diff] [blame] | 84 | } |