| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .head {
- display: flex;
- align-items: center;
- width: 100vw;
- height: 120rpx;
- padding: 0 20rpx 0 30rpx;
- box-sizing: border-box;
- .count {
- font-size: 28rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- }
- .expand {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- .but {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-shrink: 0;
- width: 80rpx;
- height: 80rpx;
- background: #FFFFFF;
- border-radius: 8rpx;
- border: 2rpx solid #CCCCCC;
- margin-left: 20rpx;
- color: #666666;
- }
- }
- }
- .custom-class {
- --search-background-color: #fff !important;
- padding-right: 10rpx !important;
- }
- .item {
- position: relative;
- padding: 20rpx 30rpx;
- width: 100vw;
- background: #FFFFFF;
- box-sizing: border-box;
- margin-bottom: 20rpx;
- .label {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #666666;
- .role {
- width: 96rpx;
- height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #999999;
- }
- .phonenumber {
- width: 152rpx;
- height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #3874F6;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- text {
- margin-left: 20rpx;
- }
- }
- .tab {
- display: inline-block;
- font-family: PingFang SC, PingFang SC;
- font-size: 24rpx;
- color: #FFFFFF;
- height: 40rpx;
- line-height: 40rpx;
- background: #3874F6;
- border-radius: 100rpx;
- padding: 0 10rpx;
- margin-top: 12rpx;
- }
- .change {
- height: 34rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #3874F6;
- line-height: 44rpx;
- margin-top: 12rpx;
- }
- .icon-guanlian-shanchu {
- position: absolute;
- top: 0;
- right: 0;
- color: #999;
- padding: 20rpx 30rpx;
- font-size: 28rpx;
- }
- }
|