You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
373 B
CSS
30 lines
373 B
CSS
/*账号未认证*/
|
|
.modal{
|
|
top:150px;
|
|
display: block;
|
|
}
|
|
.modal-title img{
|
|
width: 20px;
|
|
margin-right: 10px;
|
|
margin-top:-3px;
|
|
}
|
|
.modal-body a{
|
|
color:#32a3db;
|
|
}
|
|
.modal-body a:hover{
|
|
color:#32a3db;
|
|
}
|
|
.modal-backdrop{
|
|
z-index: 4;
|
|
}
|
|
|
|
/*公司简介*/
|
|
.profile img{
|
|
width: 80%;
|
|
display: block;
|
|
margin:15px auto 20px;
|
|
}
|
|
.profile p{
|
|
font-size:14px;
|
|
text-indent: 2em;
|
|
} |