123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- @import '@css/mixin.scss';
- @import '@css/list-box.scss';
- @import '@css/search-top.scss';
- .l-box {
- padding-top: calc(220px);
- }
- .l-scroll-view {
- height: calc(100vh - 120px - 220px);
- box-sizing: border-box;
- }
- .scoped-header {
- position: relative;
- padding-left: 20px;
- padding-top: 20px;
- padding-bottom: 10px;
- background-color: #fff;
- .t {
- font-size: 30px;
- font-weight: bold;
- display: inline-block;
- color: #333;
- }
- .i {
- display: inline-block;
- vertical-align: bottom;
- width: 46px;
- height: 38px;
- margin-left: 6px;
- margin-bottom: 4px;
- }
- .nt {
- font-size: 30px;
- padding: 10px 0;
- margin: 0 20px;
- display: inline-block;
- color: $greyColor;
- &.cur {
- font-weight: bold;
- color: #313131;
- font-size: 32px;
- border-bottom: 6px solid $mainColor;
- }
- }
- .r {
- position: absolute;
- color: #999;
- top: 20px;
- right: 20px;
- }
- }
- .scoped-share-btn {
- width: 112px;
- height: 56px;
- position: absolute;
- right: 240px;
- bottom: 26px;
- .img {
- width: 112px;
- height: 56px;
- }
- }
- .index-entry {
- background: #fff;
- display: flex;
- flex-wrap: wrap;
- overflow: hidden;
- padding: 20px;
- margin-bottom: 10px;
- // position: fixed;
- // top: 0;
- // left: 0;
- // right: 0;
- // z-index: 99;
- .ie-op {
- width: 20%;
- text-align: center;
- }
- .ie-icon {
- display: inline-block;
- width: 90px;
- height: 90px;
- position: relative;
- overflow: hidden;
- .img {
- position: absolute;
- width: 90px;
- height: 90px;
- top: 0;
- left: 0;
- z-index: 1;
- }
- .text {
- position: absolute;
- width: 90px;
- height: 90px;
- line-height: 90px;
- text-align: center;
- color: #fff;
- font-weight: bold;
- z-index: 2;
- font-size: 28px;
- }
- }
- .ie-text {
- font-size: 28px;
- color: #313131;
- }
- }
- .tupai-list {
- position: relative;
- .tl-item {
- position: relative;
- @include itemBox(20px);
- background: #fff;
- }
- .tl-no {
- font-size: 30px;
- font-weight: bold;
- padding-bottom: 10px;
- color: #000;
- }
- .tl-price {
- font-size: 24px;
- color: #666;
- padding-bottom: 10px;
- .n {
- display: inline-block;
- font-size: 28px;
- color: $dangerColor;
- font-weight: bold;
- }
- }
- .tl-company {
- font-size: 24px;
- color: #313131;
- padding-bottom: 10px;
- // font-weight: bold;
- @include textOverflows();
- }
- .tl-dot {
- display: inline-block;
- vertical-align: middle;
- box-sizing: border-box;
- width: 8px;
- height: 8px;
- background: #9be19c;
- border-radius: 50%;
- margin-right: 6px;
- &.t2 {
- background: #4eb8ff;
- }
- }
- .tl-addr {
- font-size: 24px;
- color: #313131;
- padding-bottom: 10px;
- @include textOverflows();
- }
- .tl-time {
- font-size: 24px;
- color: $greyColor;
- border-top: 1PX solid #f7f7f7;
- padding-top: 10px;
- }
- .tl-r1 {
- position: absolute;
- top: 20px;
- right: 20px;
- height: 46px;
- line-height: 46px;
- padding: 0 20px;
- color: $mainColor;
- background: $mainBgColor;
- font-size: 24px;
- border-radius: 20px;
- }
- .tl-r2 {
- position: absolute;
- bottom: 20px;
- right: 20px;
- color: $greyColor;
- font-size: 24px;
- }
- }
- .scoped-tp-search {
- position: relative;
- .st-content {
- position: absolute;
- top: 90px;
- left: 0;
- width: 100%;
- background: #fff;
- z-index: 9;
- box-shadow: 0 10px 10px #ccc;
- }
- }
- .scoped-tp-box {
- padding-top: 10px;
- }
- .scoped-temp-w {
- width: 360px!important;
- }
- .scoped-top-header {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 99;
- height: 230px;
- background-color: #fff;
- .sh-bg {
- position: absolute;
- z-index: 1;
- width: 750px;
- height: 184px;
- left: 0;
- top: 0;
- }
- .sh-content {
- position: absolute;
- z-index: 2;
- left: 0;
- top: 0;
- width: 750px;
- height: 230px;
- }
- .sh-nav {
- margin: 40px 20px 0;
- display: flex;
- .op {
- flex: 1;
- text-align: center;
- border-radius: 30px;
- color: #fff;
- font-size: 28px;
- height: 66px;
- line-height: 66px;
- &.cur {
- color: $mainColor;
- background: #fff;
- font-weight: bold;
- }
- }
- }
- .sh-search {
- @include itemBox(40px 20px 20px, 0, 30px);
- overflow: hidden;
- .at-search-bar {
- padding: 0;
- }
- .at-search-bar::after {
- border-bottom: 0;
- }
- .at-search-bar__input-cnt,
- .at-search-bar__placeholder-wrap,
- .at-search-bar__clear,
- .at-search-bar__input {
- height: 66px!important;
- }
- .at-search-bar__input-cnt {
- background: #fff;
- }
- }
- }
|