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.
29 lines
450 B
CSS
29 lines
450 B
CSS
|
1 year ago
|
page {
|
||
|
|
padding: 10px;
|
||
|
|
}
|
||
|
|
.bottom {
|
||
|
|
background-color: #fff;
|
||
|
|
border-radius: 8px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.serviceinfo {
|
||
|
|
line-height: 1;
|
||
|
|
padding: 26px 16px 16px 16px;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.serviceinfo image {
|
||
|
|
width: 52px;
|
||
|
|
height: 52px;
|
||
|
|
}
|
||
|
|
.telBox {
|
||
|
|
width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
line-height: 40px;
|
||
|
|
border-radius: 50%;
|
||
|
|
background-color: #fff1ec;
|
||
|
|
}
|
||
|
|
.telBox i {
|
||
|
|
font-size: 24px;
|
||
|
|
color: #ff4400;
|
||
|
|
}
|