component-list.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* common/components/component-list/component-list.wxss */
  2. /* pages/yuezhan/search/index.wxss */
  3. .weui-media-box {
  4. padding: 0;
  5. }
  6. .weui-tab__panel {
  7. padding: 0 44rpx;
  8. margin-top: 6rpx;
  9. overflow-x: hidden;
  10. margin-bottom: 20rpx;
  11. }
  12. .weui-media-box_appmsg {
  13. align-items: flex-start;
  14. }
  15. .weui-media-box__hd_in-appmsg {
  16. width: 240rpx;
  17. height: 180rpx;
  18. min-width: 240rpx;
  19. border-radius: 8rpx;
  20. margin-right: 44rpx;
  21. overflow: hidden;
  22. }
  23. .weui-tab__content_item {
  24. height: 100%;
  25. background: #fff;
  26. }
  27. .weui-media-box__thumb {
  28. position: relative;
  29. }
  30. .weui-flex__item{
  31. margin-bottom: 42rpx;
  32. overflow: hidden;
  33. text-overflow: ellipsis;
  34. white-space: nowrap;
  35. width: 400rpx;
  36. display: inline-block;
  37. }
  38. .weui-media-box__desc {
  39. line-height: 1.5;
  40. white-space: nowrap;
  41. text-overflow:ellipsis;
  42. overflow: hidden;
  43. display: inline-block;
  44. }
  45. .weui-media-box__bd_in-appmsg .desc{
  46. display: flex;
  47. justify-content: space-between;
  48. font-weight: normal;
  49. }
  50. .weui-media-box__bd_in-appmsg .desc .iconweizhi{
  51. font-size: 20rpx;
  52. display: inline-block;
  53. vertical-align: text-bottom;
  54. margin-right: 12rpx;
  55. }
  56. .weui-media-box__bd_in-appmsg .desc .iconredu{
  57. font-size: 20rpx;
  58. display: inline-block;
  59. vertical-align: middle;
  60. margin-right: 12rpx;
  61. }
  62. .weui-media-box__bd_in-appmsg{
  63. height: 185rpx;
  64. display: flex;
  65. flex-direction: column;
  66. font-size: 24rpx;
  67. color: #646464;
  68. justify-content: space-between;
  69. }
  70. .weui-media-box__title{
  71. font-size: 32rpx;
  72. color: #000;
  73. flex-direction: column;
  74. }
  75. .weui-media-box__title .pavilionName{
  76. font-size: 24rpx;
  77. color: #646464;
  78. }
  79. .fdkk-cells{
  80. background: #fff;
  81. }