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.
94 lines
1.1 KiB
94 lines
1.1 KiB
|
|
|
|
.div_form {
|
|
width: 100%;
|
|
margin-top:20px;
|
|
|
|
.data-tag{
|
|
margin-left:10px;
|
|
}
|
|
|
|
.item_width_1{
|
|
width: 480px;
|
|
}
|
|
.item_width_2{
|
|
width: 220px;
|
|
}
|
|
|
|
.list_item_width_1 {
|
|
width: 165px;
|
|
}
|
|
.list_item_width_2 {
|
|
width: 135px;
|
|
}
|
|
|
|
.item_width_5{
|
|
width: 320px;
|
|
}
|
|
}
|
|
|
|
|
|
.div-mult-form {
|
|
margin-top: 20px;
|
|
|
|
.div_person {
|
|
display: flex;
|
|
font-size: 14px;
|
|
padding-bottom: 20px;
|
|
|
|
.person_title {
|
|
text-align: right;
|
|
flex: 0 0 100px;
|
|
|
|
line-height: 36px;
|
|
padding: 0 12px 0 0;
|
|
}
|
|
|
|
.tag_item {
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.tag_tip {
|
|
margin-top: 10px;
|
|
color: #9c9c9c;
|
|
}
|
|
}
|
|
}
|
|
|
|
.form_flex{
|
|
display:flex;
|
|
justify-content: space-around;
|
|
|
|
.form_item{
|
|
width:50%;
|
|
}
|
|
}
|
|
|
|
.twoline {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.div_btn {
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.d-h3{
|
|
margin-left:20px;
|
|
}
|
|
|
|
.div_map {
|
|
margin-top:10px;
|
|
position: relative;
|
|
}
|
|
.div_searchmap {
|
|
z-index: 1000;
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|