移动系统liao
2024-05-15 d7c7a6e9d05eec7b38b41b8ae39f373f650ca891
1
2
3
4
5
6
7
8
9
10
.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; }
}