This commit is contained in:
parent
6bc02c930f
commit
b63000d42f
|
|
@ -98,7 +98,7 @@ const LearnPage = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='flex'>
|
<div className='flex'>
|
||||||
<div className='w-5/6 bg-[#0082e9] h-20'
|
<div className='w-4/5 bg-[#0082e9] h-20'
|
||||||
style={{clipPath: 'polygon(0 0, calc(100% - 150px) 0%, calc(100% - 20px) 100%, 0% 100%)'}}
|
style={{clipPath: 'polygon(0 0, calc(100% - 150px) 0%, calc(100% - 20px) 100%, 0% 100%)'}}
|
||||||
></div>
|
></div>
|
||||||
<div className='items-center justify-center flex font-bold text-sky-900 text-5xl'>烽火动态</div>
|
<div className='items-center justify-center flex font-bold text-sky-900 text-5xl'>烽火动态</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue