|
.scroll-h {
|
/* width: 750rpx; */
|
width: 100%;
|
height: 106rpx;
|
font-size: 14px;
|
flex-direction: row;
|
white-space: nowrap;
|
}
|
.navbarstyle {
|
display: flex;
|
justify-content: space-evenly;
|
flex-direction: row;
|
/* color: #4169e1; */
|
font-size: 14px;
|
}
|
.doing {
|
/* color: palevioletred; */
|
/* border-bottom: 2px solid #f92a54; */
|
color: #f92a54;
|
/* font-weight: 600; */
|
padding: 14px 6px 6px 6px;
|
}
|
.willcome {
|
padding: 14px 6px 6px 6px;
|
}
|
.passed {
|
padding: 14px 6px 6px 6px;
|
}
|
.textClick {
|
background: linear-gradient(90deg, #ff2c76, #ff3f3e);
|
color: white;
|
border-radius: 24rpx;
|
padding: 0 12rpx;
|
font-size: 24rpx;
|
}
|
.textunClick {
|
border-radius: 24rpx;
|
padding: 0 12rpx;
|
font-size: 24rpx;
|
}
|
.swiperall {
|
height: calc(100vh - 100rpx);
|
/* flex: 1; */
|
}
|
.swiper-item {
|
/* flex: 1; */
|
/* flex-direction: row; */
|
height: 95vh;
|
overflow: auto;
|
}
|
.title {
|
width: 60px;
|
font-size: 12px;
|
text-align: center;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
line-height: 20px;
|
}
|
.speendItem {
|
width: 20%;
|
padding: 0 5px;
|
box-sizing: border-box;
|
height: 75px;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
}
|
.speed {
|
font-size: 12px;
|
margin-top: 15px;
|
padding-left: 5px;
|
padding-right: 5px;
|
padding-bottom: 17px;
|
display: flex;
|
flex-direction: row;
|
flex-wrap: wrap;
|
height: auto;
|
}
|
.indexBody {
|
box-sizing: border-box;
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
overflow: hidden;
|
position: relative;
|
/* padding-bottom: 20px; */
|
}
|
.swiper {
|
height: 220px;
|
background-color: #f5f5f5;
|
}
|
.goodCards {
|
display: flex;
|
flex-direction: column;
|
flex-wrap: wrap;
|
background-color: #f5f5f5;
|
padding-bottom: 20px;
|
padding: 12rpx;
|
}
|
.card {
|
display: flex;
|
flex-direction: row;
|
width: 100%;
|
background-color: white;
|
padding: 12rpx 0;
|
border-radius: 12rpx;
|
}
|
.cardImg {
|
padding: 12px 0 0 12px;
|
height: 180rpx;
|
width: 180rpx;
|
}
|
.cardTitle {
|
background-color: white;
|
/* margin-left: 12px; */
|
font-size: 28rpx;
|
overflow: hidden;
|
font-weight: 600;
|
/* text-overflow: ellipsis; */
|
/* white-space: nowrap; */
|
}
|
.cardTip {
|
color: #ff3f3e;
|
font-size: 24rpx;
|
}
|
.cardDetail {
|
background-color: white;
|
margin-left: 12px;
|
font-size: 14px;
|
flex: 1;
|
display: flex;
|
justify-content: space-between;
|
flex-direction: column;
|
/* color: #eb0000; */
|
}
|
.cardCoupon {
|
background: linear-gradient(90deg, #ff8873, #ff4f4f);
|
padding: 6rpx;
|
width: 120rpx;
|
color: white;
|
border-radius: 8rpx;
|
font-size: 20rpx;
|
}
|
.cardBottom {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
flex-direction: row;
|
}
|
.cardBottom_price {
|
color: #fe3738;
|
}
|
.cardCount {
|
color: gray;
|
}
|
.cardBottom_right {
|
background: linear-gradient(90deg, #ff2c76, #ff3f3e);
|
color: white;
|
margin-right: 24rpx;
|
padding: 6rpx 24rpx;
|
border-radius: 12rpx;
|
}
|
.cardBottom_right2 {
|
background: linear-gradient(90deg, #2eb751, #3bae59);
|
color: white;
|
margin-right: 24rpx;
|
padding: 6rpx 24rpx;
|
border-radius: 12rpx;
|
}
|
.loading-more {
|
align-items: center;
|
justify-content: center;
|
padding-top: 10px;
|
padding-bottom: 10px;
|
text-align: center;
|
}
|
.loading-more-text {
|
font-size: 28rpx;
|
color: #999;
|
}
|
.scroll-v {
|
height: 100vh;
|
flex: 1;
|
|
flex-direction: column;
|
|
width: 100%;
|
}
|
.uni-tab-item {
|
|
display: inline-block;
|
|
flex-wrap: nowrap;
|
padding-left: 34rpx;
|
padding-right: 34rpx;
|
}
|