feat: 10.10线上最新代码提交

This commit is contained in:
zdl
2025-10-11 16:16:02 +08:00
parent 4d0dc109bc
commit 495ad758ea
3338 changed files with 460147 additions and 152745 deletions

View File

@@ -0,0 +1,735 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>高送转概念股深度分析报告</title>
<link href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800|Noto+Sans+SC:300,400,500,700&display=swap" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<script src="https://kit.fontawesome.com/1d2b6c4f81.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/tsparticles@3/tsparticles.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanta/0.5.24/vanta.waves.min.js"></script>
<style>
body {
font-family: 'Inter', 'Noto Sans SC', sans-serif;
}
.gradient-bg {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.card-shadow {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.timeline-dot {
position: relative;
}
.timeline-dot::before {
content: '';
position: absolute;
left: -9px;
top: 6px;
width: 18px;
height: 18px;
border-radius: 50%;
background: #667eea;
border: 3px solid white;
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}
.table-cell-wrap {
white-space: normal;
word-wrap: break-word;
}
@media (max-width: 768px) {
.mobile-stack {
flex-direction: column;
}
.mobile-full-width {
width: 100% !important;
}
}
</style>
</head>
<body class="bg-gray-50">
<!-- 背景效果 -->
<div id="vanta-bg" class="fixed inset-0 z-0"></div>
<!-- 主内容区 -->
<div class="relative z-10 min-h-screen py-8 px-4 sm:px-6 lg:px-8">
<div class="max-w-7xl mx-auto">
<!-- 标题区域 -->
<div class="text-center mb-12">
<h1 class="text-4xl md:text-5xl font-bold text-gray-800 mb-4">
高送转概念股深度分析
</h1>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">
解析政策导向、资金偏好与市场博弈下的投资机会
</p>
<div class="mt-6 flex justify-center space-x-4">
<span class="inline-flex items-center px-4 py-2 rounded-full text-sm font-medium bg-purple-100 text-purple-800">
<i class="fas fa-calendar-alt mr-2"></i>
更新时间2025-06-09
</span>
<span class="inline-flex items-center px-4 py-2 rounded-full text-sm font-medium bg-blue-100 text-blue-800">
<i class="fas fa-chart-line mr-2"></i>
概念热度:高
</span>
</div>
</div>
<!-- 概念事件时间轴 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-history text-purple-600 mr-3"></i>
概念事件时间轴
</h2>
<div class="space-y-4 pl-8 border-l-2 border-purple-200">
<div class="timeline-dot">
<div class="bg-purple-50 rounded-lg p-4">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between">
<div>
<span class="text-sm font-medium text-purple-600">2025-04-22 21:09</span>
<p class="text-gray-800 mt-1">高送转概念首次出现在新闻标题中,但未披露具体方案</p>
</div>
</div>
</div>
</div>
<div class="timeline-dot">
<div class="bg-purple-50 rounded-lg p-4">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between">
<div>
<span class="text-sm font-medium text-purple-600">2025-04-22 21:04</span>
<p class="text-gray-800 mt-1">比亚迪公告拟推出<strong class="text-purple-700">每10股送8股转12股派39.74元</strong>的高送转方案,成为核心催化剂</p>
</div>
</div>
</div>
</div>
<div class="timeline-dot">
<div class="bg-purple-50 rounded-lg p-4">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between">
<div>
<span class="text-sm font-medium text-purple-600">2025-04-23 09:29</span>
<p class="text-gray-800 mt-1">比亚迪开盘大涨<strong class="text-green-600">6%</strong>成交额超3亿元带动高送转板块活跃</p>
</div>
</div>
</div>
</div>
<div class="timeline-dot">
<div class="bg-purple-50 rounded-lg p-4">
<div class="flex flex-col sm:flex-row sm:items-center sm:justify-between">
<div>
<span class="text-sm font-medium text-purple-600">2025-04-23 09:47</span>
<p class="text-gray-800 mt-1">科拜尔、新铝时代、嘉诚国际等<strong class="text-red-600">10余股涨停</strong>,板块情绪达到高潮</p>
</div>
</div>
</div>
</div>
</div>
<div class="mt-6 bg-blue-50 rounded-lg p-4">
<p class="text-sm text-blue-800">
<i class="fas fa-info-circle mr-2"></i>
<strong>背景解析:</strong>高送转通常发生在年报/一季报披露期,企业通过高比例送股或转增股本传递成长信心,叠加现金分红增强吸引力。比亚迪作为新能源龙头,其方案(送转比例<strong>200%</strong>+高额分红)远超市场预期,直接点燃板块行情。
</p>
</div>
</div>
<!-- 核心观点摘要 -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
<div class="bg-white rounded-2xl card-shadow p-6">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center">
<i class="fas fa-flag text-purple-600 text-xl"></i>
</div>
<h3 class="text-lg font-bold text-gray-800 ml-3">当前阶段</h3>
</div>
<p class="text-gray-600">主题炒作主导,但部分公司已具备基本面支撑(如比亚迪、海森药业)</p>
</div>
<div class="bg-white rounded-2xl card-shadow p-6">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center">
<i class="fas fa-rocket text-blue-600 text-xl"></i>
</div>
<h3 class="text-lg font-bold text-gray-800 ml-3">核心驱动力</h3>
</div>
<p class="text-gray-600">政策鼓励分红+企业现金流改善+年报披露窗口期</p>
</div>
<div class="bg-white rounded-2xl card-shadow p-6">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center">
<i class="fas fa-chart-line text-green-600 text-xl"></i>
</div>
<h3 class="text-lg font-bold text-gray-800 ml-3">未来潜力</h3>
</div>
<p class="text-gray-600">短期看情绪扩散,中期需验证业绩匹配度,<strong>高成长+高现金流</strong>公司或走出独立行情</p>
</div>
</div>
<!-- 核心逻辑与市场认知 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-brain text-purple-600 mr-3"></i>
核心逻辑与市场认知分析
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-3">核心驱动力</h3>
<div class="space-y-3">
<div class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 bg-purple-100 text-purple-600 rounded-full flex items-center justify-center text-sm font-bold mr-3">1</span>
<div>
<p class="font-medium text-gray-800">政策导向</p>
<p class="text-sm text-gray-600">新"国九条"强化分红监管,高送转成为企业展示盈利能力的"信号弹"</p>
</div>
</div>
<div class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 bg-purple-100 text-purple-600 rounded-full flex items-center justify-center text-sm font-bold mr-3">2</span>
<div>
<p class="font-medium text-gray-800">资金偏好</p>
<p class="text-sm text-gray-600">弱市环境下,高股息+高转送组合吸引避险资金(如比亚迪股息率<strong>1.5%+送转200%</strong></p>
</div>
</div>
<div class="flex items-start">
<span class="flex-shrink-0 w-6 h-6 bg-purple-100 text-purple-600 rounded-full flex items-center justify-center text-sm font-bold mr-3">3</span>
<div>
<p class="font-medium text-gray-800">筹码博弈</p>
<p class="text-sm text-gray-600">低价小盘股(如科拜尔、吉冈精密)因股本扩张预期易被游资狙击</p>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-3">市场热度与预期差</h3>
<div class="space-y-4">
<div class="bg-orange-50 rounded-lg p-4">
<p class="font-medium text-orange-800 mb-2">
<i class="fas fa-fire mr-2"></i>市场热度
</p>
<ul class="text-sm text-orange-700 space-y-1">
<li>• 新闻密集度4月22-23日相关报道量激增</li>
<li>• 板块涨停股占比<strong>超30%</strong>10/30只概念股</li>
<li>• 情绪分化:机构关注业绩匹配,散户追逐"填权"想象</li>
</ul>
</div>
<div class="bg-red-50 rounded-lg p-4">
<p class="font-medium text-red-800 mb-2">
<i class="fas fa-exclamation-triangle mr-2"></i>预期差
</p>
<ul class="text-sm text-red-700 space-y-1">
<li>• 被忽略的关键点:部分公司送转后每股收益摊薄风险</li>
<li>• 数据矛盾:高送转概念<strong>年初至今跌幅-15.61%</strong>,与短期爆炒形成反差</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- 关键催化剂与未来发展路径 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-route text-purple-600 mr-3"></i>
关键催化剂与未来发展路径
</h2>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-3">近期催化剂</h3>
<div class="space-y-3">
<div class="border-l-4 border-blue-500 pl-4">
<p class="font-medium text-gray-800">2025-04-30</p>
<p class="text-sm text-gray-600">年报截止日,更多公司或跟进高送转(如义翘神州每股未分配利润<strong>46.64元</strong></p>
</div>
<div class="border-l-4 border-yellow-500 pl-4">
<p class="font-medium text-gray-800">监管表态</p>
<p class="text-sm text-gray-600">交易所对"高送转+减持"组合问询可能降温炒作</p>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-3">长期路径</h3>
<div class="space-y-3">
<div class="bg-gradient-to-r from-purple-50 to-blue-50 rounded-lg p-4">
<p class="font-medium text-purple-700 mb-1">阶段10-3个月</p>
<p class="text-sm text-gray-600">情绪扩散至次新股如武汉蓝电10转4派10</p>
</div>
<div class="bg-gradient-to-r from-blue-50 to-green-50 rounded-lg p-4">
<p class="font-medium text-blue-700 mb-1">阶段23-6个月</p>
<p class="text-sm text-gray-600">业绩验证期,<strong>净利润增速>送转比例</strong>的公司脱颖而出</p>
</div>
<div class="bg-gradient-to-r from-green-50 to-teal-50 rounded-lg p-4">
<p class="font-medium text-green-700 mb-1">阶段36-12个月</p>
<p class="text-sm text-gray-600">监管趋严,仅<strong>现金流稳定+行业景气</strong>标的持续走强</p>
</div>
</div>
</div>
</div>
</div>
<!-- 产业链与核心公司 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-sitemap text-purple-600 mr-3"></i>
产业链与核心公司深度剖析
</h2>
<div class="mb-6">
<h3 class="text-lg font-semibold text-gray-700 mb-3">产业链图谱</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="bg-purple-50 rounded-lg p-4 text-center">
<i class="fas fa-arrow-up text-purple-600 text-2xl mb-2"></i>
<p class="font-medium text-purple-800">上游</p>
<p class="text-sm text-purple-700">高资本公积企业<br>(如石头科技每股公积金<strong>28.26元</strong></p>
</div>
<div class="bg-blue-50 rounded-lg p-4 text-center">
<i class="fas fa-exchange-alt text-blue-600 text-2xl mb-2"></i>
<p class="font-medium text-blue-800">中游</p>
<p class="text-sm text-blue-700">高送转方案设计<br>(券商、会计师事务所)</p>
</div>
<div class="bg-green-50 rounded-lg p-4 text-center">
<i class="fas fa-arrow-down text-green-600 text-2xl mb-2"></i>
<p class="font-medium text-green-800">下游</p>
<p class="text-sm text-green-700">填权行情参与者<br>(游资、量化基金)</p>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-3">核心玩家对比</h3>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">公司</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">送转方案</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">净利润增速</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">逻辑强度</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">风险点</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr>
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">比亚迪</td>
<td class="px-6 py-4 table-cell-wrap">10送8转12派39.74元</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-medium">+34%</td>
<td class="px-6 py-4 table-cell-wrap">新能源龙头+现金流充沛</td>
<td class="px-6 py-4 table-cell-wrap">股本扩张后ROE承压</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">海森药业</td>
<td class="px-6 py-4 table-cell-wrap">10转4.8派1.7元</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-medium">+24.53%</td>
<td class="px-6 py-4 table-cell-wrap">生物合成概念叠加高送转</td>
<td class="px-6 py-4 table-cell-wrap">行业政策不确定性</td>
</tr>
<tr>
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">科拜尔</td>
<td class="px-6 py-4 table-cell-wrap">10转4派1元</td>
<td class="px-6 py-4 whitespace-nowrap text-green-600 font-medium">+7.25%</td>
<td class="px-6 py-4 table-cell-wrap">小市值+低价</td>
<td class="px-6 py-4 table-cell-wrap">业绩增速低于送转比例</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- 潜在风险与挑战 -->
<div class="bg-white rounded-2xl card-shadow p-6 mb-8">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-shield-alt text-purple-600 mr-3"></i>
潜在风险与挑战
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-3">商业化风险</h3>
<div class="space-y-3">
<div class="bg-red-50 rounded-lg p-4">
<p class="font-medium text-red-800 mb-2">
<i class="fas fa-chart-pie mr-2"></i>摊薄效应
</p>
<p class="text-sm text-red-700">部分公司送转后每股收益下降<strong>30%+</strong>(如兆丰股份)</p>
</div>
<div class="bg-orange-50 rounded-lg p-4">
<p class="font-medium text-orange-800 mb-2">
<i class="fas fa-water mr-2"></i>流动性陷阱
</p>
<p class="text-sm text-orange-700">小盘股(如吉冈精密)送转后日均成交额不足<strong>1000万元</strong></p>
</div>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-3">政策与信息风险</h3>
<div class="space-y-3">
<div class="bg-yellow-50 rounded-lg p-4">
<p class="font-medium text-yellow-800 mb-2">
<i class="fas fa-gavel mr-2"></i>政策风险
</p>
<p class="text-sm text-yellow-700">交易所将严查"高送转+减持"组合如2024年超频三案例</p>
</div>
<div class="bg-purple-50 rounded-lg p-4">
<p class="font-medium text-purple-800 mb-2">
<i class="fas fa-exclamation-circle mr-2"></i>信息矛盾
</p>
<p class="text-sm text-purple-700">新闻强调"板块活跃",但路演数据显示高送转概念<strong>年初至今跌幅-15.61%</strong></p>
</div>
</div>
</div>
</div>
</div>
<!-- 综合结论与投资启示 -->
<div class="bg-gradient-to-r from-purple-600 to-blue-600 rounded-2xl card-shadow p-6 mb-8 text-white">
<h2 class="text-2xl font-bold mb-6 flex items-center">
<i class="fas fa-lightbulb mr-3"></i>
综合结论与投资启示
</h2>
<div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
<div>
<h3 class="text-lg font-semibold mb-3">阶段判断</h3>
<p class="text-purple-100">当前处于<strong class="text-white">主题炒作2.0阶段</strong>(政策背书+资金博弈),需警惕业绩证伪</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-3">投资价值方向</h3>
<div class="space-y-2 text-purple-100">
<p><strong class="text-white">短期:</strong>关注<strong class="text-white">高成长+高送转</strong>组合</p>
<p><strong class="text-white">长期:</strong>布局<strong class="text-white">现金流稳定+行业景气</strong>标的</p>
</div>
</div>
<div>
<h3 class="text-lg font-semibold mb-3">关键跟踪指标</h3>
<ul class="space-y-1 text-purple-100 text-sm">
<li>• 送转比例/净利润增速</li>
<li>• 机构持仓变化</li>
<li>• 监管问询频率</li>
</ul>
</div>
</div>
</div>
<!-- 关联股票数据表格 -->
<div class="bg-white rounded-2xl card-shadow p-6">
<h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center">
<i class="fas fa-table text-purple-600 mr-3"></i>
关联股票数据
</h2>
<!-- 高送转股票 -->
<div class="mb-8">
<h3 class="text-lg font-semibold text-gray-700 mb-4 flex items-center">
<span class="w-3 h-3 bg-purple-600 rounded-full mr-2"></span>
高送转股票
</h3>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">送转方案</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">业绩增长</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">比亚迪</td>
<td class="px-6 py-4 table-cell-wrap">每10股送8股转12股派39.74元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
年净利润同比+34%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">兆丰股份</td>
<td class="px-6 py-4 table-cell-wrap">每10转4.5股派2.1元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
净利润-23.94%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">唯特偶</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.5股派8元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
净利润-12.53%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">指南针</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.5股</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+43.50%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">翔楼新材</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.5股派10元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+3.10%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">同星科技</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.5股派2.5元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+6.19%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">科拜尔</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4股派1元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+7.25%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">嘉诚国际</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.8股派0.9元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+24.53%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">科林电气</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.8股派2元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
净利润-40.54%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">达梦数据</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.9股</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+22.22%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">上海沿浦</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.9股派3.88元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+50.31%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">新铝时代</td>
<td class="px-6 py-4 table-cell-wrap">每10股转5股派10元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+1.99%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">因赛集团</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.9股</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
净利润-208.32%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">林泰新材</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4股派6元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+64.78%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">道通科技</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.9股派5元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+257.59%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">中科星图</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4.9股派1.3元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+2.67%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">德源药业</td>
<td class="px-6 py-4 table-cell-wrap">每10股转5股派4.6元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+28.26%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">星图测控</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4股派1.49元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+35.68%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">欧康医药</td>
<td class="px-6 py-4 table-cell-wrap">每10股转3股派1元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800">
净利润+34.62%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">武汉蓝电</td>
<td class="px-6 py-4 table-cell-wrap">每10股转4股派10元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
净利润-25.93%
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 送转预期股票 -->
<div class="mb-8">
<h3 class="text-lg font-semibold text-gray-700 mb-4 flex items-center">
<span class="w-3 h-3 bg-blue-600 rounded-full mr-2"></span>
送转预期股票
</h3>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">每股资本公积金</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">每股未分配利润</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">义翘神州</td>
<td class="px-6 py-4 whitespace-nowrap">35.78元</td>
<td class="px-6 py-4 whitespace-nowrap">10.16元</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">派能科技</td>
<td class="px-6 py-4 whitespace-nowrap">30.46元</td>
<td class="px-6 py-4 whitespace-nowrap">6.67元</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">石头科技</td>
<td class="px-6 py-4 whitespace-nowrap">28.26元</td>
<td class="px-6 py-4 whitespace-nowrap">40.62元</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">极米科技</td>
<td class="px-6 py-4 whitespace-nowrap">27.69元</td>
<td class="px-6 py-4 whitespace-nowrap">15.07元</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">吉比特</td>
<td class="px-6 py-4 whitespace-nowrap">19.41元</td>
<td class="px-6 py-4 whitespace-nowrap">46.64元</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">硕世生物</td>
<td class="px-6 py-4 whitespace-nowrap">11.67元</td>
<td class="px-6 py-4 whitespace-nowrap">44.27元</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- 高送转妖股 -->
<div>
<h3 class="text-lg font-semibold text-gray-700 mb-4 flex items-center">
<span class="w-3 h-3 bg-red-600 rounded-full mr-2"></span>
高送转妖股
</h3>
<div class="overflow-x-auto">
<table class="min-w-full divide-y divide-gray-200">
<thead class="bg-gray-50">
<tr>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">股票名称</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">送转方案</th>
<th class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">历史涨幅</th>
</tr>
</thead>
<tbody class="bg-white divide-y divide-gray-200">
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">煌上煌</td>
<td class="px-6 py-4 table-cell-wrap">每10股转25股派1.25元送红股5股</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
最高涨幅500%
</span>
</td>
</tr>
<tr class="hover:bg-gray-50">
<td class="px-6 py-4 whitespace-nowrap font-medium text-gray-900">超频三</td>
<td class="px-6 py-4 table-cell-wrap">每10股转8股派1元</td>
<td class="px-6 py-4 whitespace-nowrap">
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-red-100 text-red-800">
最高涨幅400%
</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<script>
// 初始化Vanta.js背景效果
VANTA.WAVES({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x6366f1,
shininess: 30.00,
waveHeight: 10.00,
waveSpeed: 0.75,
zoom: 0.75
});
// 初始化tsParticles可选
// 如果需要更复杂的粒子效果,可以在这里添加
</script>
</body>
</html>
```