data.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .data-house-list {
  10. padding: 0 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. }
  22. .data-house-list .image {
  23. width: 200rpx;
  24. height: 140rpx;
  25. border-radius: 8rpx;
  26. }
  27. .data-house-list .content {
  28. margin-left: 20rpx;
  29. }
  30. .data-house-list .title {
  31. font-size: 32rpx;
  32. font-weight: 600;
  33. margin-bottom: 10rpx;
  34. }
  35. .data-house-list .sub {
  36. font-weight: 300;
  37. font-size: 24rpx;
  38. margin-top: 10rpx;
  39. color: #8c8c8c;
  40. }
  41. .data-house-list .const {
  42. display: flex;
  43. align-items: center;
  44. }
  45. .data-house-list .const .const-item {
  46. display: flex;
  47. align-items: center;
  48. color: #8c8c8c;
  49. margin-right: 20rpx;
  50. }
  51. .data-house-list .const .text {
  52. margin-left: 6rpx;
  53. }