page { background-color: #f6f6f6; padding: 30rpx 15rpx; box-sizing: border-box; } .item { display: flex; } .item-label { flex: 2; background-color: #ffffff; border-radius: 20rpx; padding: 30rpx; box-sizing: border-box; margin: 0 15rpx 30rpx; position: relative; } .item-blue { background-image: linear-gradient(to top, #ffffff, #eef7ff); } .item-name { margin-bottom: 20rpx; color: #333333; } .item-number { font-weight: 600; font-size: 42rpx; } .item-number-red { color: #da2b54; } .item-number-yellow { color: #ffaa17; } .item-number-blue { color: #49a7ff; } .item-icon { width: 90rpx; position: absolute; bottom: 15rpx; right: 15rpx; } .list { padding: 0 15rpx; box-sizing: border-box; } .listTitle { display: flex; line-height: 58rpx; } .listTitle-name { flex: 1; font-weight: 600; font-size: 32rpx; } .listTitle-number { font-size: 28rpx; } .listItem { margin-top: 30rpx; } .listItem-item { background-color: #ffffff; border-radius: 20rpx; padding: 25rpx 30rpx; box-sizing: border-box; margin-bottom: 30rpx; align-items: center; position: relative; } .listItem-head { width: 88rpx; } .listItem-cont { width: 100%; position: absolute; left: 0; top: 0; padding: 30rpx 30rpx 30rpx 140rpx; box-sizing: border-box; } .listItem-name { font-weight: 600; line-height: 40rpx; margin-bottom: 10rpx; display: flex; } .listItem-name image { width: 100rpx; margin: 4rpx 0 0 15rpx; } .listItem-tel { font-size: 28rpx; display: flex; } .listItem-tel-user { flex: 1; } .listItem-name text { padding-left: 20rpx; font-weight: normal; } .listItem-time { font-size: 26rpx; color: gray; line-height: 40rpx; } .listItem-flex { display: flex; margin-top: 20rpx; padding-top: 20rpx; background-color: #f6f6f6; padding: 20rpx; box-sizing: border-box; border-radius: 10rpx; } .listItem-label { flex: 3; text-align: center; } .listItem-label-name { font-size: 26rpx; margin-bottom: 15rpx; } .listItem-label-number { font-size: 30rpx; font-weight: 600; } /* 暂无数据 */ .pages-no { background-color: #fff; margin-top: 30rpx; text-align: center; padding: 120rpx 0; color: #6d6d6d; font-size: 28rpx; border-radius: 20rpx; } .pages-no image { width: 180rpx; }