123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .search{
- padding: 10px 30px 0 30px;
- position: relative;
- .searchInput{
- height: 68px;
- background: #F8F8F8;
- border-radius: 34px;
- padding-left: 30px;
- box-sizing: border-box;
- }
- .searchicon{
- width: 25px;
- height: 25px;
- position: absolute;
- bottom: 24px;
- left: 50%;
- margin-left: -40px;
- }
- .searchword{
- height: 23px;
- font-size: 24px;
- position: absolute;
- bottom: 34px;
- left: 50%;
- margin-left: -5px;
- color: #C0C8D3;
- letter-spacing: 0.2em;
- }
- }
- .waterfall{
- column-count: 2; //分两列
- column-gap: 30px; //列间距
- background-color: #F8F8F8;
- padding:30px 30px 0 30px;
- }
- .botton{
- font-size: 28px;
- color: #C0C8D3;
- text-align: center;
- padding:40px 0 50px 0;
- background-color: #F8F8F8;
- }
- .index-tabs {
- padding-left: 95px;
- position: relative;
- .position{
- position: absolute;
- left: 36px;
- top: 4px;
- .location{
- width: 35px;
- height: 42px;
- }
- .city{
- font-size: 20px;
- font-weight: bold;
- color: #4C4C4C;
- position: relative;
- left: -2px;
- bottom: 11px;
- }
- .line{
- width: 1px;
- height: 68px;
- background: #4C4C4C;
- opacity: 0.1;
- position: relative;
- left: 57px;
- bottom: 82px;
- }
- }
- .tabs-Unselected {
- width: 25vw;
- color: #C0C8D3;
- text-align: center;
- font-size: 28px;
- line-height: 91px;
- }
- .tabs-swiper {
- max-height: 0;
- }
- .tabs-Selected {
- font-size: 32px;
- color: #4C4C4C;
- width: 25vw;
- font-weight: bold;
- text-align: center;
- border-bottom: 6px solid #4C4C4C;
- }
- }
|