bim.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .data-house-list {
  10. padding: 30rpx;
  11. }
  12. .data-house-list .data-house-item {
  13. height: 200rpx;
  14. background: #fff;
  15. display: flex;
  16. align-items: center;
  17. border-radius: 16rpx;
  18. box-shadow: 0px 1px 12px rgba(3, 3, 3, 0.08);
  19. padding: 0 30rpx;
  20. margin-bottom: 30rpx;
  21. position: relative;
  22. }
  23. .data-house-list .hui-table-tag {
  24. position: absolute;
  25. bottom: 30rpx;
  26. right: 30rpx;
  27. }
  28. .data-house-list .image {
  29. width: 200rpx;
  30. height: 140rpx;
  31. border-radius: 8rpx;
  32. }
  33. .data-house-list .content {
  34. margin-left: 20rpx;
  35. flex: 1;
  36. width: 0;
  37. overflow: hidden;
  38. }
  39. .data-house-list .title {
  40. font-size: 32rpx;
  41. font-weight: 600;
  42. margin-bottom: 10rpx;
  43. overflow: hidden;
  44. white-space: nowrap;
  45. text-overflow: ellipsis;
  46. }
  47. .data-house-list .sub {
  48. font-weight: 300;
  49. font-size: 24rpx;
  50. margin-top: 10rpx;
  51. color: #8c8c8c;
  52. }
  53. .data-house-list .const {
  54. display: flex;
  55. align-items: center;
  56. }
  57. .data-house-list .const .const-item {
  58. display: flex;
  59. align-items: center;
  60. color: #8c8c8c;
  61. margin-right: 20rpx;
  62. }
  63. .data-house-list .const .text {
  64. margin-left: 6rpx;
  65. }