1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .houselist{
- &-view{
- margin: 60px 0 0;
- // padding: 0;
- &-title {
- color: #7b7b7b;
- font-size: 45px;
- font-weight: 500;
- margin-left: 60px;
-
- }
- &-card{
- padding: 0;
- color:#181818;
- font-size: 36px;
- font-weight: 600;
- margin-top: 40px;
- .top{
- padding: 62px 60px;
- border-bottom: 1px solid #f4f4f4;
- min-height: 120px;
- }
- .bottom{
- display: flex;
- justify-content: space-around;
- padding:30px
- }
-
-
- }
-
- &-from{
- // height: 300px;
- padding: 80px 60px;
- margin-top: 40px;
- &-input{
- margin: 36px 0 40px;
- height:102px;
- line-height: 102px;
- font-size: 42px;
- }
- // &-input:nth-child(2){
- // margin-bottom: 36px;
- // }
- .at-input__title{
- text-align: center;
- color: #cccccc;
- font-size: 36px;
- line-height: 102px;
- }
- }
- }
- }
|