123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- page {
- height: 100vh;
- overflow: hidden;
- }
- .total {
- height: 60rpx;
- line-height: 60rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- padding-left: 30rpx;
- }
- .footer {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 30rpx;
- position: fixed;
- width: 100vw;
- height: 130rpx;
- background: #FFFFFF;
- box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
- bottom: 0;
- box-sizing: border-box;
- .count {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- }
- .but {
- width: 156rpx;
- height: 90rpx;
- background: #3874F6;
- border-radius: 8rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
- .setclient-list-item {
- width: 100vw;
- padding-left: 30rpx;
- background-color: #fff;
- box-sizing: border-box;
- .con {
- display: flex;
- width: 100%;
- min-height: 136rpx;
- border-bottom: 1px solid #EFEFEF;
- box-sizing: border-box;
- padding-top: 20rpx;
- .portrait {
- width: 96rpx;
- height: 96rpx;
- background: #E7EEFF;
- border-radius: 16rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #3874F6;
- padding: 16rpx 24rpx;
- box-sizing: border-box;
- margin-right: 20rpx;
- flex-shrink: 0;
- }
- .min-portrait {
- display: flex;
- align-items: center;
- padding: 0 !important;
- justify-content: center;
- }
- .mian {
- flex: 1;
- width: 0;
- padding-right: 20rpx;
- box-sizing: border-box;
- .label {
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- height: 40rpx;
- line-height: 40rpx;
- }
- .tag-box {
- margin-top: 10rpx;
- .tag {
- height: 40rpx;
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- padding: 0 12rpx;
- margin-right: 10rpx;
- }
- }
- }
- .checkbox {
- display: flex;
- align-items: center;
- margin-top: -20rpx;
- margin-right: 10rpx;
- }
- .extend {
- display: flex;
- height: 116rpx;
- width: 48rpx;
- margin-right: 30rpx;
- flex-shrink: 0;
- }
- }
- }
- .line-1 {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
|