yuminge-app/yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel.wxss

236 lines
3.9 KiB
Plaintext

/* packageD/easyRefuel/easyRefuel.wxss */
#easy_refuel {
/* padding-top: 40px; */
position: relative;
}
#easy_refuel .my-swipe {
width: 100%;
}
#easy_refuel .my-swipe a {
width: 100%;
height: 100%;
}
#easy_refuel .my-swipe img {
width: 100%;
height: 100%;
border-radius: 20rpx;
}
#easy_refuel .content {
padding-top: 44rpx;
padding-bottom: 44rpx;
padding-left: 32rpx;
padding-right: 32rpx;
background-color: #fff;
z-index: 999;
position: relative;
}
#easy_refuel .content .item {
margin-top: 32rpx;
}
#easy_refuel .content .item .top {
display: flex;
}
#easy_refuel .content .item .top .left {
width: 182rpx;
height: 184rpx;
border-radius: 50%;
border: solid 2rpx #fda804;
}
#easy_refuel .content .item .top .left image {
width: 100%;
height: 100%;
border-radius: 50%;
}
#easy_refuel .content .item .top .right {
flex: 1;
margin-left: 24rpx;
flex-direction: column;
display: flex;
justify-content: space-between;
}
#easy_refuel .content .item .top .right .title {
display: flex;
justify-content: space-between;
}
#easy_refuel .content .item .top .right .distance {
text-align: left;
color: #666;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
#easy_refuel .content .item .top .right .down {
text-align: left;
display: flex;
align-items: center;
}
#easy_refuel .content .item .top .right .down .jian {
width: 33rpx;
height: 33rpx;
background-color: #ff3000;
border-radius: 0.1875rem;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 12px;
margin-right: 16rpx;
}
#easy_refuel .content .item .top .right .down .txt {
color: #ff3000;
font-size: 12px;
}
#easy_refuel .content .item .bottom {
display: flex;
justify-content: flex-end;
margin-top: 32rpx;
}
#easy_refuel .content .item .bottom .wrap {
width: 488rpx;
padding: 16rpx;
background-color: #f8f8f8;
border-radius: 10rpx;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#easy_refuel .pop {
padding-top: 48rpx;
padding-left: 32rpx;
padding-right: 32rpx;
}
#easy_refuel .pop .pop-wrap {
width: 100%;
}
#easy_refuel .pop .pop-wrap .title {
color: #666;
text-align: left;
margin-bottom: 32rpx;
}
#easy_refuel .pop .pop-wrap .catgory {
display: flex;
flex-wrap: wrap;
}
#easy_refuel .pop .pop-wrap .catgory .catgory-item {
width: 45%;
margin-right: 10%;
margin-bottom: 24rpx;
height: 80rpx;
background-color: #dadada;
display: flex;
align-items: center;
justify-content: center;
}
#easy_refuel .pop .pop-wrap .catgory .catgory-item:nth-child(2n) {
margin-right: 0;
}
#easy_refuel .fixed {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
height: 100rpx;
background-color: #fff;
box-shadow: 0 -2rpx 18rpx 0 rgba(0, 0, 0, 0.08);
padding-top: 16rpx;
padding-bottom: 16rpx;
display: flex;
}
#easy_refuel .fixed .left {
height: 100%;
width: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
#easy_refuel .fixed .left i {
font-size: 18px;
margin-right: 16rpx;
}
#easy_refuel .fixed .right {
height: 100%;
width: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
#easy_refuel .fixed .right i {
font-size: 18px;
margin-right: 16rpx;
}
.swiper {
width: 100%;
height: 400rpx;
}
.swiper swiper {
width: 100%;
height: 100%;
}
.swiper image {
width: 100%;
height: 100%;
}
.sousuo {
position: absolute;
top: 0;
width: 100%;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.span_is {
/* display: block; */
margin: 0 8rpx;
max-width: 120rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.inpbox {
display: flex;
align-items: center;
width: 500rpx;
height: 64rpx;
border-radius: 32rpx;
background: rgba(255, 255, 255, 0.3);
}