item.wxss 1.5 KB

123456789101112131415161718192021222324
  1. @import "/wxParse/wxParse.wxss";
  2. .swiper-box{height:750rpx;}
  3. .slide-image {width: 100%;height: 100%;margin: 0 auto;display: block;background: #F3F3F3;}
  4. .weui-panel{margin-top: 0px;margin-bottom: 10px;border-bottom: 1px #EEE solid;}
  5. .weui-panel .price{color: #F5203E}
  6. .weui-panel .price .number{font-size:35rpx;}
  7. .weui-media-box__title{white-space:normal;}
  8. .weui-media-box__info {line-height:2em;}
  9. .weui-media-box{padding:10px}
  10. .article-title{margin:5px 5px 0px 5px;padding:10px;font-size: 14px;border-bottom: 1px #EEE solid;color:#999;}
  11. .weui-article{margin:0px 5px 95px;padding:10px;background: #FFF}
  12. .weui-article image{width: 100%}
  13. .gift{background: #f0f0f0;padding:2px;}
  14. .box{margin:2px;background: #fff;padding: 5px;position:relative;overflow: hidden}
  15. .box image{min-height:100px;min-width:100px;max-height:120px;width: 100%;vertical-align:middle}
  16. .box .gift-name{font-size: 14px;padding:0px 5px 5px 5px;height:40px;overflow: hidden}
  17. .box .giftname{color: #333;background: #fff;padding:5px;line-height:20px;font-size: 14px;position:relative;bottom:0px;}
  18. .box .tip{position:absolute;bottom:7px;right:5px;}
  19. .van-tag {margin-left:5px;}
  20. /*底部按钮*/
  21. .goods-fixed-icon {width:140rpx;background: #fff;border-right: 1rpx solid #eee;position: relative;text-align: center;}
  22. .goods-fixed-icon .fixed-icon{font-size:40rpx;}
  23. .face{position: relative;height: 20px;left:50px;}
  24. .face image{width:20px;height:20px;border-radius:10px;border:1px #eee solid;vertical-align: middle;position:absolute;box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);}