363 lines
6.2 KiB
Plaintext
363 lines
6.2 KiB
Plaintext
/* packageH/toker/tokerSetMeal/tokerSetMeal.wxss */
|
|
|
|
.vanNav {
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.is_two {
|
|
padding: 0 30.08rpx;
|
|
}
|
|
|
|
.is_two .conceal {
|
|
margin: 0 24rpx;
|
|
border-top: 1rpx solid #eceaea;
|
|
height: 114.88rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.is_two .conceal .hoursUse {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.is_two .oneceList {
|
|
padding: 24rpx 40rpx 24rpx 29.12rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.is_two {
|
|
padding: 0 30.08rpx;
|
|
}
|
|
|
|
.is_two .conceal {
|
|
margin: 0 24rpx;
|
|
border-top: 1rpx solid #eceaea;
|
|
height: 114.88rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.is_two .conceal .hoursUse {
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.is_two .oneceList {
|
|
padding: 24rpx 40rpx 24rpx 29.12rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.is_two .oneceList .img {
|
|
width: 114.88rpx;
|
|
height: 114.88rpx;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.is_two .oneceList .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox {
|
|
flex: 1;
|
|
height: 114.88rpx;
|
|
margin-left: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .title {
|
|
text-align: left;
|
|
font-size: 25.92rpx;
|
|
line-height: 30.08rpx;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .twoTips {
|
|
font-size: 20.16rpx;
|
|
color: #666;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bLeft {
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bLeft .status {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #f15353;
|
|
margin-left: 3.2rpx;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bLeft .num {
|
|
color: #999;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bRightImg {
|
|
width: 74.88rpx;
|
|
height: 76.16rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bRightImg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 16rpx;
|
|
}
|
|
|
|
.onece {
|
|
padding: 0 30.08rpx;
|
|
}
|
|
|
|
.onece .oneceList {
|
|
padding: 24rpx 40rpx 24rpx 29.12rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
|
|
.onece .oneceList .img {
|
|
width: 114.88rpx;
|
|
height: 114.88rpx;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.onece .oneceList .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.onece .oneceList .rightBox {
|
|
flex: 1;
|
|
height: 114.88rpx;
|
|
margin-left: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .title {
|
|
text-align: left;
|
|
font-size: 25.92rpx;
|
|
line-height: 30.08rpx;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .twoTips {
|
|
font-size: 20.16rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bLeft {
|
|
display: flex;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bLeft .status {
|
|
color: #f15353;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bLeft .num {
|
|
color: #999;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bRightImg {
|
|
width: 74.88rpx;
|
|
height: 76.16rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bRightImg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: -19.84rpx;
|
|
bottom: 16rpx;
|
|
}
|
|
|
|
.is_two .oneceList .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox {
|
|
flex: 1;
|
|
height: 114.88rpx;
|
|
margin-left: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .title {
|
|
text-align: left;
|
|
font-size: 25.92rpx;
|
|
line-height: 30.08rpx;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .twoTips {
|
|
font-size: 20.16rpx;
|
|
color: #666;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bLeft {
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: center;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bLeft .status {
|
|
display: flex;
|
|
align-items: center;
|
|
color: #f15353;
|
|
margin-left: 3.2rpx;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bLeft .num {
|
|
color: #999;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bRightImg {
|
|
width: 74.88rpx;
|
|
height: 76.16rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.is_two .oneceList .rightBox .bottom .bRightImg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: -19.84rpx;
|
|
bottom: 16rpx;
|
|
}
|
|
|
|
.onece {
|
|
padding: 0 30.08rpx;
|
|
}
|
|
|
|
.onece .oneceList {
|
|
padding: 24rpx 40rpx 24rpx 29.12rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background: #fff;
|
|
}
|
|
|
|
.onece .oneceList .img {
|
|
width: 114.88rpx;
|
|
height: 114.88rpx;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.onece .oneceList .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.onece .oneceList .rightBox {
|
|
flex: 1;
|
|
height: 114.88rpx;
|
|
margin-left: 16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .title {
|
|
text-align: left;
|
|
font-size: 25.92rpx;
|
|
line-height: 30.08rpx;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .twoTips {
|
|
font-size: 20.16rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bLeft {
|
|
display: flex;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bLeft .status {
|
|
color: #f15353;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bLeft .num {
|
|
color: #999;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bRightImg {
|
|
width: 74.88rpx;
|
|
height: 76.16rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.onece .oneceList .rightBox .bottom .bRightImg image {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: -19.84rpx;
|
|
bottom: 16rpx;
|
|
}
|