25 lines
333 B
CSS
25 lines
333 B
CSS
|
table.form {
|
||
|
width:80%;
|
||
|
}
|
||
|
|
||
|
table.form td{
|
||
|
padding: 10px;
|
||
|
}
|
||
|
|
||
|
img#capcha{
|
||
|
border: 0px solid gray;
|
||
|
background: url('/func/capcha/bg_capcha.png');
|
||
|
width:120px;
|
||
|
height: 40px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
h3{
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
div.vcard{
|
||
|
width: 47%;
|
||
|
background: url('/img/vcard.jpg');
|
||
|
background-size:100% 100%;
|
||
|
height: 150px;
|
||
|
}
|