web-backset.cn/apps/web/src/view/Subscribe/index.tsx
2023-03-19 01:43:03 +08:00

62 lines
1.9 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import Checkmark12Filled from "@ricons/fluent/Checkmark12Filled";
import { Icon } from "@ricons/utils";
import "./index.less";
function Subscribe() {
return (
<div className="subscribe">
<div className="container">
<h2></h2>
<h4></h4>
<h4>IF x-arctanx</h4>
<div className="options overlay">
<section>
<h3></h3>
<p>请备注: 手机号</p>
<img src="/wx256.jpg" />
</section>
<section>
<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>
<p>
12线()
</p>
{/* <button className="bs btn br3" style={{ width: "100%" }}>
订阅
</button> */}
<ul>
<li>
<Icon size={20} color="green">
<Checkmark12Filled />
</Icon>
<div></div>
</li>
<li>
<Icon size={20} color="green">
<Checkmark12Filled />
</Icon>
<div></div>
</li>
<li>
<Icon size={20} color="green">
<Checkmark12Filled />
</Icon>
<div></div>
</li>
</ul>
</section>
</div>
</div>
</div>
);
}
export default Subscribe;