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.

43 lines
809 B
CSS

@import '../../index/index.css';
page {
position: relative;
}
.servicebox {
padding: 10px;
background-color: #fff;
}
.servicebox .serviceinfo image {
width: 52px;
height: 52px;
}
.servicebox .serviceBottom {
height: 48px;
line-height: 48px;
width: 100%;
justify-content: space-between;
}
.servicebox .serviceBottom > view {
flex: 1;
justify-content: space-between;
padding: 0 10px 0 16px;
}
.icon-dianhua {
position: relative;
top: 12px;
width: 28px;
height: 28px;
border-radius: 50%;
background-color: var(--color-ysd-bg);
color: var(--color-hover);
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
float: right;
}
.dhImg {
width: 28px;
height: 28px;
margin-top: 40px;
}