问星数据小程序

hotDr.wxss 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. page{
  2. padding-top:20rpx ;
  3. }
  4. .hotDr {
  5. width: 700rpx;
  6. border-radius: 12rpx;
  7. border: 2rpx solid #F5F5F5;
  8. background: #ffffff;
  9. margin: auto;
  10. margin-bottom: 20rpx;
  11. }
  12. .hotDr .hrInfo {
  13. display: flex;
  14. align-items: center;
  15. border-bottom: 2rpx solid rgba(227, 227, 227, 0.3);
  16. padding: 20rpx;
  17. }
  18. .hotDr .hrInfo .imgDiv {
  19. width: 100rpx;
  20. height: 100rpx;
  21. border-radius: 50%;
  22. overflow: hidden;
  23. margin-right: 16rpx;
  24. }
  25. .hotDr .hrInfo .imgDiv image {
  26. width: 100%;
  27. }
  28. .hotDr .hrInfo .info {
  29. flex: 1;
  30. }
  31. .hotDr .hrInfo .info .info1 .userName {
  32. width: 240rpx;
  33. color: #333333;
  34. font-size: 28rpx;
  35. line-height: 40rpx;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. white-space: nowrap;
  39. }
  40. .hotDr .hrInfo .info .info2 {
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. color: #888888;
  45. font-size: 24rpx;
  46. line-height: 34rpx;
  47. }
  48. .hotDr .hrInfo .info .info2 .sign_view {
  49. flex: 1;
  50. text-align: right;
  51. }
  52. .hotDr .hrInfo .info .info2 .sign_view text {
  53. margin-right: 12rpx;
  54. background: #EBF5FF;
  55. color: #358CFF;
  56. font-size: 20rpx;
  57. line-height: 80rpx;
  58. font-size: 1;
  59. border-radius: 4rpx;
  60. text-align: center;
  61. padding: 0 16rpx;
  62. }
  63. .hotDr .userInfo2 {
  64. display: flex;
  65. align-items: center;
  66. justify-content: space-around;
  67. padding: 20rpx 0 40rpx;
  68. }
  69. .hotDr .userInfo2 .userInfo2_item {
  70. text-align: center;
  71. }
  72. .hotDr .userInfo2 .userInfo2_item text {
  73. color: #333333;
  74. font-size: 34rpx;
  75. line-height: 48rpx;
  76. font-weight: bold;
  77. }
  78. .hotDr .userInfo2 .userInfo2_item view {
  79. color: #7D9CAB;
  80. font-size: 24rpx;
  81. line-height: 34rpx;
  82. margin-top: 6rpx;
  83. }