@import '../common/variable';
html.pc {
.c-a029 {
padding: @padding_pc_1 0;
}
.c-a029__list {
border-top: 1px solid #dcdcdc;
}
.c-a029__item {
padding: 30px 0;
border-bottom: 1px solid #dcdcdc;
}
.c-a029__title,
.c-a029__address,
.c-a029__service {
float: left;
}
.c-a029__title {
width: 313px;
font-size: 20px;
color: #353535;
font-weight: 500;
}
.c-a029__address {
width: 469px;
}
.c-a029__service {
width: 1150px-469-313;
}
.c-a029__label {
font-size: 18px;
color: #353535;
font-weight: 500;
}
.c-a029__content {
color: #888888;
font-size: 16px;
margin-top: 8px;
}
.c-a029__icon {
display: none;
}
}
html.mobile {
.c-a029 {
padding: @padding_mobile_1 0;
}
.c-a029__list {
border-top: 1px solid #dcdcdc;
}
.c-a029__item {
padding: 0.3rem 0;
border-bottom: 1px solid #dcdcdc;
}
.c-a029__title {
font-size: 0.3rem;
color: @theme_color_less;
font-weight: 500;
}
.c-a029__address {
margin-top: 0.3rem;
}
.c-a029__service {
margin-top: 0.3rem;
}
.c-a029__label {
font-size: 0.24rem;
color: #353535;
font-weight: 500;
}
.c-a029__content {
color: #888888;
font-size: 0.22rem;
margin-top: 8px;
}
.c-a029__icon {
position: absolute;
top: 0.3rem;
right: 0.3rem;
.fas{
font-size: 0.3rem;
}
}
.c-a029__icon--plus {
.fa-plus {
display: block;
}
.fa-minus {
display: none;
}
}
.c-a029__icon--minus {
.fa-plus {
display: none;
}
.fa-minus {
display: block;
}
}
}