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.
110 lines
2.0 KiB
110 lines
2.0 KiB
.calendar {
|
|
--calendar-height: 880rpx;
|
|
position: relative;
|
|
}
|
|
.van-calendar__selected-day{
|
|
background: #FF446B !important;
|
|
}
|
|
._title{
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #181818;
|
|
margin-top: 40rpx;
|
|
background-color: #fff;
|
|
padding: 30rpx 0 0 30rpx;
|
|
}
|
|
._title ._icon{
|
|
width: 8rpx;
|
|
height: 36rpx;
|
|
background: #FF446B;
|
|
border-radius: 4rpx;
|
|
margin: 0 20rpx 0 0;
|
|
}
|
|
|
|
|
|
.van-calendar__bottom-info {
|
|
/* width: 40rpx;
|
|
height: 74rpx;
|
|
transform: rotate(-50deg);
|
|
top: -60rpx !important;
|
|
left: 80rpx !important;
|
|
box-shadow: 0 4rpx 4rpx 0 rgba(0, 0, 0, 0.2);
|
|
*/
|
|
width: 12rpx;
|
|
height: 12rpx;
|
|
left: 48rpx !important;
|
|
bottom: 22rpx !important;
|
|
border-radius: 50%;
|
|
background-color: #FF446B;
|
|
|
|
}
|
|
|
|
.van-calendar__day{
|
|
overflow: hidden !important;
|
|
}
|
|
._view{
|
|
background: #fff;
|
|
}
|
|
._view .list{
|
|
display: flex;
|
|
margin: 0 30rpx;
|
|
padding: 30rpx 0;
|
|
border-bottom: 2rpx solid #DDDDDD;
|
|
}
|
|
._view .list .img{
|
|
width: 204rpx;
|
|
height: 306rpx;
|
|
background: #D8D8D8;
|
|
border-radius: 16rpx;
|
|
}
|
|
._view .list .info{
|
|
flex:1;
|
|
padding: 8rpx 0 8rpx 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
._view .list .info ._top .title{
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #181818;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
._view .list .info ._top .loc{
|
|
font-size: 20rpx;
|
|
color: #7B7B7B;
|
|
}
|
|
._view .list .info ._bottom{
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
}
|
|
._view .list .info ._bottom ._left .brief{
|
|
font-size: 20rpx;
|
|
color: #FF1D42;
|
|
line-height: 36rpx;
|
|
border-radius: 8rpx;
|
|
border: 2rpx solid #FF1D42;
|
|
/* display: inline; */
|
|
padding: 3rpx 10rpx;
|
|
}
|
|
|
|
|
|
._view .list .info ._bottom ._left .price{
|
|
font-size: 44rpx;
|
|
font-weight: bold;
|
|
color: #FF1D42;
|
|
margin-top: 20rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
._view .list .info ._bottom ._right .time{
|
|
align-items: center;
|
|
display: flex;
|
|
font-size: 20rpx;
|
|
color: #181818;
|
|
padding-top: 10rpx;
|
|
}
|
|
|