123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- /**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: 10px 12px;
- }
- .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{
- font-size: 16px;
- }
- .template .desc{
- font-size: 14px;
- color: #999;
- }
- .template .desc .emphasize{
- color: #E94D4D;
- }
- .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);
- }
- .mask .content{
- width: 83.2%;
- 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;
- margin: 12px auto 20px;
- }
- .mask .content .text{
- margin-bottom: 20px;
- font-size: 30rpx;
- color: #999;
- }
- .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: #3cc51f;
- background: #fff;
- border-top: 1rpx solid #d2d3d5;
- border-radius: 0px 0px 10px 10px;
- }
- /*@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){
- }*/
|