clientDetail.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. page{
  2. background-color: #fff;
  3. }
  4. .user-header{
  5. margin: 30rpx 30rpx;
  6. padding:30rpx 0 30rpx;
  7. border-bottom: 1rpx solid #DEDEDE;
  8. }
  9. .user-header .header-pic{
  10. width: 100rpx;
  11. height: 100rpx;
  12. background: #E4E4E4;
  13. border-radius: 60rpx 60rpx 60rpx 60rpx;
  14. opacity: 1;
  15. margin-right: 20rpx;
  16. }
  17. .user-name{
  18. line-height: 53rpx;
  19. font-size: 38rpx;
  20. font-family: PingFang SC-Bold, PingFang SC;
  21. font-weight: bold;
  22. color: #263343;
  23. margin-bottom: 5rpx;
  24. }
  25. .user-tag{
  26. padding: 0 16rpx;
  27. line-height: 36rpx;
  28. background: #FFE6E8;
  29. border-radius: 4rpx 4rpx 4rpx 4rpx;
  30. opacity: 1;
  31. font-size: 22rpx;
  32. font-weight: 400;
  33. color: #A1A1A1;
  34. border: 2rpx solid #DEDEDE;
  35. margin-bottom: 6rpx;
  36. margin-right: 10rpx;
  37. }
  38. .user-tag-t{
  39. background: #FFE6E8;
  40. color: #E95A64;
  41. border: 2rpx solid #FFE6E8;
  42. }
  43. .form{
  44. padding: 30rpx;
  45. }
  46. .form-title{
  47. line-height: 45rpx;
  48. font-size: 32rpx;
  49. font-family: PingFang SC-Bold, PingFang SC;
  50. font-weight: bold;
  51. color: #263343;
  52. }
  53. .form-item{
  54. margin-top: 40rpx;
  55. }
  56. .form-label{
  57. width: 180rpx;
  58. margin-right: 25rpx;
  59. line-height: 42rpx;
  60. font-size: 30rpx;
  61. font-family: PingFang SC-Regular, PingFang SC;
  62. font-weight: 400;
  63. color: #A2A6AF;
  64. }
  65. .form-data{
  66. line-height: 42rpx;
  67. font-size: 30rpx;
  68. font-family: PingFang SC-Regular, PingFang SC;
  69. font-weight: 400;
  70. color: #263343;
  71. }
  72. .form-btn{
  73. padding:0 26rpx ;
  74. height: 60rpx;
  75. line-height: 60rpx;
  76. text-align: center;
  77. border-radius: 30rpx 30rpx 30rpx 30rpx;
  78. opacity: 1;
  79. border: 2rpx solid var(--main);
  80. color: var(--main);
  81. }
  82. .c-info{
  83. margin: 30rpx 0;
  84. padding: 30rpx;
  85. background: #E6F2FF;
  86. border-radius: 4rpx 4rpx 4rpx 4rpx;
  87. opacity: 1;
  88. border: 1rpx solid #CAE4FF;
  89. line-height: 45rpx;
  90. font-size: 32rpx;
  91. font-family: PingFang SC-Regular, PingFang SC;
  92. font-weight: 400;
  93. color: #3D90E5;
  94. text-align: center;
  95. }