search.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* pages/search/search.wxss */
  2. .content-name {
  3. font-size: 28rpx;
  4. font-family: PingFangSC-Regular;
  5. font-weight: 400;
  6. color: rgba(69, 82, 107, 1);
  7. line-height: 20px;
  8. margin-left: 8px;
  9. }
  10. .icon-container{
  11. display: flex;
  12. flex-direction: row;
  13. align-items: center
  14. }
  15. .city{
  16. font-size: 28rpx;
  17. color: #333;
  18. margin-right: 10rpx;
  19. }
  20. .aa{
  21. margin-top: 20rpx;
  22. }
  23. .bb{
  24. width: 500rpx !important;
  25. }
  26. .card-dot {
  27. width: 18rpx;
  28. height: 18rpx;
  29. border-radius: 50%;
  30. border: 6rpx solid #3963bc;
  31. margin-left: 26rpx;
  32. }
  33. .card-top {
  34. display: flex;
  35. flex-direction: row;
  36. align-items: center;
  37. width: 750rpx;
  38. height: 100rpx;
  39. }
  40. .content-name {
  41. font-size: 28rpx;
  42. font-family: PingFangSC-Regular;
  43. font-weight: 400;
  44. color: rgba(69, 82, 107, 1);
  45. line-height: 20px;
  46. margin-left: 8px;
  47. }
  48. .card {
  49. margin: 10rpx auto !important;
  50. }
  51. .right-card {
  52. height: 300rpx !important;
  53. width: 300rpx !important;
  54. border-radius: 12rpx !important;
  55. }
  56. .content {
  57. margin-top: 10rpx;
  58. color: #666;
  59. font-size: 26rpx;
  60. overflow: hidden;
  61. text-overflow: ellipsis;
  62. display: -webkit-box;
  63. -webkit-box-orient: vertical;
  64. -webkit-line-clamp: 5;
  65. }
  66. .avter-content {
  67. margin-top: 10rpx;
  68. color: #333;
  69. font-size: 26rpx;
  70. overflow: hidden;
  71. text-overflow: ellipsis;
  72. display: -webkit-box;
  73. -webkit-box-orient: vertical;
  74. -webkit-line-clamp: 5;
  75. }
  76. .avter-share-container{
  77. display: flex;
  78. flex-direction: row;
  79. justify-content: flex-end;
  80. }
  81. .like-container{
  82. display: flex;
  83. flex-direction: row;
  84. margin-left: 40rpx;
  85. align-items: center
  86. }
  87. .number{
  88. color: #666;
  89. font-size: 24rpx;
  90. margin-left: 12rpx;
  91. }