123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- .exercisContainer {
- :global {
- .van-calendar__day--end,
- .van-calendar__day--start,
- .van-calendar__day--start-end,
- .van-calendar__day--multiple-middle,
- .van-calendar__day--multiple-selected {
- background: #FF5074;
- }
- .van-overlay,
- .van-popup {
- z-index: 99999999 !important;
- }
- }
- .bgImg {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 214px;
- z-index: -1;
- }
- }
- .userMember {
- background-color: transparent !important;
- width: auto;
- padding: 0;
- // border-radius: 10px;
- padding: 18px;
- :global {
- .van-cell__title {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- }
- .level {
- width: 44px;
- height: 17px;
- }
- .userImgSection {
- position: relative;
- padding: 3px;
- background: #fff;
- margin-right: 12px;
- border-radius: 50%;
- &::before {
- content: ' ';
- position: absolute;
- left: 1px;
- top: 1px;
- bottom: 1px;
- right: 1px;
- background-color: #fff;
- border-radius: 50%;
- }
- }
- .userImg {
- width: 68px;
- height: 68px;
- border-radius: 50%;
- vertical-align: middle;
- overflow: hidden;
- }
- .userInfo {
- display: flex;
- align-items: center;
- color: #fff;
- padding-bottom: 5px;
- .name {
- padding-right: 5px;
- max-width: 100px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 20px;
- font-weight: 500;
- color: #000000;
- line-height: 28px;
- }
- }
- .timeRemaining {
- margin-top: 0;
- font-size: 14px;
- color: #c0c0c0;
- }
- .subjectTag {
- font-size: 12px;
- font-weight: 500;
- color: #FE2451;
- padding: 1px 7px;
- background: rgba(255, 255, 255, 0.3);
- border-radius: 20px;
- border: 1px solid #FFFFFF;
- display: inline-flex;
- align-items: center;
- line-height: 1;
- .iconSubject {
- width: 13px;
- height: 13px;
- margin-right: 4px;
- }
- }
- }
- .itemBottom {
- margin: 0 13px 15px;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-around;
- text-align: center;
- background-color: #fff;
- border-radius: 10px;
- padding: 20px 0;
- .itemBottomDot {
- width: 25%;
- .dotMain {
- font-size: 22px;
- color: #333333;
- line-height: 30px;
- margin-bottom: 4px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- span {
- margin-left: 1px;
- font-size: 12px;
- font-weight: 400;
- color: #333333;
- line-height: 17px;
- }
- }
- .dotSub {
- font-size: 12px;
- font-weight: 400;
- color: #777777;
- line-height: 17px;
- }
- }
- }
- .topWrap {
- :global {
- .van-sticky {
- background: url('../images/bg-image-1.png') no-repeat top center;
- background-size: 100% 214px;
- z-index: 99999999;
- }
- }
- .topInfoRight {
- // width: 50%;
- margin-bottom: 18px;
- padding: 0 10%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- .infoDay,
- .infoTime {
- width: 50%;
- }
- .infoDay {
- position: relative;
- margin-right: 20px;
- &::after {
- position: absolute;
- content: ' ';
- right: -12px;
- top: 12px;
- width: 1px;
- height: 35px;
- background-color: #E0E5E8;
- }
- }
- .infoDayMain {
- font-size: 24px;
- color: #333333;
- line-height: 28px;
- margin-bottom: 7px;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: 600;
- text-align: center;
- span {
- margin-left: 2px;
- font-size: 12px;
- font-weight: 400;
- color: #333333;
- line-height: 17px;
- }
- }
- .infoDaysub {
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 12px;
- font-weight: 400;
- color: #333333;
- line-height: 17px;
- text-align: center;
- img {
- width: 14px;
- height: 14px;
- margin-right: 3px;
- }
- }
- }
- }
- .trainWeek {
- margin: 15px 13px 12px;
- min-height: 267px;
- background-color: #fff;
- border-radius: 10px;
- padding: 20px 15px;
- .exerciseWeek {
- height: 200px;
- }
- .TrainDataTopRight {
- display: flex;
- align-items: center;
- margin-bottom: 18px;
- }
- .DataTopRightItem {
- display: flex;
- align-items: center;
- font-size: 13px;
- color: #777777;
- line-height: 1;
- &:first-child {
- margin-right: 20px;
- .DataTopRightDot {
- background-color: #FF7AA7;
- }
- }
- &:last-child {
- .DataTopRightDot {
- background-color: #3583FA;
- }
- }
- &.DataTopRightItemDis {
- .DataTopRightDot {
- background-color: #e8e8e8 !important
- }
- }
- .DataTopRightDot {
- width: 12px;
- height: 12px;
- border-radius: 2px;
- background-color: #ccc;
- margin-right: 4px;
- }
- }
- .trainTitle {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding-bottom: 16px;
- img {
- width: 64px;
- height: 15px;
- }
- .timeRange {
- display: flex;
- align-items: center;
- font-size: 14px;
- color: rgba(19, 20, 21, 0.6);
- .iconArrow {
- display: inline-block;
- width: 9px;
- height: 5px;
- margin-left: 3px;
- background: url('./images/icon-arrow.png') no-repeat center;
- background-size: contain;
- }
- }
- }
- }
- .fullRefresh {
- min-height: calc(100vh - var(--header-height) - 275px)
- }
- .emptyContainer {
- height: calc(100vh - var(--header-height) - 275px);
- display: flex;
- align-items: center;
- }
|