/**app.wxss**/ @import "weui.wxss"; page{ font-size: 14px; background: #f2f1f7; } .none{ display: none; } .block{ display: block; } .icons{ display: inline-block; background: url('http://m.henhaojie.com/images/icon02.png') no-repeat; background-size: 750rpx 400rpx; } .icons.icon-open{ width: 44rpx; height: 44rpx; background-position: 7rpx -128rpx } .icons.icon-pickup{ width: 44rpx; height: 44rpx; background-position: -126rpx -120rpx; } .swiper-container { width: 100%; height: 240rpx; position: relative; } .swiper-container .swiper{ height: 100%; } .swiper-container .slide-image{ width: 100%; height: 240rpx; } .swiper-container .online-count{ position: absolute; top: 10px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #fff; font-size: 12px; background-color: rgba(0,0,0,.5); z-index: 100; padding: 4px 15px; border-radius: 15px } .weui-cell{ padding: 12px; } .weui-cells::after{border-bottom:0 none;} .slide{ height: 8px; /*border-top:1rpx solid #d9d9d9;*/ background-color: #f5f4f9; } /*成功率 星星*/ .icon.icon-star { display: inline-block; width: 140rpx; height: 30rpx; background: url('http://m.henhaojie.com/zip/images/star.png') no-repeat; background-size: 280rpx 28rpx; vertical-align: middle; margin-top: -12rpx } .icon-star.icon-star5 { background-position: 0 3rpx } .icon-star.icon-star4 { background-position: -28rpx 3rpx } .icon-star.icon-star3 { background-position: -56rpx 3rpx } .icon-star.icon-star2 { background-position: -84rpx 3rpx } .icon-star.icon-star1 { background-position: -112rpx 3rpx } /* 超出隐藏 */ .elli{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ell2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } /* jiefItem */ .borrow-list-temp .weui-cell__hd .icon{ width: 100%; height: 100%; } .card-list-temp{ position: relative; } .template .weui-cell{ display: flex; display: -webkit-flex; padding: 28rpx 24rpx; } .card-list-temp .weui-cell__hd{ width: 200rpx; height: 124rpx; overflow: hidden; border-radius: 6px; } .borrow-list-temp .weui-cell__hd{ width: 100rpx; height: 100rpx; overflow: hidden; border: #f5f5f5 solid 1rpx; border-radius: 6px; } .template .weui-cell__bd{ width: 360rpx; margin-left: 10px; } .card-list-temp .weui-cell__bd{ width: 300rpx; } .card-list-temp .weui-cell__hd image{ width: 100%; height: 100%; } .template .weui-cell__bd .title{ line-height: 20px; font-size: 16px; color: #333; } .template .desc{ line-height: 18px; font-size: 12px; color: #535353; } .template .contact-btn{ /*display: none;*/ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; } .template .notice-btn{ position: absolute; top: 50%; right: 16px; width: 132rpx; padding: 0px; height: 40rpx; font-size: 10px; background: #FFF; color: #E94D4D; line-height: 40rpx; border-radius: 15px; border: 1rpx solid #E94D4D; transform: translateY(-50%); letter-spacing: 1rpx; } .template .contact-btn::after, .template .notice-btn::after{ border: 0 none; } .template .weui-badge.other{ background: #2893E9; } .weui-cell__ft_in-access{ position: absolute; right: 12px; top: 50%; } .weui-cells:before{ border-top: 1rpx solid #e5e5e5; } .card-list .weui-badge{ border-radius: 5px; margin-top:-3px; margin-left: 6px; padding: 2px 4px; } .mask{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 100; } .mask .content{ width: 72%; padding: 10px 0px 0; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 10px; text-align: center; } .mask .content .title{ font-size: 32rpx; color: #000; font-weight: 600; padding: 8px 0 16px; border-bottom: #D8D8D8 solid 1rpx; } .mask .content .text{ padding: 15px; font-size: 30rpx; color: #333333; } .mask .content .notice{ width:472rpx; height:348rpx; } .mask .content .text>text{ color: #E94D4D; font-weight: 600; } .mask .content .contact-btn{ width: 100%; height: 50px; line-height: 50px; margin-top: 10px; font-size: 32rpx; color: #333333; background: #fff; border-top: 1rpx solid #d2d3d5; border-radius: 0px 0px 10px 10px; font-weight:600; } /*@media (-webkit-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5){ } @media (-webkit-min-device-pixel-ratio: 2),(min-device-pixel-ratio: 2){ }*/