index.scss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. .head {
  2. display: flex;
  3. align-items: center;
  4. width: 100vw;
  5. height: 120rpx;
  6. padding: 0 20rpx 0 30rpx;
  7. box-sizing: border-box;
  8. .count {
  9. font-size: 28rpx;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #333333;
  12. }
  13. .expand {
  14. flex: 1;
  15. display: flex;
  16. align-items: center;
  17. justify-content: flex-end;
  18. .but {
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. flex-shrink: 0;
  23. width: 80rpx;
  24. height: 80rpx;
  25. background: #FFFFFF;
  26. border-radius: 8rpx;
  27. border: 2rpx solid #CCCCCC;
  28. margin-left: 20rpx;
  29. color: #666666;
  30. }
  31. }
  32. }
  33. .custom-class {
  34. --search-background-color: #fff !important;
  35. padding-right: 10rpx !important;
  36. }
  37. .item {
  38. position: relative;
  39. padding: 20rpx 30rpx;
  40. width: 100vw;
  41. background: #FFFFFF;
  42. box-sizing: border-box;
  43. margin-bottom: 20rpx;
  44. .label {
  45. font-family: PingFang SC, PingFang SC;
  46. font-weight: 400;
  47. font-size: 28rpx;
  48. color: #666666;
  49. .role {
  50. width: 96rpx;
  51. height: 34rpx;
  52. font-family: PingFang SC, PingFang SC;
  53. font-weight: 400;
  54. font-size: 24rpx;
  55. color: #999999;
  56. }
  57. .phonenumber {
  58. width: 152rpx;
  59. height: 34rpx;
  60. font-family: PingFang SC, PingFang SC;
  61. font-weight: 400;
  62. font-size: 24rpx;
  63. color: #3874F6;
  64. text-align: left;
  65. font-style: normal;
  66. text-transform: none;
  67. }
  68. text {
  69. margin-left: 20rpx;
  70. }
  71. }
  72. .tab {
  73. display: inline-block;
  74. font-family: PingFang SC, PingFang SC;
  75. font-size: 24rpx;
  76. color: #FFFFFF;
  77. height: 40rpx;
  78. line-height: 40rpx;
  79. background: #3874F6;
  80. border-radius: 100rpx;
  81. padding: 0 10rpx;
  82. margin-top: 12rpx;
  83. }
  84. .change {
  85. height: 34rpx;
  86. font-family: PingFang SC, PingFang SC;
  87. font-weight: 400;
  88. font-size: 24rpx;
  89. color: #3874F6;
  90. line-height: 44rpx;
  91. margin-top: 12rpx;
  92. }
  93. .icon-guanlian-shanchu {
  94. position: absolute;
  95. top: 0;
  96. right: 0;
  97. color: #999;
  98. padding: 20rpx 30rpx;
  99. font-size: 28rpx;
  100. }
  101. }