@import '../home/home.wxss'; .infoBar_title { font-size: 12px; color: #999999; margin-left: 15px; height: 24px; line-height: 24px; background: rgb(244, 244, 244); } .infoBar_content { background: white; display: flex; flex-wrap: wrap; } .infoBar_content_item { background: white; height: 35px; min-width: 50%; } .infoBar_content_item_one { width: 100%; } .infoBar_content_item_title { font-size: 13px; color: #222222; line-height: 35px; margin-left: 15px; } .infoBar_content_item_text { font-size: 13px; color: #666; line-height: 35px; }