phoneList.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .box.data-v-04955f9b{
  2. min-height: 100vh;
  3. background:#F4F5F7 ;
  4. }
  5. .main.data-v-04955f9b{
  6. padding: 24rpx;
  7. }
  8. .phoneListBox.data-v-04955f9b{
  9. background: #FFFFFF;
  10. border-radius: 10rpx;
  11. padding: 0 24rpx;
  12. }
  13. .phoneLine.data-v-04955f9b{
  14. display: flex;
  15. justify-content: space-between;
  16. padding: 30rpx;
  17. border-bottom: 1px solid #DDDDDD;
  18. }
  19. .phoneEdit.data-v-04955f9b{
  20. width: 40rpx;
  21. height: 40rpx;
  22. }
  23. .name.data-v-04955f9b{
  24. font-size: 28rpx;
  25. font-family: PingFangSC-Medium, PingFang SC;
  26. font-weight: 500;
  27. color: #3C3C3C;
  28. width: 200rpx;
  29. }
  30. .phoneNUm.data-v-04955f9b{
  31. font-size: 28rpx;
  32. font-family: PingFangSC-Regular, PingFang SC;
  33. font-weight: 400;
  34. color: #3C3C3C;
  35. }
  36. .phoneLeft.data-v-04955f9b{
  37. display: flex;
  38. }
  39. .default.data-v-04955f9b{
  40. width: 64rpx;
  41. height: 30rpx;
  42. background: rgba(255, 79, 0, 0.06);
  43. border-radius: 4rpx;
  44. text-align: center;line-height: 30rpx;
  45. color: #FF4F00;font-size: 22rpx;
  46. margin-left: 30rpx;margin-top: 4rpx;
  47. }
  48. .addTxt.data-v-04955f9b{
  49. color: #FF4F00;
  50. font-size: 30rpx;
  51. }
  52. .addjt.data-v-04955f9b{
  53. color: #CCCCCC;
  54. font-size: 30rpx;
  55. }