index.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .recommend-problem {
  2. padding: .15rem .2rem .5rem;
  3. margin-top: .14rem;
  4. background-color: #fff;
  5. }
  6. .recommend-problem > div {
  7. display: -webkit-box;
  8. display: flex;
  9. -webkit-box-pack: justify;
  10. justify-content: space-between;
  11. -webkit-box-align: center;
  12. align-items: center;
  13. font-weight: bold;
  14. font-size: .32rem;
  15. color: #333;
  16. }
  17. .recommend-problem > div a {
  18. font-weight: normal;
  19. font-size: .22rem;
  20. color: #999;
  21. }
  22. .recommend-problem .iconxiangyou {
  23. margin-left: .09rem;
  24. font-size: .18rem;
  25. }
  26. .recommend-problem ul {
  27. margin-top: .3rem;
  28. }
  29. .recommend-problem li > a {
  30. display: -webkit-box;
  31. display: flex;
  32. -webkit-box-orient: vertical;
  33. -webkit-box-direction: normal;
  34. flex-direction: column;
  35. -webkit-box-pack: justify;
  36. justify-content: space-between;
  37. height: 1.4rem;
  38. padding: .3rem .25rem .2rem;
  39. /* border-radius: .12rem; */
  40. border-bottom: 1px solid #f5f5f5;
  41. -webkit-box-sizing: border-box;
  42. box-sizing: border-box;
  43. /* -webkit-box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07);
  44. box-shadow: 0 .03rem .2rem rgba(0, 0, 0, .07); */
  45. }
  46. .recommend-problem li:last-child > a {
  47. border: none;
  48. }
  49. .recommend-problem li > a > div:first-child {
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. font-size: .28rem;
  54. color: #282828;
  55. }
  56. .recommend-problem li > a > div:last-child {
  57. display: -webkit-box;
  58. display: flex;
  59. -webkit-box-align: center;
  60. align-items: center;
  61. font-size: .22rem;
  62. color: #F78200;
  63. }
  64. .recommend-problem div div:nth-child(1) {
  65. -webkit-box-flex: 1;
  66. flex: 1;
  67. margin-left: .15rem;
  68. color: #999;
  69. }
  70. .recommend-problem li a div > div:last-child {
  71. height: .38rem;
  72. padding-right: .17rem;
  73. padding-left: .17rem;
  74. border-radius: .19rem;
  75. background-color: #f2f8ff;
  76. line-height: .38rem;
  77. color: #191C6E;
  78. }
  79. .recommend-problem img {
  80. width: .17rem;
  81. height: .19rem;
  82. margin-right: .1rem;
  83. -webkit-touch-callout: none;
  84. pointer-events: none;
  85. }