123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661 |
- .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;
- // }
- // }
- :global {
- .van-dropdown-menu__bar {
- padding-bottom: 7Px;
- height: auto;
- background-color: transparent;
- }
- .van-dropdown-menu__title {
- padding: 0;
- &::after {
- display: none;
- }
- }
- .van-dropdown-menu__title--active {
- .areaWrapActive {
- span {
- color: #028FF6;
- }
- .iconArrowActive {
- background: url('./images/icon-arrow-active.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- }
- }
- .cardWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: wrap;
- justify-content: space-between;
- margin-top: 18px;
- .cardItem {
- // flex: 1;
- flex-basis: 48.6%;
- padding: 8px 16px;
- // width: 110px;
- height: 70px;
- background: #ffffff;
- border-radius: 10px;
- overflow: hidden;
- position: relative;
- margin-bottom: 8px;
- // &+.cardItem {
- // margin-left: 8px;
- // }
- // &:nth-child(2n + 2) {
- // margin-left: 8px;
- // }
- .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;
- padding-left: 2px;
- }
- .studentCard {
- .cardLine {
- background: #259cfe;
- color: #fe6f25;
- }
- .cardNum {
- color: #259cfe;
- }
- }
- .memberCard {
- .cardLine {
- background: rgba(254, 37, 37, 1);
- color: rgba(254, 37, 37, 1);
- }
- .cardNum {
- color: rgba(254, 37, 37, 1);
- }
- }
- .memberRateCard {
- .cardLine {
- background: #5FC5A7;
- color: #5FC5A7;
- }
- .cardNum {
- color: #33B48E;
- }
- }
- .classCard {
- .cardLine {
- background: #5FC5A7;
- color: #5FC5A7;
- }
- .cardNum {
- color: #5FC5A7;
- }
- }
- .cardInfo {
- margin-top: 5px;
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 14px;
- font-weight: 400;
- color: #777777;
- line-height: 21px;
- img {
- width: 18px;
- height: 18px;
- margin-right: 3px;
- }
- }
- }
- .searchWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- .allDataWrap {
- padding-left: 0px !important;
- }
- .searechInfo {
- width: 273px;
- }
- .timerWrap img {
- margin-left: 4px;
- flex-shrink: 0;
- }
- }
- .areaWrap {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 8px 10px;
- border-radius: 30px;
- background-color: #fff;
- .iconAddress {
- display: inline-block;
- width: 16px;
- height: 18px;
- background: url('./images/icon-address.png') no-repeat center;
- background-size: contain;
- flex-shrink: 0;
- }
- span {
- padding: 0 4px;
- font-weight: 600;
- font-size: 15px;
- color: #333333;
- max-width: 190px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .iconArrow {
- width: 9px;
- height: 5px;
- display: inline-block;
- background: url('./images/icon-arrow.png') no-repeat center;
- background-size: contain;
- flex-shrink: 0;
- }
- }
- .topHeadIndex {
- padding-bottom: 7Px;
- }
- .cardWrapIndex {
- margin-top: 10px;
- }
- .sanIcon {
- width: 9px;
- height: 5px;
- }
- .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;
- &.schoolItemOther {
- padding: 12px 0;
- .schoolNameWrap {
- padding: 0 12px;
- }
- }
- .title {
- font-weight: 400;
- color: #777777;
- line-height: 17px;
- font-size: 12px;
- margin-bottom: 6px;
- }
- .schoolName {
- max-width: 305px;
- 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;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .schoolCountWrap {
- display: flex;
- flex-direction: row;
- align-items: center;
- &>div {
- flex: 1;
- padding-top: 14px;
- }
- .title {
- padding-top: 6px;
- text-align: center;
- }
- .personNum {
- font-weight: bold;
- font-size: 24px;
- color: #FF5A56;
- line-height: 30px;
- font-family: DINAlternate-Bold,
- DINAlternate;
- img {
- width: 30px;
- height: 30px;
- vertical-align: middle;
- }
- }
- // .arrow {
- // width: 6px;
- // height: 12px;
- // margin-left: 17px;
- // }
- }
- }
- }
- .popSearchList {
- width: 128px;
- background: #FFFFFF;
- box-shadow: 0 2px 12px 0px rgba(50, 50, 51, 0.12);
- padding: 0 8px;
- border-radius: 8px;
- overflow: hidden;
- .popSearchItem {
- overflow: hidden;
- .popSearchItemChild {
- margin: 5px 0;
- padding: 6px 14px;
- font-size: 14px;
- color: #323233;
- line-height: 20px;
- text-shadow: 0 2px 12px rgba(50, 50, 51, 0.12);
- border-radius: 4px;
- &.popSearchItemActive {
- background: #EEF8FF;
- font-weight: 500;
- color: #028FF6;
- }
- }
- }
- }
- .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 - var(--header-height));
- }
- .refreshC {
- min-height: calc(100vh - var(--header-height));
- }
- .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: 105px;
- display: flex;
- align-items: center;
- justify-content: center;
- &.timerWrapActive {
- color: #028FF6;
- }
- }
- .schoolList {
- display: block;
- }
- .popupQrcode {
- background: transparent;
- overflow: visible;
- // position: relative;
- .iconClose {
- position: absolute;
- display: inline-block;
- width: 32px;
- height: 32px;
- background: url('./images/icon-close.png') no-repeat center;
- background-size: contain;
- top: -32px;
- right: -9px;
- }
- .image {
- width: 100%;
- }
- .btnText {
- text-align: center;
- padding-top: 30px;
- font-size: 16px;
- color: #fff;
- font-weight: 600;
- }
- }
- .qrcodeBg {
- // position: absolute;
- // left: 0;
- // right: 0;
- // top: -40px;
- width: 310px;
- // margin-top: -40px;
- }
- .qrcodeBgDom {
- width: 310px;
- height: 158px;
- background: url('./images/qrcode-bg.png') no-repeat center;
- background-size: contain;
- }
- .templateSection {
- position: absolute;
- z-index: -10;
- top: -1000px;
- left: 0;
- // transform: translateX(9999px);
- }
- .shareContaienr {
- width: 310px;
- position: relative;
- text-align: center;
- border-radius: 16px;
- text-align: center;
- line-height: 0;
- font-size: 0;
- // margin-top: 40px;
- overflow: hidden;
- .qrcodeSection {
- width: 155px;
- height: 155px;
- margin: 0 auto;
- position: relative;
- overflow: hidden;
- .qrbg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .mqrcode {
- width: 136px !important;
- height: 136px !important;
- margin: 12px;
- }
- }
- .sectionGroup {
- padding: 0 28px 40px;
- background: linear-gradient(90deg, #C5ECF8 0%, #D9F9DC 100%);
- margin-top: -45px;
- position: relative;
- z-index: 9;
- }
- .section {
- border-radius: 12px;
- background-color: #fff;
- padding-bottom: 30px;
- }
- }
- .memo {
- padding: 20px 15px;
- font-size: 14px;
- margin: 0 auto;
- font-weight: 500;
- font-size: 15px;
- color: #000000;
- line-height: 21px;
- word-break: break-all;
- }
- .downloadBtn {
- margin-top: 29px;
- background: linear-gradient(73deg, #5BECFF 0%, #259CFE 100%);
- border: none;
- border-radius: 10px;
- height: 47px;
- max-width: 264px;
- margin: 29px auto 0;
- }
- .areaList {
- display: flex;
- flex: 1;
- overflow-x: hidden;
- overflow-y: auto;
- min-height: 240px;
- max-height: 300px;
- .areaItem {
- flex: 1;
- max-width: 33.33%;
- padding: 8px 5px;
- }
- .areaItemChild {
- padding: 0 8px;
- border-radius: 6px;
- background: #fff;
- font-size: 14px;
- line-height: 36px;
- height: 36px;
- color: #333333;
- margin-bottom: 4px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- display: block;
- }
- .areaItemChildActive {
- font-weight: 500;
- color: #028FF6;
- background: #EEF8FF;
- }
- }
- .btnGroup {
- padding: 9px 13px;
- display: flex;
- align-items: center;
- :global {
- .van-button {
- height: 44px;
- font-weight: 400;
- font-size: 16px;
- }
- .van-button+.van-button {
- margin-left: 15px;
- }
- }
- }
|