123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696 |
- page {
- background: #F3F3F3;
- color: #333;
- box-sizing: border-box;
- width:750rpx;
- }
- .container{
-
- padding:0 24rpx 80rpx;
- margin-top:-200rpx;
- }
- .user-top-bj{
- width: 750rpx;
- height: 274rpx;
- /* background: linear-gradient(180deg, #91D5FF 0%, #FFFFFF 83%, #F3F3F3 100%); */
- background: url('https://mall.zhaijieshi.cc/file/wx-servant/new/my-bg.png') no-repeat;
- background-size: 750rpx 256rpx;
- padding-top:24rpx;
- }
- .study-center{
- display: flex;
- width: 218rpx;
- height: 50rpx;
- background: rgb(83,182,32);
- /* background: linear-gradient(251deg, #AE794B 0%, #C19937 100%); */
- border-radius: 18rpx 18rpx 0px 0px;
- align-items: center;
- justify-content: center;
- margin-left:474rpx;
- padding-right:6rpx;
- }
- .study-center image{
- width:46rpx;
- height: 46rpx;
- margin-right:8rpx;
- }
- .study-center view{
- font-weight: 600;
- color: #FFFFFF;
- font-size: 32rpx;
- line-height: 50rpx;
- }
- view,text{
- box-sizing: border-box;
- color:#333;
- font-size: 30rpx;
- }
- .user-wrapper{
- margin:0 0 16rpx;
- background: #FFFFFF;
- border-radius: 18rpx;
- padding:28rpx 18rpx 32rpx 24rpx;
- width:702rpx;
- }
- .user-info{
- display: flex;
- align-items: center;
- }
- .user-img{
- width:148rpx;
- height: 148rpx;
- border-radius:148rpx;
- margin-right:16rpx;
- background: #eee;
- margin-top:-100rpx;
- }
- .user-right{
- height: 120rpx;
- display: flex;
- flex-direction: column;
- /* justify-content: space-between; */
- flex:1;
- line-height:32rpx;
- }
- .user-name{
- display: flex;
- height: 32rpx;
- /* justify-content: space-between; */
- margin-bottom:24rpx;
- }
- .user-name text{
- font-size: 38rpx;
- font-weight: bold;
- }
- .city-station{
- line-height: 40rpx;
- }
- .job-year{
- color: #096DD9;
- margin-left:20rpx;
- font-size: 24rpx;
- }
- .user-bottom{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .user-tag{
- display: flex;
- }
- .user-tag view{
- background: #E6F7FF;
- border-radius: 4rpx;
- border: 1rpx solid #91D5FF;
- width:74rpx;
- height: 34rpx;
- color: #096DD9;
- font-size: 22rpx;
- text-align: center;
- margin-right:10rpx;
- }
- .health{
- display: flex;
- }
- .health image{
- width:36rpx;
- height: 34rpx;
- /* margin-right:6rpx; */
- }
- .health text{
- color: #096DD9;
- font-size: 26rpx;
- line-height: 26rpx;
- }
- .module-nav{
- width:702rpx;
- margin:0 0 16rpx;
- background: #fff;
- border-radius: 18rpx;
- height:200rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding:0 24rpx;
- }
- .nav-item{
- flex:1;
- text-align: center;
- }
- .nav-img{
- width:60rpx;
- height: 60rpx;
- margin-bottom:14rpx;
- }
- .nav-text{
- height:48rpx;
- line-height:48rpx;
- font-size: 36rpx;
- color:#333;
- }
- /* 我的站长 */
- .my-leader{
- background:#fff;
- border-radius: 18rpx;
- padding:28rpx 24rpx 10rpx;
- width:702rpx;
- }
- .leader-title{
- height: 28rpx;
- display: flex;
- align-items: center;
- line-height: 28rpx;
- }
- .leader-title image{
- width:28rpx;
- height:28rpx;
- margin-right:8rpx;
- }
- .leader-name{
- margin:24rpx 0 16rpx 0;
- padding-left:34rpx;
- height: 32rpx;
- line-height: 32rpx;
- font-size: 28rpx;
- }
- .call-wrapper{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .call-wrapper view{
- width: 316rpx;
- height: 56rpx;
- line-height: 56rpx;
- background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%);
- border-radius: 56rpx;
- color: #fff;
- text-align: center;
- }
- /* 服务费记账本 */
- .sally-book{
- width:702rpx;
- margin:16rpx 0 16rpx;
- padding:34rpx 24rpx 46rpx;
- border-radius:18rpx;
- background: #fff;
- }
- .sally-title{
- display: flex;
- align-items: center;
- }
- .sally-title image{
- width:34rpx;
- height: 34rpx;
- margin-right:12rpx;
- }
- .sally-title .middle{
- font-size: 36rpx;
- color:#333333;
- flex:1;
- }
- .sally-detail{
- color:#09afff;
- }
- .sally-content{
- margin:24rpx 0 14rpx;
- padding-left:36rpx;
- }
- .sally-history{
- height: 32rpx;
- line-height: 32rpx;
- padding-left:36rpx;
- }
- .history-num{
- margin-left:20rpx;
- }
- .sally-content text,.sally-history text{
- color:#999;
- }
- .sally-content text.sally-num{
- font-weight: 600;
- color: #FFAA00;
- margin-left:20rpx;
- font-size: 40rpx;
- }
- /* 消息中心 */
- .message-center{
- margin-bottom:16rpx;
- background-color: #fff;
- border-radius:18rpx;
- padding:32rpx 24rpx;
- width:702rpx;
- }
- .message-title{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 36rpx;
- }
- .msg-title-left{
- height: 36rpx;
- display: flex;
- align-items: center;
- }
- .msg-title-left image{
- width:36rpx;
- height:36rpx;
- margin-right:10rpx;
- }
- .message-title .title-text{
- font-size: 36rpx;
- font-weight: 500;
- line-height: 36rpx;
- }
- .msg-num{
- width: 36rpx;
- height: 36rpx;
- background: #FA0000;
- font-size: 22rpx;
- line-height: 34rpx;
- font-weight: 500;
- text-align: center;
- margin-left:6rpx;
- border-radius: 38rpx;
- color:#fff;
- }
- .msg-title-right{
- color:#09afff;
- font-size: 28rpx;
- }
- .box-wrapper{
- height: 64rpx;
- background: #E6F7FF;
- border-radius: 14rpx;
- margin-top:32rpx;
- display: flex;
- align-items: center;
- padding-left:20rpx;
- }
- .msg-box{
- height: 64rpx;
- overflow: hidden;
- }
- .msg-item{
- display: flex;
- align-items: center;
- height: 64rpx;
- }
- .box-wrapper image{
- width:32rpx;
- height: 32rpx;
- margin-right:16rpx;
- }
- .content-wrapper{
- flex:1;
- display: flex;
- align-items: center;
- height: 64rpx;
- }
- .content-wrapper view{
- line-height: 64rpx;
- color:#09afff;
- font-size: 26rpx;
- }
- .anim{
- margin-top:-60rpx;
- transition: all 0.5s;
- }
- .msg-content{
- width:560rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- /* 复购看板 */
- .rebuy-board{
- background: #fff;
- border-radius:18rpx;
- width:702rpx;
- padding:24rpx 24rpx 28rpx;
- }
- .rebuy-title{
- display:flex;
- align-items: center;
- justify-content: space-between;
- height: 48rpx;
- }
- .rebuy-title-left image{
- width:40rpx;
- height:40rpx;
- margin-right:10rpx;
- }
- .rebuy-title-left view{
- font-size: 32rpx;
- }
- .rebuy-title-left{
- display:flex;
- align-items: center;
- height: 48rpx;
- line-height: 48rpx;
- }
- .rebuy-week{
- display:flex;
- align-items: center;
- height: 48rpx;
- line-height: 48rpx;
- }
- .rebuy-week image{
- width:24rpx;
- height:24rpx;
- margin-left:4rpx;
- }
- .current-week{
- color: #09AFFF;
- margin:0 12rpx;
- }
- .last-week{
- margin-left:4rpx;
- }
- .rebuy-content{
- /* height: 218rpx; */
- background: #E6F7FF;
- border-radius: 15rpx;
- margin-top:10rpx;
- padding:20rpx 32rpx 24rpx 24rpx;
- }
- .rebuy-orders{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 90rpx;
- }
- .rebuy-orders .title{
- font-size: 32rpx;
- color:#666;
- }
- .single-block{
- flex:1;
- margin-left:60rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 90rpx;
- }
- .single-block view{
- color: #39CB7F;
- font-size: 22rpx;
- width:74rpx;
- text-align: center;
- }
- .single-block text{
- font-size: 36rpx;
- color: #39CB7F;
-
- }
- .single-block .tag{
- width: 74rpx;
- height: 30prx;
- line-height: 28rpx;
- background: #39CB7F;
- font-size: 20rpx;
- color:#fff;
- text-align: center;
- border-radius: 4rpx;
- margin-left:4rpx;
- }
- .cycle-block{
- width:104rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- /* align-items: center; */
- height: 90rpx;
- flex:1;
- margin-left:60rpx;
- }
- .cycle-block view{
- color: #09AFF0;
- font-size: 22rpx;
- width:104rpx;
- text-align: center;
- }
- .cycle-block text{
- font-size: 36rpx;
- color: #09AFF0;
-
- }
- .cycle-block .tag{
- width: 104rpx;
- height: 30prx;
- line-height: 28rpx;
- background: #09AFFF;
- font-size: 20rpx;
- color:#fff;
- text-align: center;
- border-radius: 4rpx;
- }
- .rebuy-goals{
- margin-top:20rpx;
- }
- .rebuy-goals .single-block text{
- color: #E2B650;
- width:104rpx;
- text-align: center;
- display:inline-block;
- }
- .rebuy-goals .single-block .tag{
- background: #E2B650;
- width:102rpx;
- margin-left:-8rpx;
- }
- .rebuy-goals .cycle-block text{
- color: #E2B650;
- width:104rpx;
- text-align: center;
- display:inline-block;
- }
- .rebuy-goals .cycle-block .tag{
- background: #E2B650;
- }
- .mark-wrapper{
- position: relative;
- }
- .mark-wrapper .mark{
- position: absolute;
- width: 84rpx;
- height: 58rpx;
- color:#fff;
- font-size: 16rpx;
- background: url('https://jzmall.lifejingzhi.com/file/wx-servant/bg-tips.png') no-repeat center;
- background-size: 100% 100%;
- top:-56rpx;
- left:100rpx;
- line-height: 24rpx;
- padding:4rpx 0 0 4rpx;
- }
- .logout{
- font-weight: 600;
- color: #716F6F;
- line-height: 42rpx;
- text-decoration: underline;
- margin:34rpx 0 80rpx;
- font-size: 30rpx;
- text-align: center;
- }
- .swiper-container{
- width:560rpx;
- height: 64rpx;
- }
- .recommand-line{
- height: 36rpx;
- display:flex;
- align-items: center;
- line-height: 36rpx;
- margin:30rpx 0 10rpx;
- }
- .recommand-line .code{
- color: #146A7F;
- margin:0 8rpx 0 12rpx;
- font-weight: bold;
- }
- .recommand-line image{
- width:30rpx;
- height:30rpx;
- margin-bottom:4rpx;
- }
- .interview{
- width: 702rpx;
- /* height: 476rpx; */
- background: #FFFFFF;
- border-radius: 18rpx;
- padding:46rpx 24rpx 42rpx 24rpx;
- margin:50rpx 0;
- }
- .interview-title{
- height:48rpx;
- display: flex;
- align-items: center;
- }
- .interview-title image{
- width:34rpx;
- height:34rpx;
- margin-right:14rpx;
- }
- .interview-date{
- height:48rpx;
- line-height: 48rpx;
- margin:70rpx 0 46rpx;
- }
- .interview-location{
- line-height: 48rpx;
- margin-bottom:48rpx;
- padding-right:24rpx;
- }
- .interview-operate{
- display:flex;
- align-items: center;
- justify-content: flex-end;
- height: 40rpx;
- }
- .interview-operate image{
- width:24rpx;
- height: 24rpx;
- margin-right:8rpx;
- padding-top:6rpx;
- }
- .interview-refuse,.interview-accept{
- display: flex;
- align-items: center;
- margin-left:32rpx;
- height: 40rpx;
- }
- .interview-accept view{
- color: #0EAEFC;
- }
- .overlay-wrapper{
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- z-index:999;
- }
- .modal-list{
- position: relative;
- width:720rpx;
- height:508rpx;
- background:transparent;
- }
- .modal-block{
- width: 700rpx;
- height: 478rpx;
- background: #FFFFFF;
- box-shadow: 0px 2rpx 4rpx 0px rgba(0,0,0,0.5);
- border-radius: 18rpx;
- }
- .modal-block-bottom{
- position:absolute;
- top:0;
- left:0;
- z-index:999;
- }
- .modal-block-top{
- position:absolute;
- top:32rpx;
- left:20rpx;
- z-index:1000;
- }
- .content{
- padding:38rpx 24rpx 40rpx 12rpx;
- }
- .modal-block .title{
- display: flex;
- height: 50rpx;
- align-items: center;
- justify-content: space-between;
- margin-bottom:28rpx;
- }
- .modal-block .left{
- display: flex;
- height: 50rpx;
- align-items: center;
- overflow: hidden;
- }
- .modal-block .title image{
- width:55rpx;
- height:50rpx;
- margin-right:6rpx;
- }
- .title .left view{
- height: 50rpx;
- font-size: 38rpx;
- font-weight: 500;
- color: #333333;
- }
- .content .line{
- height:55rpx;
- line-height: 55rpx;
- margin-bottom:7rpx;
- padding-left:24rpx;
- }
- .tiket-num text{
- color: #2A8DE2;
- text-decoration: underline;
- }
- .content .line-two{
- height:110rpx;
- line-height: 55rpx;
- overflow: hidden;
- -webkit-line-clamp: 2;
- display:-webkit-box;
- -webkit-box-orient:vertical;
- padding-left:24rpx;
- }
- .modal-list .operate{
- height:84rpx;
- border-top: 2rpx solid #EFEFEF;
- display: flex;
- padding:0 10rpx 0 24rpx;
- align-items: center;
- justify-content: space-between;
- }
- .modal-list .operate view{
- color: #4E4E4E;
- font-size: 38rpx;
- }
- .modal-list .operate image{
- width:70rpx;
- height:70rpx;
- }
- .modal-list .close{
- width:52rpx;
- height:52rpx;
- bottom:-116rpx;
- position:absolute;
- left:344rpx;
- }
- .modal-block-top.one-modal{
- left:10rpx!important;
- }
- .total-customer{
- height:48rpx;
- font-size: 24rpx;
- color: #666666;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- width:660rpx;
- }
- .total-customer text{
- font-size: 24rpx;
- line-height: 40rpx;
- padding-top:10rpx;
- color:#666;
- }
- .total-customer text.customer-num{
- color:#096DD9;
- font-size: 40rpx;
- font-weight: bold;
- line-height: 40rpx;
- padding-top:0;
- margin:0 6rpx;
- }
|