优化快捷按钮显示效果
This commit is contained in:
parent
c7ab6bd3da
commit
1e68553ff6
|
|
@ -213,58 +213,58 @@ export default function Home() {
|
||||||
<div onClick={() => window.location.hash = '#/add?mode=ocr'} style={{
|
<div onClick={() => window.location.hash = '#/add?mode=ocr'} style={{
|
||||||
background: 'linear-gradient(135deg, #22c55e 0%, #16a34a 100%)',
|
background: 'linear-gradient(135deg, #22c55e 0%, #16a34a 100%)',
|
||||||
borderRadius: '12px',
|
borderRadius: '12px',
|
||||||
padding: '16px',
|
padding: '12px 16px',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: '12px'
|
justifyContent: 'center',
|
||||||
|
textAlign: 'center'
|
||||||
}}>
|
}}>
|
||||||
<div>
|
<div style={{ color: '#fff', fontSize: '14px', fontWeight: '600', whiteSpace: 'nowrap' }}>藏品录入</div>
|
||||||
<div style={{ color: '#fff', fontSize: '15px', fontWeight: '600' }}>藏品录入</div>
|
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '10px', marginTop: '2px' }}>AI识别添加</div>
|
||||||
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '11px' }}>AI识别添加藏品</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div onClick={() => window.location.hash = '#/news?type=deal'} style={{
|
<div onClick={() => window.location.hash = '#/news?type=deal'} style={{
|
||||||
background: 'linear-gradient(135deg, #ec4899 0%, #db2777 100%)',
|
background: 'linear-gradient(135deg, #ec4899 0%, #db2777 100%)',
|
||||||
borderRadius: '12px',
|
borderRadius: '12px',
|
||||||
padding: '16px',
|
padding: '12px 16px',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: '12px'
|
justifyContent: 'center',
|
||||||
|
textAlign: 'center'
|
||||||
}}>
|
}}>
|
||||||
<div>
|
<div style={{ color: '#fff', fontSize: '14px', fontWeight: '600', whiteSpace: 'nowrap' }}>行情录入</div>
|
||||||
<div style={{ color: '#fff', fontSize: '15px', fontWeight: '600' }}>行情录入</div>
|
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '10px', marginTop: '2px' }}>录入成交行情</div>
|
||||||
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '11px' }}>录入成交行情</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div onClick={() => window.location.hash = '#/news?type=seek'} style={{
|
<div onClick={() => window.location.hash = '#/news?type=seek'} style={{
|
||||||
background: 'linear-gradient(135deg, #f59e0b 0%, #d97706 100%)',
|
background: 'linear-gradient(135deg, #f59e0b 0%, #d97706 100%)',
|
||||||
borderRadius: '12px',
|
borderRadius: '12px',
|
||||||
padding: '16px',
|
padding: '12px 16px',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: '12px'
|
justifyContent: 'center',
|
||||||
|
textAlign: 'center'
|
||||||
}}>
|
}}>
|
||||||
<div>
|
<div style={{ color: '#fff', fontSize: '14px', fontWeight: '600', whiteSpace: 'nowrap' }}>发布寻号</div>
|
||||||
<div style={{ color: '#fff', fontSize: '15px', fontWeight: '600' }}>发布寻号</div>
|
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '10px', marginTop: '2px' }}>发布寻配需求</div>
|
||||||
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '11px' }}>发布寻配号需求</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div onClick={() => window.location.hash = '#/add?mode=manual'} style={{
|
<div onClick={() => window.location.hash = '#/add?mode=manual'} style={{
|
||||||
background: 'linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)',
|
background: 'linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)',
|
||||||
borderRadius: '12px',
|
borderRadius: '12px',
|
||||||
padding: '16px',
|
padding: '12px 16px',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
gap: '12px'
|
justifyContent: 'center',
|
||||||
|
textAlign: 'center'
|
||||||
}}>
|
}}>
|
||||||
<div>
|
<div style={{ color: '#fff', fontSize: '14px', fontWeight: '600', whiteSpace: 'nowrap' }}>发布藏品</div>
|
||||||
<div style={{ color: '#fff', fontSize: '15px', fontWeight: '600' }}>发布藏品</div>
|
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '10px', marginTop: '2px' }}>手动发布</div>
|
||||||
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '11px' }}>手动发布藏品</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue