myUser.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. }
  58. .user-nickName{
  59. line-height: 45rpx;
  60. font-size: 32rpx;
  61. font-family: PingFang SC-Heavy, PingFang SC;
  62. font-weight: 800;
  63. color: #333333;
  64. }
  65. .user-phone{
  66. width: 216rpx;
  67. line-height: 36rpx;
  68. font-size: 24rpx;
  69. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  70. font-weight: 500;
  71. color: #A8A5A5;
  72. }
  73. .option-btn{
  74. width: 129rpx;
  75. line-height: 56rpx;
  76. border-radius: 73rpx 73rpx 73rpx 73rpx;
  77. opacity: 1;
  78. border: 2rpx solid #A8A5A5;
  79. font-size: 28rpx;
  80. font-family: SourceHanSansCN-Medium-, SourceHanSansCN-Medium;
  81. font-weight: normal;
  82. color: #333333;
  83. text-align: center;
  84. }