main
kgdxpr 1 year ago
parent 2a22a6fec2
commit e016a428bb

@ -9,7 +9,7 @@
width: 1024px; width: 1024px;
height: 500px; height: 500px;
position: absolute; position: absolute;
top: 50%; top: 45%;
left: 50%; left: 50%;
border-radius: 12px; border-radius: 12px;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
@ -21,6 +21,7 @@
display: grid; display: grid;
grid-template-columns: 25% 25% 25% 25%; grid-template-columns: 25% 25% 25% 25%;
grid-template-rows: 50% 50%; grid-template-rows: 50% 50%;
margin-top: 80px;
} }
img { img {
@ -34,6 +35,7 @@
.title { .title {
font-size: 14px; font-size: 14px;
font-weight: normal;
margin-top: 15px; margin-top: 15px;
} }
@ -54,7 +56,8 @@
<body> <body>
<div class="content"> <div class="content" style="text-align: center;font-size: 18;font-weight: bolder;">
请选择填报类型
<div class="container"> <div class="container">
<div class="items"> <div class="items">
<a href="./xxjszb_jchj_list.html"> <a href="./xxjszb_jchj_list.html">

Loading…
Cancel
Save