移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
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; }
}