123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467 |
- page {
- background: #F3F3F3;
- color: #333;
- padding:6rpx 24rpx 80rpx;
- box-sizing: border-box;
- width:750rpx;
- }
- view,text{
- box-sizing: border-box;
- color:#333;
- font-size: 30rpx;
- }
- .user-info{
- margin:0 0 16rpx;
- background: #FFFFFF;
- border-radius: 18rpx;
- padding:38rpx 18rpx 38rpx 24rpx;
- width:702rpx;
- display: flex;
- align-items: center;
- }
- .user-img{
- width:148rpx;
- height: 148rpx;
- border-radius:148rpx;
- margin-right:16rpx;
- background: #eee;
- }
- .user-right{
- height: 160rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- flex:1;
- line-height:32rpx;
- }
- .user-name{
- display: flex;
- height: 32rpx;
- justify-content: space-between;
- }
- .job-year{
- color: #096DD9;
- }
- .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:148rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding:30rpx 12rpx 24rpx;
- }
- .nav-item{
- flex:1;
- text-align: center;
- }
- .nav-img{
- width:36rpx;
- height: 36rpx;
- margin-bottom:6rpx;
- }
- .nav-text{
- height:48rpx;
- line-height:48rpx;
- font-size: 28rpx;
- }
- /* 我的站长 */
- .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:26rpx 24rpx 30rpx;
- border-radius:18rpx;
- background: #fff;
- }
- .sally-title{
- display: flex;
- align-items: center;
- }
- .sally-title image{
- width:28rpx;
- height: 28rpx;
- margin-right:8rpx;
- }
- .sally-title .middle{
- font-size: 32rpx;
- 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;
- }
- /* 消息中心 */
- .message-center{
- margin-bottom:16rpx;
- background-color: #fff;
- border-radius:18rpx;
- padding:28rpx 24rpx;
- width:702rpx;
- }
- .message-title{
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 32rpx;
- }
- .msg-title-left{
- height: 32rpx;
- display: flex;
- align-items: center;
- }
- .msg-title-left image{
- width:28rpx;
- height:28rpx;
- margin-right:8rpx;
- }
- .message-title .title-text{
- font-size: 32rpx;
- font-weight: 500;
- line-height: 32rpx;
- }
- .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;
- }
|