123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- .layout {
- box-sizing: border-box;
- width: 100%;
- padding-top: 88rpx;
- position: relative;
- /* background: #000; */
- }
- .search-layer {
- padding: 20rpx 30rpx 0;
- position: fixed;
- left: 0;
- top: 0;
- background: #fff;
- right: 0;
- z-index: 888;
- }
- .search {
- position: relative;
- box-sizing: border-box;
- z-index: 99;
- height: 80rpx;
- border-radius: 4px;
- background: #F5F5F5;
- flex: none;
- }
- .search .placeholder {
- position: absolute;
- color:#C8C9CC;
- left: 70rpx;
- top: 50%;
- transform: translate(0, -50%);
- font-size: 14px;
- }
- .search view:not(.clear) {
- background: none;
- width: 80%;
- border: none;
- padding-left: 20rpx;
- font-size: 24rpx;
- color: #fff;
- line-height: 24rpx;
- vertical-align: middle;
- }
- .search input {
- box-sizing: border-box;
- color: rgba(0, 0, 0, 0.3);
- height: 100%;
- width: 100%;
- padding: 0 70rpx 0 70rpx;
- position: relative;
- z-index: 999;
- border-radius: 4px;
- font-size: 14px;
- border: none;
- }
- .search .icon {
- width: 28rpx;
- height: 28rpx;
- display: inline-block;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: 28rpx;
- }
- .clear {
- width: 30px;
- height: 30px;
- display: inline-block;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- right: 4px;
- padding: 10px;
- z-index: 9999999;
- }
- .clear image {
- display: block;
- width: 100%;
- height: 100%;
- }
- .content {
- padding: 30rpx;
- /* width: calc(100% + 20px); */
- }
- .item {
- padding: 22rpx 0;
- border-bottom: 1px solid #EBEDF0;
- display: flex;
- justify-content: space-evenly;
- align-items: center;
- }
- .title {
- flex: 1;
- display: flex;
- align-items: center;
- }
- .title image {
- width: 24rpx;
- height: 24rpx;
- margin-right: 3px;
- }
- .title view {
- font-size: 14px;
- font-weight: 400;
- color: #323233;
- line-height: 20px;
- }
- .title text {
- color: #26559B;
- }
- .jt {
- flex: none;
- width: 20rpx;
- height: 20rpx;
- }
- .body .ul {
- position: relative;
- width: 100%;
- font-size: 0;
- z-index: 1;
- overflow: hidden;
- }
- .body .li {
- padding: 20rpx 30rpx;
- background: #FFFFFF;
- border-radius: 4px;
- border-bottom: 1px solid #EBEDF0;
- display: flex;
- }
- .ctp {
- flex: none;
- }
- .body .li .b-title view:nth-child(2) {
- font-size: 14px;
- font-weight: 400;
- color: #646566;
- line-height: 20px;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- }
- .body .li .b-title view image {
- height: 20px;
- width: 20px;
- margin-right: 5px;
- vertical-align: baseline;
- }
- .ctp image{
- width: 160rpx;
- height: 160rpx;
- }
- .body .li .count {
- position: absolute;
- width: 90rpx;
- height: 28rpx;
- background: rgba(0, 0, 0, 0.3);
- opacity: 1;
- border-radius: 14rpx;
- right: 22rpx;
- top: 288rpx;
- font-size: 18rpx;
- font-weight: 400;
- /* line-height: 28rpx; */
- color: #fff;
- text-align: center;
- padding: 7rpx;
- padding-left: 31rpx;
- line-height: 20rpx;
- overflow: hidden;
- box-sizing: border-box;
- }
- .body .li .count image {
- position: absolute;
- left: 0;
- top: 0;
- width: 24rpx;
- height: 14rpx;
- left: 7rpx;
- top: 8rpx;
- }
- .item-content {
- padding-left: 20rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- flex: none;
- width: calc(100% - 180rpx);
- }
- .body .li .b-title {
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- }
- .body .li .b-title text:nth-child(1) {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- text-overflow:ellipsis;
- white-space:nowrap;
- display: block;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- }
- .body .li .b-title text:nth-child(2) {
- font-size: 14px;
- font-weight: 400;
- color: #646566;
- line-height: 20px;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- }
- .body .li .b-info {
- margin-top: 16rpx;
- display: flex;
- align-items: center;
- }
- .body .li .b-info text {
- font-size: 11px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #969799;
- line-height: 16px;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .body .li .b-info view {
- width: 50%;
- }
- .body .li .b-info view:first-child text{
- text-align: left;
- }
- .body .li .b-info view:last-child text{
- text-align: right;
- }
- .body .li .b-info text.xxxx {
- color: #FF7701;
- }
- .body .li .b-info text:nth-child(2) {
- margin-left: 12rpx;
- }
- .unbrand {
- margin-top: 180rpx;
- text-align: center;
- }
- .unbrand image {
- display: inline-block;
- width: 250rpx;
- height: 274rpx;
- }
- .unbrand .text {
- color: #666C7D;
- font-size: 30rpx;
- margin-top: 40rpx;
- }
- .banner {
- margin: 16rpx 0 38rpx;
- position: relative;
- }
- .banner swiper {
- height: 296rpx;
- }
- .banner .swiper-item image,
- .banner .swiper-item {
- width: 100%;
- height: 100%;
- }
- .banner .swiper-item {
- border-radius: 4px;
- overflow: hidden
- }
- .dots {
- position: absolute;
- bottom: 8rpx;
- left: 50%;
- transform: translateX(-50%);
- z-index: 2;
- }
- .dots view {
- display: inline-block;
- width: 4px;
- height: 4px;
- background: #FFFFFF;
- border-radius: 2px;
- opacity: 0.5;
- margin: 0 4rpx
- }
- .dots view.dotactive {
- width: 8px;
- opacity: 1;
- }
- .hotcateg {
- margin-bottom: 40rpx;
- }
- .hotcateg .title {
- font-size: 30rpx;
- font-weight: bold;
- line-height: 44rpx;
- color: #131D34;
- margin-bottom: 14rpx;
- padding: 0 46rpx;
- }
- .hotcateg .swiper-item {
- margin: 0 10rpx;
- position: relative;
- border-radius: 4px;
- overflow: hidden;
- width: calc(100% - 20rpx);
- height: 100%;
- }
- .hotcateg .swiper-item image {
- width: 100%;
- height: 100%;
- }
- .hotcateg .swiper-item view {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- padding: 8rpx 24rpx;
- font-size: 22rpx;
- color: #fff;
- background-color: rgba(0, 0, 0, 0.4);
- text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
- }
- .bgimg {
- position: fixed;
- left: 0;
- top: 0;
- width: 100vw;
- height: 690rpx;
- z-index: -9;
- }
- .bgimg image {
- width: 100%;
- height: 100%;
- }
- .page-title {
- position: fixed;
- box-sizing: content-box;
- padding-right: 32rpx;
- padding-left: 30rpx;
- font-size: 32rpx;
- left: 0;
- top: 0;
- width: 100vw;
- overflow: hidden;
- display: flex;
- align-items: center;
- z-index: 9999999999;
- }
- .page-title navigator {
- display: block;
- max-width: 65%;
- display: flex;
- align-items: center;
- }
- .page-title navigator text {
- display: block;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- }
- .page-title image {
- flex: 0 0 auto;
- background: rgb(180, 180, 180);
- width: 30px;
- height: 30px;
- border-radius: 50%;
- margin-right: 10rpx;
- vertical-align: top;
- }
- .page-title text {
- position: relative;
- color: #fff;
- z-index: 1;
- display: inline-block;
- font-size: 18px;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #FFFFFF;
- line-height: 25px;
- }
- .zxczxc {
- position: absolute;
- left: 0;
- width: 100%;
- display: flex;
- flex-direction: column;
- }
|