123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- .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;
- }
|