You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

221 lines
3.6 KiB

/* pages/order/road/index.wxss */
page {
background: #f6f6f6;
}
.date-all-box {
margin: 25rpx;
}
.month-box {
padding: 0 20rpx;
height: 116rpx;
display: flex;
border-bottom: 1rpx solid #ccc;
align-items: center;
}
.month-item {
margin-right: 70rpx;
font-size: 33rpx;
color: #000;
font-weight: 500;
line-height: 116rpx;
position: relative;
}
.month-item.active::after {
content: "1";
display: block;
font-size: 0;
position: absolute;
left: 0;
right: 0;
height: 8rpx;
background: #0B898E;
border-radius: 4rpx;
bottom: 0;
}
.day-header {
padding-top: 40rpx;
line-height: 45rpx;
font-size: 29rpx;
color: #000;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 50rpx;
}
.day-header-item,.day-item {
width: calc(692rpx / 7);
/* width: calc(702rpx / 7); */
text-align: center;
flex-shrink: 0;
}
.day-box {
display: flex;
align-items: center;
font-size: 35rpx;
flex-wrap: wrap;
color: #999;
}
.date-item-in {
width: 87rpx;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 87rpx;
}
.day-item {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30rpx;
}
.date-item-in .price {
font-size: 23rpx;
color: #D62828;
line-height: 20rpx;
}
.date-item-in .price::after {
content: "起";
font-size: 17rpx;
}
.date-num {
line-height: 40rpx;
}
.date-price-place {
height: 20rpx;
}
.day-item.active .date-item-in {
background: #0B898E;
color: #fff;
border-radius: 7rpx;
}
.day-item.active .date-item-in .price {
color: #fff;
}
.date-num.active {
color: #000;
}
.day-item.active .date-item-in .date-num {
color: #fff;
}
.box {
background: white;
margin: 25rpx;
background: #FFFFFF;
border-radius: 9rpx;
padding: 35rpx 20rpx;
}
.box-top {
display: flex;
justify-content: space-between;
align-items: center;
line-height: 50rpx;
font-size: 28rpx;
color: #666;
}
.box-title {
font-size: 31rpx;
color: #000;
}
.box-tip {
flex: 1;
margin-left: 30rpx;
}
.box .iconfont {
color: #000;
font-size: 34rpx;
}
.box .iconfont.disable {
color: #666;
}
.box .number {
width: 67rpx;
height: 50rpx;
background: #F0F0F0;
border-radius: 7rpx;
text-align: center;
margin: 0 23rpx;
}
.box .single-price {
font-size: 33rpx;
color: #D62828;
text-align: right;
margin-top: 20rpx;
}
.box .single-price::before {
content: "¥";
font-size: 24rpx;
margin-right: 4rpx;
}
.fixed-bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 113rpx;
background: white;
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 25rpx;
box-shadow: 0px 0px 16rpx 0px rgba(6, 0, 1, 0.1);
z-index: 999;
}
.fixed-bottom text {
flex-shrink: 0;
font-size: 29rpx;
}
.mingxi {
font-size: 27rpx;
color: #D62828;
margin-right: 73rpx;
}
.kefu-box {
flex-shrink: 0;
text-align: center;
font-size: 23rpx;
color: #666;
}
.fixed-bottom .price {
flex: 1;
font-size: 36rpx;
color: #D62828;
font-weight: 500;
}
.fixed-bottom .btn {
width: 267rpx;
text-align: center;
line-height: 113rpx;
background: #D62828;
color: #fff;
font-size: 36rpx;
font-weight: 500;
margin-left: 30rpx;
}
.mask-content {
position: absolute;
bottom: 113rpx;
left: 0;
right: 0;
padding: 30rpx 47rpx;
width: auto;
border-radius: 0;
}
.mask-tip {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28rpx;
margin-bottom: 30rpx;
}
.mask-tip2 {
color: #666;
font-size: 27rpx;
margin-bottom: 20rpx;
}
.mask-price {
text-align: right;
}
.mask-price text {
color: #D62828;
}