调查问卷中部

[[html]]
<head>
<style type="text/css">
@import url('https://cdn.jsdelivr.net/gh/scp-cn-tech/sigma9@cn/cn/sigma9_ch.min.css');

.target {
position:fixed;
}

.page {
position: fixed;
left: -101%;
opacity: 0;
transition: ease 1s;
-webkit-transition: ease 1s;
}

.target:target + .page {
position: static;
opacity: 1;
}

.target:target ~ .start-button {
display: none;
}

.button-link, .start-button {
text-align: center;
}

.button-link a, .start-button a {
color: #FFF;
display: inline-block;
padding: 0.5em;
margin: 0.5em;
font-size: 0.85rem;
font-family: sans-serif;
/* border: solid 1px #FFF;
border-radius: 2px; */
border: solid 1px #444;
box-shadow: 0 2px 0 rgba(255, 0, 0, 0.75);
transition: ease 0.25s;
-webkit-transition: ease 0.25s;
}

.button-link a:hover, .start-button a:hover {
/* background-color: #FFF;
color: #000; */
background-color: #444;
text-decoration: none;
}

.start-button a:hover {
border-color: rgba(255, 0, 0, 0.75);
background-color: rgba(255, 0, 0, 0.75);
color: #000;
}

</style>
</head>

<body>
<div class="button-link">

CC BY-SA 114514.810