123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .Page.buildingList {
- background: #fff;
- width: 100%;
- position: relative;
- overflow: hidden;
- > .Search {
- padding: 0 50px;
- position: relative;
- overflow: hidden;
- > view {
- text-align: center;
- background: #f8f8f8;
- font-size: 0;
- white-space: nowrap;
- border-radius: 78px;
- >text {
- display: inline-block;
- vertical-align: middle;
- font-size: 24px;
- color: #666;
- line-height: 78px;
- }
- >input {
- display: inline-block;
- vertical-align: middle;
- width: 150px;
- font-size: 22px;
- margin-left: 10px;
- height: 78px;
- text-align: left;
- }
- }
- }
- >.Filter {
- padding: 0 30px;
- position: relative;
- margin-top: 20px;
- >view {
- position: relative;
- overflow: hidden;
- border-bottom: 2px solid rgba(25, 60, 131, 0.1);
- align-items: center;
- >view {
- font-size: 0;
- white-space: nowrap;
- text-align: left;
- padding: 15px 0;
- >text {
- font-size: 30px;
- line-height: 40px;
- color: #333;
- &.iconfont {
- font-size: 20px;
- color: #ccc;
- margin-left: 10px;
- }
- }
- }
- >.Sort {
- font-size: 32px;
- }
- }
- }
- > .flex-item {
- position: relative;
- overflow: hidden;
- >.FilterContainer {
- width: 100%;
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- z-index: 2;
- background: rgba(0, 0, 0, 0.6);
- }
- > .ScrollContainer {
- width: 100%;
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- z-index: 1;
- > scroll-view {
- width: 100%;
- height: calc(100vh - 192px);
- .PageContent {
- position: relative;
- overflow: hidden;
- min-height: 100vh;
- >.ProjectList {
- padding: 0 30px;
- position: relative;
- overflow: hidden;
- >view {
- margin-top: 30px;
- }
- }
- > .PageBottom {
- text-align: center;
- font-size: 0;
- white-space: nowrap;
- > text {
- display: inline-block;
- font-size: 28px;
- color: #666;
- line-height: 40px;
- margin: 20px auto;
- }
- }
- }
- }
- }
- }
- }
|