/* pages/warnList/warnList.wxss */ .warn-list { padding: 15px 15px; } .warn-item { border: solid 1px #e5e6e7; border-radius: 8px; box-shadow: 2px 2px 5px #d4d4d4; margin-bottom: 15px; } .item-head { display: flex; flex-direction: row; justify-content: space-between; background-color: #f0f0f0; padding: 8px 8px; font-size: 12px; } .item-content { padding: 10px 8px; } .warn-desc { background-color: #ff5359; color: white; display: inline-block; padding: 3px 10px; border-radius: 5px; }