1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .customer-list{
- padding:24rpx 0 100rpx 0;
- }
- .customer-item{
- margin:0 0 20rpx;
- padding:28rpx 24rpx;
- line-height: 44rpx;
- color: #666;
- }
- .main-info{
- height: 48rpx;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .customer-name{
- color: #333;
- font-size: 32rpx;
- font-weight: bold;
- padding-left:6rpx;
- }
- .work-day{
- color: #999;
- font-size: 22rpx;
- }
- .bind-dashboard{
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- /* 暂无内容 */
- .no-content-wrapper{
- padding:290rpx 0 18rpx;
- text-align: center;
- }
- .no-content-wrapper image{
- width:360rpx;
- height: 310rpx;
- }
- .no-add{
- font-weight: bold;
- font-size: 32rpx;
- text-align: center;
- margin-bottom: 24rpx;
- }
- .no-add-tips{
- font-size: 24rpx;
- color:#999;
- margin-bottom:74rpx;
- text-align: center;
- }
- .switch-role{
- margin-top:30rpx;
- color:#09AFFF;
- text-align: center;
- }
- .un-bind{
- background: url('/image/unbind-tag.png') no-repeat left top;
- background-color:#fff;
- background-size:70rpx;
- }
- .copy-btn{
- font-size:24rpx;
- color:#09AFFF;
- margin-left:20rpx;
- }
|