123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- .container {
- width: 100%;
- overflow: hidden;
- background-color: #fff;
- }
- .top {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 99;
- background-color: #fff;
- height: 160rpx;
- }
- .ul::-webkit-scrollbar{
- display: none;
- }
- .linear-mask{
- position: fixed;
- bottom: 0;
- right: 0;
- width: 100%;
- height: 50%;
- background: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,0));
- pointer-events: none;
- opacity: 1;
- transition: ease all 0.3s;
- z-index: 2;
- }
- .mask-hidden{
- opacity: 0;
- }
- .mall-logo{
- position: fixed;
- bottom: 15px;
- right: 25px;
- width: 80px;
- height: auto;
- pointer-events: none;
- z-index: 999;
- }
- .search-con{
- position: fixed;
- bottom: 0;
- right: 0;
- width: 100%;
- height: 100%;
- background: rgba(255,255,255,0.8);
- z-index: 9999;
- }
- .no-record{
- width: calc(100% - 80rpx);
- margin: 40rpx 0 0 60rpx;
- }
- .sc-con{
- width: calc(100% - 80rpx);
- line-height: 60rpx;
- height: 60rpx;
- border: 1px solid #808080;
- border-radius: 30rpx;
- margin: 20rpx 0 0 40rpx;
- background: #fff;
- position: relative;
- }
- .sc-con input{
- width: 90%;
- background: none;
- border: none;
- padding-left: 30rpx;
- font-size: 24rpx;
- color: #000;
- line-height: 40rpx;
- height: 56rpx;
- }
- .sc-con image{
- width: 40rpx;
- height: 40rpx;
- display: inline-block;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- right: 20rpx;
- }
- .header {
- background-color: #fff;
- line-height: 80rpx;
- height: 80rpx;
- width: 100vw;
- padding-left: 46rpx;
- padding-right: 46rpx;
- }
- .header .ul{
- display: flex;
- justify-content: space-between;
- }
- .header .ul .li{
- flex: 0 0 auto;
- text-align: center;
- line-height: 80rpx;
- height: 80rpx;
- color:#131D34;
- font-weight: bold;
- font-size: 16px;
- }
- .header .ul .active {
- color: #0075DC;
- font-weight: bolder;
- font-size: 36rpx;
- position: relative;
- }
- .header .ul .active::after {
- content: '';
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 4rpx;
- background-color: #0075DC;
- }
- .search{
- margin: 0 46rpx;
- position: relative;
- box-shadow: 0 2px 2px #fff;
- z-index: 99;
- height: 80rpx;
- border: 1px solid rgba(0,0,0,0.1);
- }
- .search view{
- background: none;
- width: 80%;
- border: none;
- padding-left: 20rpx;
- font-size: 24rpx;
- color: #fff;
- line-height: 24rpx;
- vertical-align: middle;
- }
- .search input{
- color:rgba(0,0,0,0.3);
- height: 100%;
- width: 100%;
- padding: 0 28rpx 0 70rpx;
- border-radius: 8rpx;
- position: relative;
- z-index: 999;
-
- font-size: 14px;
- }
- .search image{
- width: 28rpx;
- height: 28rpx;
- display: inline-block;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: 28rpx;
- }
- .body{
- margin-top: 160rpx;
- z-index: 11;
- position: relative;
- padding: 16rpx 46rpx;
- overflow: hidden;
- width: 100%;
- font-size: 0;
- min-height: calc(100vh - 80rpx);
- }
- .body::-webkit-scrollbar {display:none}
- .body .ul {
- position: relative;
- width: 100%;
- font-size: 0;
- z-index: 1;
- }
- .body .li {
- position: relative;
- overflow: hidden;
- margin-bottom: 20rpx;
- }
- .body .li image{
- width: 100%;
- height: 300rpx;
- }
- .body .li .b-title{
- background: linear-gradient(to right, rgba(0,0,0,0.5),rgba(0,0,0,0));
- position: absolute;
- left: 0%;
- bottom: 0;
- padding-left: 40rpx;
- font-size: 28rpx;
- width: 70%;
- height: 60rpx;
- color: #fff;
- line-height: 60rpx;
- }
- .body .li .b-title text{
- color: #fff;
- font-size: 14px;
- }
- .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: 20rpx 46rpx;
- }
- .swiper-item {
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
|