myUser.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. page{
  2. background-color: #f5f5f5;
  3. }
  4. /* 搜索 */
  5. .search-box{
  6. padding: 30rpx;
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. right: 0;
  11. background-color: #f5f5f5;
  12. }
  13. .search-saoma{
  14. width: 40rpx;
  15. height: 40rpx;
  16. margin-right: 45rpx;
  17. }
  18. .search-input{
  19. height: 76rpx;
  20. line-height: 76rpx;
  21. background: #fff;
  22. border-radius: 20rpx 20rpx 20rpx 20rpx;
  23. opacity: 1;
  24. padding: 0 16rpx 0 30rpx;
  25. }
  26. .search-input-icon{
  27. width: 26rpx;
  28. height: 26rpx;
  29. margin-right: 10rpx;
  30. }
  31. .search-btn{
  32. width: 96rpx;
  33. height: 47rpx;
  34. line-height: 47rpx;
  35. background: #EB5C20;
  36. border-radius: 24rpx 24rpx 24rpx 24rpx;
  37. opacity: 1;
  38. font-size: 22rpx;
  39. font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  40. font-weight: normal;
  41. color: #FFFFFF;
  42. text-align: center;
  43. margin-left: 10rpx;
  44. }
  45. .user-item{
  46. padding: 30rpx;
  47. background: #FFFFFF;
  48. border-radius: 10rpx 10rpx 10rpx 10rpx;
  49. opacity: 1;
  50. margin: 0rpx 30rpx 30rpx;
  51. justify-content: space-between;
  52. }
  53. .user-header{
  54. width: 88rpx;
  55. height: 88rpx;
  56. margin-right: 20rpx;
  57. border-radius: 100%;
  58. }
  59. .user-nickName{
  60. line-height: 45rpx;
  61. font-size: 32rpx;
  62. font-family: PingFang SC-Heavy, PingFang SC;
  63. font-weight: 800;
  64. color: #333333;
  65. }
  66. .user-phone{
  67. width: 216rpx;
  68. line-height: 36rpx;
  69. font-size: 24rpx;
  70. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  71. font-weight: 500;
  72. color: #A8A5A5;
  73. }
  74. .option-btn{
  75. width: 129rpx;
  76. line-height: 56rpx;
  77. border-radius: 73rpx 73rpx 73rpx 73rpx;
  78. opacity: 1;
  79. border: 2rpx solid #A8A5A5;
  80. font-size: 28rpx;
  81. font-family: SourceHanSansCN-Medium-, SourceHanSansCN-Medium;
  82. font-weight: normal;
  83. color: #333333;
  84. text-align: center;
  85. }