123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- .components.RentingHouse {
- position: relative;
- overflow: hidden;
- margin-top: 0 !important;
- z-index: 1;
- > .Step {
- position: relative;
- overflow: hidden;
- > view {
- position: relative;
- overflow: hidden;
- margin-top: 36px;
- > text {
- display: block;
- font-size: 34px;
- font-weight: bold;
- color: #333;
- line-height: 40px;
- letter-spacing: 4px;
- }
- > view {
- position: relative;
- overflow: hidden;
- margin-top: 30px;
- }
- > .Area {
- > view {
- align-items: center;
- background: #f8f8f8;
- border-radius: 12px;
- padding: 24px 20px;
- > text {
- font-size: 26px;
- color: #333;
- line-height: 40px;
- margin-left: 20px;
- &:first-child {
- margin-left: 0;
- color: #193c83;
- }
- }
- }
- }
- > .Purpose {
- > view {
- align-items: center;
- background: #f8f8f8;
- border-radius: 12px;
- padding: 24px 20px;
- > input {
- font-size: 26px;
- color: #333;
- line-height: 40px;
- display: block;
- width: 100%;
- background: none;
- }
- }
- }
- > .CheckList {
- font-size: 0;
- margin-top: 0;
- > view {
- display: inline-block;
- vertical-align: middle;
- font-size: 30px;
- font-weight: 600;
- color: #333;
- line-height: 40px;
- padding: 20px 0;
- min-width: 194px;
- box-sizing: border-box;
- white-space: nowrap;
- text-align: center;
- border: 2px solid #193c83;
- border-radius: 4px;
- margin-right: 54px;
- position: relative;
- overflow: hidden;
- margin-top: 20px;
- &:nth-child(3n+3) {
- margin-right: 0;
- }
- &.active {
- > image {
- display: block;
- }
- }
- > image {
- display: none;
- width: 36px;
- height: 36px;
- position: absolute;
- right: -2px;
- bottom: -2px;
- }
- }
- }
- >.RangeList {
- align-items: center;
- >text {
- color: #999;
- font-size: 28px;
- transform: translateX(-30px);
- }
- }
- > .PriceRange {
- > view {
- align-items: center;
- background: #f8f8f8;
- border-radius: 12px;
- padding: 24px 0;
- > view {
- > input {
- font-size: 26px;
- color: #333;
- line-height: 40px;
- display: block;
- width: 100%;
- background: none;
- text-align: center;
- }
- }
- }
- }
- >.Textarea {
- background: #f8f8f8;
- border-radius: 12px;
- padding: 20px;
- >textarea {
- font-size: 26px;
- color: #333;
- line-height: 40px;
- display: block;
- width: 100%;
- background: none;
- }
- }
- }
- }
- >.Btn {
- padding: 0 30px;
- margin: 74px auto 60px;
- > text {
- display: block;
- text-align: center;
- font-size: 32px;
- line-height: 92px;
- box-sizing: border-box;
- border: 2px solid #193c83;
- color: #193c83;
- border-radius: 92px;
- margin-top: 20px;
- text-indent: 0;
- font-weight: normal;
- &.active {
- background: #193c83;
- color: #fff;
- }
- }
- }
- }
|