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