clientInfoEdit.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. page {
  2. background: #fff;
  3. }
  4. .list .item {
  5. height: 192rpx;
  6. padding: 0 24rpx;
  7. box-sizing: border-box;
  8. border-bottom: 2rpx solid #EEEEEE;
  9. }
  10. .list .item text {
  11. font-size: 36rpx;
  12. }
  13. .list .item .title {
  14. color: #999;
  15. font-size: 28rpx;
  16. margin-bottom: 22rpx;
  17. }
  18. .list .item .avatar {
  19. width: 116rpx;
  20. height: 116rpx;
  21. border-radius: 50%;
  22. background: #EDEDED;
  23. border: 2rpx solid #979797;
  24. }
  25. .tags-list {
  26. flex-wrap: wrap;
  27. }
  28. .tags-list .tags-item {
  29. padding: 6rpx 20rpx;
  30. border-radius: 26rpx;
  31. border: 2rpx solid #333333;
  32. font-size: 28rpx;
  33. margin-right: 6rpx;
  34. margin-bottom: 20rpx;
  35. box-sizing: border-box;
  36. overflow: hidden;
  37. color: #333333;
  38. }
  39. .icon-right {
  40. width: 48rpx;
  41. height: 48rpx;
  42. }
  43. .use-popup {
  44. width: 558rpx;
  45. height: 508rpx;
  46. background: #FFFFFF;
  47. border-radius: 40rpx;
  48. justify-content: center;
  49. /* justify-content: space-evenly; */
  50. }
  51. /* .use-popup .red {
  52. font-size: 24rpx;
  53. font-family: PingFangSC-Regular, PingFang SC;
  54. font-weight: 400;
  55. color: #E95564;
  56. } */
  57. .use-btn .btn {
  58. /* width: 208rpx; */
  59. height: 92rpx;
  60. margin: 0 48rpx;
  61. font-size: 36rpx;
  62. color: #FF77B0;
  63. border-radius: 52rpx;
  64. border: 2rpx solid #FF77B0;
  65. }
  66. .use-btn .confirm {
  67. margin-top: 28rpx;
  68. /* margin-left: 46rpx; */
  69. background-color: #FF77B0;
  70. color: #fff;
  71. }