userlist.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .container {
  2. justify-content: flex-start;
  3. font-weight: 500;
  4. }
  5. .panelSearch{
  6. width:100%;
  7. height:140rpx;
  8. background-color: #fff;
  9. }
  10. .panelSearch1{
  11. width:690rpx;
  12. height:80rpx;
  13. margin: 20rpx 0 40rpx 0;
  14. border-radius: 14rpx;
  15. background-color: #F0F0F0;
  16. color:#787878;
  17. font-size:28rpx;
  18. font-weight: 400;
  19. justify-content: flex-start;
  20. }
  21. .universalpic_search_gray_30x30{
  22. width:30rpx;
  23. height:30rpx;
  24. margin: 0 20rpx 0 30rpx;
  25. }
  26. .input{
  27. font-size:32rpx;
  28. font-weight: 400;
  29. color:#1e1e1e;
  30. width:500rpx;
  31. height:40rpx;
  32. }
  33. .btnSearch{
  34. margin-right: 0rpx;
  35. width:80rpx;
  36. font-size:24rpx;
  37. border-radius: 5rpx;
  38. height:50rpx;
  39. background-color: #dddddd;
  40. text-align: center;
  41. line-height: 50rpx;
  42. }
  43. .main{
  44. width: 100%;
  45. }
  46. .panelItem {
  47. width: 100%;
  48. justify-content: space-between;
  49. font-size: 28rpx;
  50. height: 100rpx;
  51. background-color: #fff;
  52. margin-top: 10rpx;
  53. }
  54. .panelItem1 {
  55. margin-left: 30rpx;
  56. justify-content: flex-start;
  57. font-weight: 400;
  58. font-size:28rpx;
  59. }
  60. .panelItem2 {
  61. margin-right: 30rpx;
  62. color: #787878;
  63. font-size:28rpx;
  64. font-weight: 400;
  65. }
  66. .avatar{
  67. width:100rpx;
  68. height:100rpx;
  69. margin-right: 30rpx;
  70. }
  71. .time{
  72. margin-left: 30rpx;
  73. font-size:24rpx;
  74. color:#787878;
  75. }