web-backset.cn/apps/web/src/view/Subscribe/index.tsx

62 lines
1.9 KiB
TypeScript
Raw Normal View History

2023-03-03 16:21:45 +08:00
import Checkmark12Filled from "@ricons/fluent/Checkmark12Filled";
import { Icon } from "@ricons/utils";
2023-03-02 17:58:59 +08:00
import "./index.less";
function Subscribe() {
return (
2023-03-03 16:21:45 +08:00
<div className="subscribe">
<div className="container">
2023-03-17 17:58:37 +08:00
<h2></h2>
<h4></h4>
<h4>IF x-arctanx</h4>
2023-03-03 16:21:45 +08:00
<div className="options overlay">
<section>
2023-03-17 17:58:37 +08:00
<h3></h3>
<p>请备注: 手机号</p>
<img src="/wx256.jpg" />
2023-03-03 16:21:45 +08:00
</section>
<section>
2023-03-17 17:58:37 +08:00
<h3></h3>
<p>请备注: 手机号</p>
<img src="/ali256.jpg" />
</section>
{/* popular */}
<section className="popular">
<div className="original">499</div>
<div className="price">256</div>
<h3></h3>
2023-03-03 16:21:45 +08:00
<p>
2023-03-17 17:58:37 +08:00
12线()
2023-03-03 16:21:45 +08:00
</p>
2023-03-17 17:58:37 +08:00
{/* <button className="bs btn br3" style={{ width: "100%" }}>
</button> */}
2023-03-03 16:21:45 +08:00
<ul>
<li>
<Icon size={20}>
<Checkmark12Filled />
</Icon>
2023-03-17 17:58:37 +08:00
<div></div>
2023-03-03 16:21:45 +08:00
</li>
<li>
<Icon size={20}>
<Checkmark12Filled />
</Icon>
2023-03-17 17:58:37 +08:00
<div></div>
2023-03-03 16:21:45 +08:00
</li>
<li>
<Icon size={20}>
<Checkmark12Filled />
</Icon>
2023-03-17 17:58:37 +08:00
<div></div>
2023-03-03 16:21:45 +08:00
</li>
</ul>
</section>
</div>
2023-03-02 17:58:59 +08:00
</div>
</div>
);
}
export default Subscribe;