| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375 | 
							- /* pages/shopPage/shopPage.wxss */
 
- /* 颜色记录:背景色:#f8f8f8;店铺热卖背景色:#efefef;商品列表背景色:#fafafa */
 
- page {
 
-   padding-bottom: 90rpx;
 
-   background: #f8f8f8;
 
- }
 
- .shop-container {
 
-   /* position: fixed; */
 
-   width: 100%;
 
-   height: 100%;
 
-   /* overflow: auto; */
 
-   background: #f8f8f8;
 
- }
 
- /* 店铺信息 */
 
- .shop {
 
-   display: flex;
 
-   padding: 20rpx;
 
-   padding-top: 30rpx;
 
-   box-sizing: border-box;
 
-   background: linear-gradient( #121a2a ,#102b6a); /* 标准的语法(必须放在最后) */
 
- }
 
- .shopInfo {
 
-   flex: 7;
 
-   display: flex;
 
- }
 
- .shopInfo .shopLogo {
 
-   display: inline-block;
 
-   margin-right: 20rpx;
 
-   vertical-align: middle;
 
-   background: #ffffff;
 
-   border-radius: 8rpx;
 
-   width: 100rpx;
 
-   height: 100rpx;
 
-   min-width: 100rpx;
 
-   min-height: 100rpx;
 
- }
 
- .shopInfo image {
 
-   display: block;
 
-   width: 100%;
 
-   height: 100%;
 
-   border-radius: 8rpx;
 
- }
 
- .shopInfo .shopTitle {
 
-   padding: 13rpx 0;
 
-   display: flex;
 
-   flex-direction: column;
 
-   justify-content: space-between;
 
- }
 
- .shopInfo .shopTitle .shopname {
 
-   display: inline-block;
 
-   vertical-align: middle;
 
-   padding-right: 8rpx;
 
-   font-size: 30rpx;
 
-   line-height: 1em;
 
-   color: #fff;
 
-   font-weight: bold;
 
- }
 
- .self-operate {
 
-   display: inline-block;
 
-   vertical-align: middle;
 
-   background: #e43130;
 
-   color: #fff;
 
-   font-size: 23rpx;
 
-   padding: 5rpx 15rpx;
 
-   margin-left: 15rpx;
 
- }
 
- .shopInfo .shopTitle .shopIntro {
 
-   color: #fff;
 
-   font-size: 24rpx;
 
-   display: -webkit-box;
 
-   line-height: 40rpx;
 
-   word-break: break-all;
 
-   -webkit-box-orient: vertical;
 
-   -webkit-line-clamp: 1;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
- }
 
- /* 搜索框 */
 
- .head-bg {
 
-   width: 100%;
 
-   height: 500rpx;
 
-   background: linear-gradient( #102b6a ,#f8f8f8); /* 标准的语法(必须放在最后) */
 
- }
 
- .shop-container.bg-sear {
 
-   position: fixed;
 
-   z-index: 999;
 
-   width: 100%;
 
-   line-height: 56rpx;
 
-   background: #fff;
 
-   padding-bottom: 20rpx;
 
-   text-align: center;
 
-   top: 0;
 
- }
 
- .bg-search {
 
-   /* background: #fff; */
 
-   height: 90rpx;
 
-   display: flex;
 
-   justify-content: center;
 
- }
 
- .navtop {
 
-   position: fixed;
 
-   top: 0rpx;
 
-   z-index: 99;
 
-   width: 100%;
 
-   height: 110rpx;
 
-   background: linear-gradient(to top right,#151d2c , #102b6a); /* 标准的语法(必须放在最后) */
 
- }
 
- .bg-sear .section {
 
-   display: flex;
 
-   justify-content: center;
 
-   align-items: center;
 
-   height: 60rpx;
 
-   background: #fff;
 
-   z-index: 1;
 
-   border-radius: 50rpx;
 
-   width: 92%;
 
-   margin: auto;
 
-   left: 4%;
 
-   background: #f7f7f7;
 
- }
 
- .bg-sear .section .placeholder {
 
-   display: block;
 
-   font-size: 24rpx;
 
-   color: #999;
 
- }
 
- .bg-sear .section .search-img {
 
-   width: 32rpx;
 
-   height: 32rpx;
 
-   margin-right: 10rpx;
 
- }
 
- /* 内容大盒子 */
 
- .prod-wrapper {
 
-   position: absolute;
 
-   top: 250rpx;
 
-   box-sizing: border-box;
 
-   display: block;
 
-   margin-top: 15rpx;
 
-   margin-left: 2.5%;
 
-   margin-right: 2.5%;
 
-   margin-bottom: 100rpx;
 
-   /* background: #fff; */
 
-   border-radius: 12rpx;
 
-   background: transparent;
 
-   width: 95%;
 
- }
 
- /* 导航分类 轮播图 */
 
- .content {
 
-   /* background: #fff; */
 
-   border-radius: 30rpx;
 
-   background: transparent;
 
- }
 
- swiper {
 
-   width: 100%;
 
-   height: 350rpx;
 
-   overflow: hidden;
 
- }
 
- swiper.pic-swiper {
 
-   background: #fff;
 
-   height: 780rpx;
 
-   border-radius: 15rpx 15rpx 0 0;
 
- }
 
- swiper-item {
 
-   font-size: 26rpx;
 
-   font-weight: bold;
 
- }
 
- swiper.pic-swiper .img-box {
 
-   font-size: 0;
 
- }
 
- .wx-swiper-dots {
 
-   margin-bottom: 15rpx;
 
- }
 
- .banner-item {
 
-   box-sizing: border-box;
 
- }
 
- swiper.pic-swiper .banner {
 
-   position: absolute;
 
-   width: 100%;
 
-   height: 780rpx;
 
-   display: inline-block;
 
- }
 
- .tit {
 
-   padding: 40rpx 0;
 
-   text-align: center;
 
-   background: #fff;
 
-   font-size: 28rpx;
 
- }
 
- .hotsell-tit {
 
-   font-size: 27rpx;
 
-   color: #000;
 
-   font-weight: bold;
 
-   vertical-align: middle;
 
- }
 
- .hotsell {
 
-   display: inline-block;
 
-   width: 55rpx;
 
-   height: 50rpx;
 
-   margin-right: .2em;
 
-   vertical-align: middle;
 
- }
 
- .hotsell > image {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
- /* 商品列表 */
 
- .prodlist-item-cont {
 
-   background: #ffffff;
 
-   padding-top: 20rpx;
 
- }
 
- .prod-list .title {
 
-   position: relative;
 
-   height: 64rpx;
 
-   line-height: 64rpx;
 
-   font-size: 32rpx;
 
-   padding: 30rpx 0 10rpx 30rpx;
 
-   color: #333;
 
-   background: #fff;
 
- }
 
- .title .more-prod-cont {
 
-   color: #999;
 
-   display: inline-block;
 
-   text-align: right;
 
- }
 
- .title .more-prod-cont .more {
 
-   position: absolute;
 
-   right: 30rpx;
 
-   top: 48rpx;
 
-   color: #666;
 
-   font-size: 24rpx;
 
-   padding: 0 20rpx;
 
-   height: 44rpx;
 
-   line-height: 44rpx;
 
- }
 
- .title .more-prod-cont .arrow {
 
-   width: 15rpx;
 
-   height: 15rpx;
 
-   transform: rotate(45deg);
 
-   position: absolute;
 
-   top: 58rpx;
 
-   right: 30rpx;
 
-   border-top: 2rpx solid #666;
 
-   border-right: 2rpx solid #666;
 
- }
 
- .prod-list .prod-items {
 
-   width: 345rpx;
 
-   display: inline-block;
 
-   background: #fff;
 
-   padding-bottom: 20rpx;
 
-   box-sizing: border-box;
 
-   /* box-shadow: 0rpx 5rpx 15rpx rgba(58,134,185,0.2); */
 
-   box-shadow: 0rpx 3rpx 12rpx rgba(23, 24, 26, 0.2);
 
- }
 
- .prod-list .prod-items:nth-child(2n-1) {
 
-   margin: 0 12rpx 20rpx 0rpx;
 
- }
 
- .prod-list .prod-items:nth-child(2n) {
 
-   margin: 0 0rpx 20rpx 11.5rpx;
 
- }
 
- .prod-items .hot-imagecont .hotsaleimg {
 
-   width: 341rpx;
 
-   height: 341rpx;
 
- }
 
- .prod-items .hot-text .prod-name {
 
-   font-size: 28rpx;
 
-   white-space: nowrap;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
- }
 
- .prod-items .hot-imagecont {
 
-   font-size: 0;
 
-   text-align: center;
 
- }
 
- .prod-items .hot-text {
 
-   margin-top: 20rpx;
 
-   padding: 0 10rpx;
 
- }
 
- .prod-items .hot-text .prod-info, .more-prod .prod-text-right .prod-info {
 
-   font-size: 22rpx;
 
-   color: #999;
 
-   white-space: nowrap;
 
-   overflow: hidden;
 
-   text-overflow: ellipsis;
 
- }
 
- .prod-items .hot-text .prod-text-info {
 
-   position: relative;
 
-   height: 70rpx;
 
-   line-height: 70rpx;
 
-   font-family: Arial;
 
- }
 
- .prod-items .hot-text .prod-text-info .hotprod-price {
 
-   display: inline;
 
-   font-size: 26rpx;
 
-   color: #eb2444;
 
- }
 
- .prod-items .hot-text .prod-text-info .basket-img {
 
-   width: 50rpx;
 
-   height: 50rpx;
 
-   position: absolute;
 
-   right: 0;
 
-   bottom: 2rpx;
 
-   padding: 8rpx;
 
- }
 
- .singal-price {
 
-   display: inline;
 
-   font-size: 20rpx;
 
-   text-decoration: line-through;
 
-   color: #777;
 
-   margin-left: 15rpx;
 
- }
 
- /* 查看更多 */
 
- .view-more {
 
-   height: 60rpx;
 
-   line-height: 60rpx;
 
-   text-align: center;
 
-   color: #999;
 
-   padding: 20rpx 0;
 
-   font-size: 24rpx;
 
-   border-radius: 12rpx;
 
- }
 
- .display{
 
-   display: none;
 
- }
 
 
  |