实例:弧边选项卡
技术栈:HTML+CSS
效果:
源码:
【HTML】
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>纯CSS实现弧边选项卡</title>
<link rel="stylesheet" href="212.css">
</head>
<body>
<div class="tabs">
<input type="radio" name="tabs" id="label1" hidden checked>
<input type="radio" name="tabs" id="label2" hidden>
<