|
|
|
.cm-calendar .cm-calendar-hd {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-calendar .cm-month {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
line-height: 100rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.cm-day-list .item, .cm-calendar .cm-calendar-hd .item{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 12rpx;
|
|
|
|
width: 74rpx;
|
|
|
|
height: 74rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.item .item_view {
|
|
|
|
display: flex !important;
|
|
|
|
align-items: center !important;
|
|
|
|
justify-content: center !important;
|
|
|
|
width: 74rpx !important;
|
|
|
|
height: 74rpx !important;
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-day-list {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-field-title{
|
|
|
|
font-size: 26rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #525252;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-day-list .active .item_view{
|
|
|
|
border: 5rpx solid #FFB821;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-day-list .active .item_view{
|
|
|
|
border: 5rpx solid #FFB821;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.item .current{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
/* 当天 */
|
|
|
|
.active-back-one.active .item_view{
|
|
|
|
/* background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #FFCC00 50%, #FFCC00 100%); */
|
|
|
|
border-color:#146AE7 ;
|
|
|
|
flex-direction: column;
|
|
|
|
line-height: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
color:#146Ae7;
|
|
|
|
}
|
|
|
|
.active-back-one.active .item_view>view{
|
|
|
|
color:#146Ae7;
|
|
|
|
}
|
|
|
|
.active-back-one.active .item_view .current{
|
|
|
|
color:#146AE7 ;
|
|
|
|
display: block;
|
|
|
|
font-size: 18rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
/* 有拍卖数量日期 */
|
|
|
|
.active-back-two .item_view{
|
|
|
|
background: linear-gradient(to left, #FFCC00 0%, #FFCC00 50%, #ffffff 50%, #ffffff 100%);
|
|
|
|
}
|
|
|
|
/* 有挂牌数量日期 */
|
|
|
|
.active-back-three .item_view{
|
|
|
|
background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #37F492 50%, #37F492 100%);
|
|
|
|
}
|
|
|
|
/* 两个数量都有 */
|
|
|
|
.active-back-four .item_view{
|
|
|
|
background: linear-gradient(to left, #FFCC00 0%, #FFCC00 50%, #37F492 50%, #37F492 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.item_view.selected{
|
|
|
|
background:#146AE7 !important;
|
|
|
|
border-color:#146AE7 !important;
|
|
|
|
color:#ffffff !important;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
.item_view.selected view{
|
|
|
|
color:#ffffff !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.map_top{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content:space-between;
|
|
|
|
padding:0 20rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dateTime{
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.dateTime .dateLi{
|
|
|
|
height: 50rpx;
|
|
|
|
line-height: 50rpx;
|
|
|
|
padding:0 20rpx;
|
|
|
|
border-radius: 25rpx;
|
|
|
|
border:2rpx solid #333333;
|
|
|
|
columns: #333333;
|
|
|
|
margin:0 10rpx;
|
|
|
|
}
|
|
|
|
.today{
|
|
|
|
font-size: 24rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color:#136AE7;
|
|
|
|
}
|