.item { padding: 20px 10px; background: #fff; margin-bottom: 5px;
|
.top { display: flex; font-weight: bold; font-size: 17px;
|
.phone { margin-left: 30px; }
|
.tag { display: flex; font-weight: normal; align-items: center;
|
text { display: block; width: 30px; height: 17px; line-height: 17px; color: #ffffff; font-size: 10px; border-radius: 3px; text-align: center; margin-left: 15px; background-color: #3191fd; }
|
.red { background-color: red; }
|
}
|
}
|
.bottom { display: flex; margin-top: 10px; font-size: 14px; justify-content: space-between; color: #999999; }
|
}
|