You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
725 B
34 lines
725 B
4 years ago
|
table{
|
||
|
margin: 0 auto;
|
||
|
width: 85%;
|
||
|
height: 80%;
|
||
|
margin-top: 5%;
|
||
|
border-collapse: collapse;
|
||
|
td{
|
||
|
position: relative;
|
||
|
width: 50%;
|
||
|
height: 2.246094rem;
|
||
|
p{
|
||
|
font-size: 20px;
|
||
|
margin: 8px 0;
|
||
|
}
|
||
|
span{
|
||
|
font-size: 15px;
|
||
|
font-weight: 500;
|
||
|
color: gray;
|
||
|
}
|
||
|
input{
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 2.246094rem;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
opacity: 0;
|
||
|
}
|
||
|
.image{
|
||
|
height: 100%;
|
||
|
width: 299px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
table,table tr th, table tr td { border:1px solid black;text-align: center; }
|