index.scss 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .houselist{
  2. &-view{
  3. margin: 60px 0 0;
  4. // padding: 0;
  5. &-title {
  6. color: #7b7b7b;
  7. font-size: 45px;
  8. font-weight: 500;
  9. margin-left: 60px;
  10. }
  11. &-card{
  12. padding: 0;
  13. color:#181818;
  14. font-size: 36px;
  15. font-weight: 600;
  16. margin-top: 40px;
  17. .top{
  18. padding: 62px 60px;
  19. border-bottom: 1px solid #f4f4f4;
  20. min-height: 120px;
  21. }
  22. .bottom{
  23. display: flex;
  24. justify-content: space-around;
  25. padding:30px
  26. }
  27. }
  28. &-from{
  29. // height: 300px;
  30. padding: 80px 60px;
  31. margin-top: 40px;
  32. &-input{
  33. margin: 36px 0 40px;
  34. height:102px;
  35. line-height: 102px;
  36. font-size: 42px;
  37. }
  38. // &-input:nth-child(2){
  39. // margin-bottom: 36px;
  40. // }
  41. .at-input__title{
  42. text-align: center;
  43. color: #cccccc;
  44. font-size: 36px;
  45. line-height: 102px;
  46. }
  47. }
  48. }
  49. }