/* pages/home/components/topic/topic.wxss */ .topic .topicTable { display: flex; } .topic .topicTable .topicItem { flex: 1; padding: 5px 10px; } .topic .itemView{ padding: 5px 10px } .topic .localCells { height: 40px; line-height: 40px; } .topic .pKvm{ text-align: right; margin-right: 10px; margin-top: -20px; } .topic .kvm{ display: inline-block; width: 3.5em; color: #fff; background-color: #1989fa; height: 3.5em; border-radius: 50%; text-align: center; box-shadow: 0 0 7px #1989fa; } .topic .kvmText{ padding-top: 0.7em; width: 2em; margin: 0 auto; line-height: 1.1em; color: #bfcbd9; font-weight: 400; }