/* components/cell/index.wxss */ .cell { border-bottom: 1px solid #E7E7E7; display: flex; flex-direction: column; padding: 10px 20px; } .cell_title { font-weight: 300; font-size: 17px; color: #000; } .cell_title_selected { color: #9C9C9C; } .cell_info { padding-top: 10rpx; display: flex; flex-direction: row; align-items: center; font-size: 12px; line-height: 12px; color: #D4D4D4; } .cell_info_top { padding: 0 10px; width: 20px; height: 12px; }