.tenantAllData { padding: 0 12px; min-height: 100vh; box-sizing: border-box; .topWrap { padding-top: 16px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; .topHead { display: flex; flex-direction: row; align-items: center; font-size: 17px; font-weight: 600; color: #333333; line-height: 24px; .topDot { width: 4px; height: 14px; margin-right: 6px; } .sanIcon { margin-left: 6px; } } .timerWrap { display: flex; flex-direction: row; align-items: center; font-size: 14px; font-weight: 400; color: #333333; .sanIcon { width: 12px; height: 12px; margin-left: 5px; } } } .cardWrap { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-top: 18px; .cardItem { padding: 8px 16px; width: 170px; height: 70px; background: #ffffff; border-radius: 10px; overflow: hidden; position: relative; .cardLine { width: 6px; height: 70px; background: #fe6f25; opacity: 0.24; position: absolute; left: 0; top: 0; } } .cardNum { font-size: 24px; font-family: DINAlternate-Bold, DINAlternate; font-weight: bold; color: #fe6f25; line-height: 28px; } .studentCard { .cardLine { background: #259cfe; color: #fe6f25; } .cardNum { color: #259cfe; } } .cardInfo { margin-top: 5px; display: flex; flex-direction: row; align-items: center; font-size: 15px; font-weight: 400; color: #777777; line-height: 21px; img { width: 16px; height: 16px; } } } .searchWrap { display: flex; flex-direction: row; align-items: center; .allDataWrap { padding-left: 0px !important; } .searechInfo { width: 273px; } } .sanIcon { width: 12px; height: 12px; } .routeSan { transform: rotate(180deg); transition: 0.2; } .schoolItem { display: flex; flex-direction: row; align-items: center; justify-content: space-between; background-color: #fff; margin-bottom: 12px; padding: 12px; border-radius: 10px; min-height: 73px; .title { font-weight: 400; color: #777777; line-height: 17px; font-size: 12px; margin-bottom: 6px; } .schoolName { max-width: 235px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; font-weight: 500; color: #333333; line-height: 20px; } .personNum { font-size: 20px; font-family: DINAlternate-Bold, DINAlternate; font-weight: bold; color: #ff5a56; line-height: 24px; text-align: center; } .schoolCountWrap { display: flex; flex-direction: row; align-items: center; .arrow { width: 6px; height: 12px; margin-left: 17px; } } } } .topHeadSchool { font-size: 14px; display: flex; flex-direction: row; align-items: center; .sanIcon { margin-left: 5px; } } .detailCard { width: 100% !important; } .studentItem { display: flex; flex-direction: row; // align-items: center; justify-content: space-between; background-color: #fff; margin-bottom: 12px; padding: 12px; border-radius: 10px; .studentNameWrap { .title { font-size: 16px; font-weight: 500; color: #333333; line-height: 22px; margin-bottom: 4px; max-width: 175px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .studentPhone { font-size: 14px; font-weight: 400; color: #777777; line-height: 20px; } } .studentCountWrap { font-size: 14px; font-weight: 400; color: #777777; line-height: 20px; } } .emptyC { padding-bottom: 0; min-height: calc(100vh - 190px); } .refreshC { min-height: calc(100vh - 190px); } .refreshD { min-height: calc(100vh - 185px); } .emptyD { padding-bottom: 0; min-height: calc(100vh - 175px); } .top { background-color: #f6f8f9; padding: 0 12px; } .timerWrap { font-size: 14px; width: 85px; } .schoolList { display: block; }