1
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
|
||||||
<title>民众智创</title>
|
<title>民众智创</title>
|
||||||
<script type="module" crossorigin src="/assets/index-phpsYzEi.js"></script>
|
<script type="module" crossorigin src="/assets/index-Dl99gRTm.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-KEztuQj6.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-KEztuQj6.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ const ActivityBanner: React.FC<ActivityBannerProps> = ({ onVisibilityChange }) =
|
|||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
position: 'relative',
|
||||||
background: 'linear-gradient(135deg, #f3e8ff 0%, #ede9fe 50%, #e0e7ff 100%)',
|
background: 'linear-gradient(135deg, #f3e8ff 0%, #ede9fe 50%, #e0e7ff 100%)',
|
||||||
borderBottom: '1px solid rgba(139, 92, 246, 0.15)',
|
borderBottom: '1px solid rgba(139, 92, 246, 0.15)',
|
||||||
}}
|
}}
|
||||||
@@ -55,8 +56,7 @@ const ActivityBanner: React.FC<ActivityBannerProps> = ({ onVisibilityChange }) =
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
padding: '10px 24px',
|
padding: '10px 48px 10px 24px',
|
||||||
position: 'relative',
|
|
||||||
maxWidth: 1400,
|
maxWidth: 1400,
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
@@ -95,7 +95,7 @@ const ActivityBanner: React.FC<ActivityBannerProps> = ({ onVisibilityChange }) =
|
|||||||
onClick={handleClose}
|
onClick={handleClose}
|
||||||
style={{
|
style={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: 24,
|
right: 16,
|
||||||
top: '50%',
|
top: '50%',
|
||||||
transform: 'translateY(-50%)',
|
transform: 'translateY(-50%)',
|
||||||
width: 26,
|
width: 26,
|
||||||
|
|||||||
Reference in New Issue
Block a user