提交 a865e04c 编写于 作者: KK's avatar KK

规范

上级 da228180
.mpvue-calendar {
margin: auto;
width: 100%;
min-width: 350px;
background: #fff;
user-select: none;
position: relative;
margin: auto;
width: 100%;
min-width: 350px;
background: #fff;
user-select: none;
position: relative;
}
.calendar-tools {
height: 40px;
font-size: 15px;
line-height: 40px;
color: #5e7a88;
border-bottom: 0.3px solid #efefef;
height: 40px;
font-size: 15px;
line-height: 40px;
color: #5e7a88;
border-bottom: 0.3px solid #efefef;
}
.calendar-tools span {
cursor: pointer;
cursor: pointer;
}
.calendar-prev {
width: 14.28571429%;
float: left;
text-align: center;
width: 14.28571429%;
float: left;
text-align: center;
}
.calendar-prev img,
.calendar-next img {
width: 34px;
height: 34px;
width: 34px;
height: 34px;
}
.calendar-info {
font-size: 16px;
line-height: 1.3;
text-align: center;
width: 220px;
margin: 0 auto;
font-size: 16px;
line-height: 1.3;
text-align: center;
width: 220px;
margin: 0 auto;
}
.calendar-info > div.mc-month {
margin: auto;
height: 24px;
width: 100px;
text-align: center;
color: #5e7a88;
overflow: hidden;
position: relative;
margin: auto;
height: 24px;
width: 100px;
text-align: center;
color: #5e7a88;
overflow: hidden;
position: relative;
}
.calendar-info > div.mc-month .mc-month-inner {
position: absolute;
left: 0;
top: 0;
height: 480px;
position: absolute;
left: 0;
top: 0;
height: 480px;
}
.month-transition {
transition: top 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: top 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.calendar-info .mc-month-text {
display: block;
font-size: 28px;
height: 40px;
width: 200px;
overflow: hidden;
text-align: center;
display: block;
font-size: 28px;
height: 40px;
width: 200px;
overflow: hidden;
text-align: center;
}
.calendar-info > div.mc-month .mc-month-inner > span {
display: block;
font-size: 14px;
height: 24px;
line-height: 24px;
width: 100px;
overflow: hidden;
text-align: center;
display: block;
font-size: 14px;
height: 24px;
line-height: 24px;
width: 100px;
overflow: hidden;
text-align: center;
}
.calendar-info > div.mc-year {
font-size: 10px;
line-height: 1;
color: #999;
font-size: 10px;
line-height: 1;
color: #999;
}
.calendar-next {
width: 14.28571429%;
float: right;
text-align: center;
width: 14.28571429%;
float: right;
text-align: center;
}
.mpvue-calendar table {
clear: both;
width: 100%;
margin-bottom: 10px;
border-collapse: collapse;
color: #444444;
clear: both;
width: 100%;
margin-bottom: 10px;
border-collapse: collapse;
color: #444444;
}
.mpvue-calendar td {
margin: 2px !important;
padding: 4px;
width: 14.28571429%;
box-sizing: border-box;
text-align: center;
vertical-align: middle;
font-size: 14px;
cursor: pointer;
position: relative;
vertical-align: top;
margin: 2px !important;
padding: 4px;
width: 14.28571429%;
box-sizing: border-box;
text-align: center;
vertical-align: middle;
font-size: 14px;
cursor: pointer;
position: relative;
vertical-align: top;
}
.mpvue-calendar td.mc-week {
font-size: 10px;
pointer-events: none !important;
cursor: default !important;
font-size: 10px;
pointer-events: none !important;
cursor: default !important;
}
.mpvue-calendar td.disabled {
color: #ccc;
color: #ccc;
}
.mpvue-calendar td.disabled div {
color: #ccc;
color: #ccc;
}
.mpvue-calendar td span {
display: block;
height: 100%;
width: 100%;
margin: 0 auto;
border-radius: 50%;
position: relative;
z-index: 3;
display: block;
height: 100%;
width: 100%;
margin: 0 auto;
border-radius: 50%;
position: relative;
z-index: 3;
}
.mpvue-calendar td:not(.disabled) span.mc-date-red {
color: #ea6151;
color: #ea6151;
}
.mc-today {
color: #3b75fb;
color: #3b75fb;
}
.mpvue-calendar td.selected span {
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
}
.mpvue-calendar td .mc-text {
box-sizing: border-box;
height: 0.7em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 0.7em;
line-height: 0.7em;
z-index: 4;
box-sizing: border-box;
height: 0.7em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 0.7em;
line-height: 0.7em;
z-index: 4;
}
.mpvue-calendar td .isGregorianFestival,
.mpvue-calendar td .isTerm,
.mpvue-calendar td .isLunarFestival {
color: #ea6151;
color: #ea6151;
}
.mpvue-calendar td.selected span.mc-date-red {
background-color: #3b75fb;
color: #fff;
background-color: #3b75fb;
color: #fff;
}
.selected .mc-text {
color: #fff !important;
color: #fff !important;
}
.mpvue-calendar .lunarStyle .mc-text {
overflow: visible;
bottom: 20%;
overflow: visible;
bottom: 20%;
}
.mpvue-calendar thead td {
text-transform: uppercase;
height: 30px;
vertical-align: middle;
text-transform: uppercase;
height: 30px;
vertical-align: middle;
}
.mc-head {
margin-bottom: 10px;
margin-bottom: 10px;
}
.mc-head div {
overflow: hidden;
overflow: hidden;
}
.mc-head-box div {
flex: 1;
text-align: center;
font-size: 15px;
flex: 1;
text-align: center;
font-size: 15px;
}
.mc-head-box {
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
}
.mc-body {
padding-bottom: 10px;
padding-bottom: 10px;
}
.mc-body tr {
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
}
.mc-dot {
width: 8px;
height: 8px;
background-color: #ea6151;
border-radius: 50%;
position: absolute;
bottom: -4px;
left: 50%;
margin-left: -4px;
z-index: 5;
width: 8px;
height: 8px;
background-color: #ea6151;
border-radius: 50%;
position: absolute;
bottom: -4px;
left: 50%;
margin-left: -4px;
z-index: 5;
}
.remark-text {
box-sizing: border-box;
height: 0.7em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 0.7em;
line-height: 0.7em;
z-index: 5;
box-sizing: border-box;
height: 0.7em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 0.7em;
line-height: 0.7em;
z-index: 5;
}
.slot-element {
line-height: normal;
position: absolute;
z-index: 5;
line-height: normal;
position: absolute;
z-index: 5;
}
.mpvue-calendar-change {
position: absolute;
left: 0;
top: 42px;
right: 0;
bottom: 0;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
overflow: auto;
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
opacity: 0;
pointer-events: none;
transform: translateY(-10px);
z-index: 9;
position: absolute;
left: 0;
top: 42px;
right: 0;
bottom: 0;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
overflow: auto;
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
opacity: 0;
pointer-events: none;
transform: translateY(-10px);
z-index: 9;
}
.mpvue-calendar-change.show {
opacity: 1;
pointer-events: auto;
transform: translateY(0px);
opacity: 1;
pointer-events: auto;
transform: translateY(0px);
}
.mpvue-calendar-change span {
margin: 4px 2%;
display: inline-block;
line-height: 30px;
border-radius: 20px;
text-align: center;
color: #999;
width: 20%;
text-align: center;
border-radius: 40px;
box-sizing: border-box;
margin-bottom: 4%;
cursor: pointer;
margin: 4px 2%;
display: inline-block;
line-height: 30px;
border-radius: 20px;
text-align: center;
color: #999;
width: 20%;
text-align: center;
border-radius: 40px;
box-sizing: border-box;
margin-bottom: 4%;
cursor: pointer;
}
.mpvue-calendar-change span.active {
background-color: #587dff;
box-shadow: 2px 2px 2px rgba(88, 125, 255, 0.7);
color: #fff;
background-color: #587dff;
box-shadow: 2px 2px 2px rgba(88, 125, 255, 0.7);
color: #fff;
}
.mpvue-calendar-change .calendar-week-switch-months {
height: 100%;
height: 100%;
}
.mpvue-calendar-change .calendar-week-switch-months span {
margin-bottom: 10px;
margin-top: 0;
margin-bottom: 10px;
margin-top: 0;
}
.calendar-years,
.calendar-months {
height: auto;
width: 100%;
padding: 10px;
box-sizing: border-box;
position: relative;
height: auto;
width: 100%;
padding: 10px;
box-sizing: border-box;
position: relative;
}
.calendar-years:after {
content: "";
display: block;
width: 86%;
height: 1px;
background-color: #eee;
position: absolute;
bottom: 2%;
left: 7%;
content: '';
display: block;
width: 86%;
height: 1px;
background-color: #eee;
position: absolute;
bottom: 2%;
left: 7%;
}
/*range background*/
.mc-range-mode .selected .mc-range-bg {
content: "";
display: block;
width: 150%;
height: 100%;
background-color: #01a1ed;
position: relative;
top: -100%;
left: 50%;
content: '';
display: block;
width: 150%;
height: 100%;
background-color: #01a1ed;
position: relative;
top: -100%;
left: 50%;
}
.mpvue-calendar .mc-range-mode .selected .calendar-date {
background-color: transparent;
background-color: transparent;
}
.mpvue-calendar .mc-range-mode .mc-range-row-last .calendar-date,
.mpvue-calendar .mc-range-mode .mc-range-row-first .calendar-date {
border-radius: 4px;
background-color: #01a1ed;
border-radius: 4px;
background-color: #01a1ed;
}
.mpvue-calendar .mc-range-mode .mc-range-month-first.selected .calendar-date,
.mpvue-calendar .mc-range-mode .mc-range-month-last.selected .calendar-date {
background-color: #01a1ed;
border-radius: 4px;
background-color: #01a1ed;
border-radius: 4px;
}
.mc-range-mode .mc-range-month-last .mc-range-bg {
background-color: transparent;
border-radius: 4px;
background-color: transparent;
border-radius: 4px;
}
.mc-range-mode .mc-range-end .mc-range-bg,
.mc-range-mode .mc-range-row-last .mc-range-bg {
display: none;
display: none;
}
.mc-range-row-first.mc-range-end .mc-range-bg {
display: block;
margin-left: -50%;
width: 50%;
border-radius: 4px;
display: block;
margin-left: -50%;
width: 50%;
border-radius: 4px;
}
.mpvue-calendar .mc-range-row-first.mc-range-end.month-first-date .mc-range-bg {
margin-left: 0;
margin-left: 0;
}
.mc-range-row-last.mc-range-begin .mc-range-bg {
display: block;
width: 50%;
border-radius: 4px;
display: block;
width: 50%;
border-radius: 4px;
}
.mpvue-calendar .mc-range-mode .selected.mc-range-second-to-last span {
background-color: #01a1ed;
border-radius: 4px;
background-color: #01a1ed;
border-radius: 4px;
}
.mc-range-begin.mc-range-second-to-last {
background-color: #01a1ed;
border-radius: 4px;
background-color: #01a1ed;
border-radius: 4px;
}
.mpvue-calendar .mc-range-mode .mc-range-end span.calendar-date,
.mpvue-calendar .mc-range-mode .mc-range-begin span.calendar-date {
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
}
.mpvue-calendar .mc-range-mode .month-last-date.mc-range-begin .mc-range-bg {
display: block;
width: 50%;
border-radius: 4px;
display: block;
width: 50%;
border-radius: 4px;
}
.mpvue-calendar .mc-range-mode .month-first-date.mc-range-end .mc-range-bg {
display: block;
width: 50%;
border-radius: 4px;
left: 0;
display: block;
width: 50%;
border-radius: 4px;
left: 0;
}
.calendar-wrapper
.mpvue-calendar
.mc-range-mode
.mc-range-select-one
div.mc-range-bg {
display: none;
.mpvue-calendar
.mc-range-mode
.mc-range-select-one
div.mc-range-bg {
display: none;
}
.mc-range-mode .mc-range-second-to-last .mc-range-bg {
border-radius: 0 25% 25% 0;
border-radius: 0 25% 25% 0;
}
.mc-today-element .calendar-date {
background-color: rgba(25, 47, 89, 0.1);
border-radius: 4px;
background-color: rgba(25, 47, 89, 0.1);
border-radius: 4px;
}
/*week switch*/
.mpvue-calendar
.mc-range-mode.week-switch
.month-last-date.mc-range-begin
.mc-range-bg {
width: 150%;
border-radius: 0 20% 20% 0;
.mc-range-mode.week-switch
.month-last-date.mc-range-begin
.mc-range-bg {
width: 150%;
border-radius: 0 20% 20% 0;
}
.mpvue-calendar .mc-range-mode.week-switch .mc-range-month-last .mc-range-bg {
background-color: #01a1ed;
border-radius: 0 20% 20% 0;
background-color: #01a1ed;
border-radius: 0 20% 20% 0;
}
/*month range*/
.mpvue-calendar .month-range-mode {
border-bottom: 1px solid #f2f2f2;
position: relative;
border-bottom: 1px solid #f2f2f2;
position: relative;
}
.mpvue-calendar .mc-month-range-mode-head {
box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1);
padding: 8px 0;
position: sticky;
top: 0;
background-color: #fff;
z-index: 9;
box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1);
padding: 8px 0;
position: sticky;
top: 0;
background-color: #fff;
z-index: 9;
}
.month-range-mode .month-rang-head {
text-align: left;
margin: 10px 0;
padding-left: 10px;
text-align: left;
margin: 10px 0;
padding-left: 10px;
}
.month-range-mode .mc-last-month,
.month-range-mode .mc-next-month {
opacity: 0 !important;
opacity: 0 !important;
}
.month-text-background {
position: absolute;
font-size: 140px;
width: 100%;
height: 100%;
text-align: center;
line-height: 2.4;
position: absolute;
font-size: 140px;
width: 100%;
height: 100%;
text-align: center;
line-height: 2.4;
}
@font-face {
font-family: "iconfont";
src: url("data:font/truetype;charset=utf-8;base64,d09GRgABAAAAAASEAAsAAAAABuwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY7d0f0Y21hcAAAAYAAAABTAAABhmJUzs9nbHlmAAAB1AAAALcAAADIzC0F5mhlYWQAAAKMAAAALwAAADYS7IZUaGhlYQAAArwAAAAcAAAAJAfeA4RobXR4AAAC2AAAAAwAAAAMDAAAAGxvY2EAAALkAAAACAAAAAgANgBkbWF4cAAAAuwAAAAfAAAAIAEOACluYW1lAAADDAAAAUUAAAJtPlT+fXBvc3QAAARUAAAALQAAAEOUPjuMeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMj5jYm7438AQw9zA0AAUZgTJAQDdSgvleJztkMERgDAIBPdIzMOxEB8W5MvuTRsRMHbhzSwHR/IBWIDiHE4FXYjQ6akyL6yZ13zT3IXd6jYGfO6S75q7xT81fm1Z9zlZXOsl+j5BD35IDU4AeJwVzUEOwUAYBeD/mfxTEso/mkEJoYluqgtajUjYsHEOSytncROJK/QErjNMd+8lL+8jEP3eqq8uNCPiokK1L4t1ihzVCSPMEekAep3mQCh4tpVm95JWz2QGj3iyiN3LZMJBODU49IMuDxk32YifuI89X4+xqwcsHUtEjfVVWt1p5MvWNs9RY4RowNLrJ7Tq8ZKNN7wmvMp8jBc7PDpW3RPfPrISV5ss4QEO9pxcdrix/gMMIyHOAHicY2BkYGAAYmNBZtV4fpuvDNwsDCBw/dlCBQT9fzMLA3MKkMvBwAQSBQDyNAlAAHicY2BkYGBu+N/AEMPCAAJAkpEBFTADAEcJAmwEAAAABAAAAAQAAAAAAAAAADYAZHicY2BkYGBgZpBlANEMDExAzAWEDAz/wXwGAAuHATgAeJxlj01OwzAQhV/6B6QSqqhgh+QFYgEo/RGrblhUavdddN+mTpsqiSPHrdQDcB6OwAk4AtyAO/BIJ5s2lsffvHljTwDc4Acejt8t95E9XDI7cg0XuBeuU38QbpBfhJto41W4Rf1N2MczpsJtdGF5g9e4YvaEd2EPHXwI13CNT+E69S/hBvlbuIk7/Aq30PHqwj7mXle4jUcv9sdWL5xeqeVBxaHJIpM5v4KZXu+Sha3S6pxrW8QmU4OgX0lTnWlb3VPs10PnIhVZk6oJqzpJjMqt2erQBRvn8lGvF4kehCblWGP+tsYCjnEFhSUOjDFCGGSIyujoO1Vm9K+xQ8Jee1Y9zed0WxTU/3OFAQL0z1xTurLSeTpPgT1fG1J1dCtuy56UNJFezUkSskJe1rZUQuoBNmVXjhF6XNGJPyhnSP8ACVpuyAAAAHicY2BigAAuBuyAmZGJkZmRhYEnKzMxryS/tDgjMS+dC8qpzC9lYAAAiPIJlAAAAA==");
font-family: 'iconfont';
src: url('data:font/truetype;charset=utf-8;base64,d09GRgABAAAAAASEAAsAAAAABuwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY7d0f0Y21hcAAAAYAAAABTAAABhmJUzs9nbHlmAAAB1AAAALcAAADIzC0F5mhlYWQAAAKMAAAALwAAADYS7IZUaGhlYQAAArwAAAAcAAAAJAfeA4RobXR4AAAC2AAAAAwAAAAMDAAAAGxvY2EAAALkAAAACAAAAAgANgBkbWF4cAAAAuwAAAAfAAAAIAEOACluYW1lAAADDAAAAUUAAAJtPlT+fXBvc3QAAARUAAAALQAAAEOUPjuMeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMj5jYm7438AQw9zA0AAUZgTJAQDdSgvleJztkMERgDAIBPdIzMOxEB8W5MvuTRsRMHbhzSwHR/IBWIDiHE4FXYjQ6akyL6yZ13zT3IXd6jYGfO6S75q7xT81fm1Z9zlZXOsl+j5BD35IDU4AeJwVzUEOwUAYBeD/mfxTEso/mkEJoYluqgtajUjYsHEOSytncROJK/QErjNMd+8lL+8jEP3eqq8uNCPiokK1L4t1ihzVCSPMEekAep3mQCh4tpVm95JWz2QGj3iyiN3LZMJBODU49IMuDxk32YifuI89X4+xqwcsHUtEjfVVWt1p5MvWNs9RY4RowNLrJ7Tq8ZKNN7wmvMp8jBc7PDpW3RPfPrISV5ss4QEO9pxcdrix/gMMIyHOAHicY2BkYGAAYmNBZtV4fpuvDNwsDCBw/dlCBQT9fzMLA3MKkMvBwAQSBQDyNAlAAHicY2BkYGBu+N/AEMPCAAJAkpEBFTADAEcJAmwEAAAABAAAAAQAAAAAAAAAADYAZHicY2BkYGBgZpBlANEMDExAzAWEDAz/wXwGAAuHATgAeJxlj01OwzAQhV/6B6QSqqhgh+QFYgEo/RGrblhUavdddN+mTpsqiSPHrdQDcB6OwAk4AtyAO/BIJ5s2lsffvHljTwDc4Acejt8t95E9XDI7cg0XuBeuU38QbpBfhJto41W4Rf1N2MczpsJtdGF5g9e4YvaEd2EPHXwI13CNT+E69S/hBvlbuIk7/Aq30PHqwj7mXle4jUcv9sdWL5xeqeVBxaHJIpM5v4KZXu+Sha3S6pxrW8QmU4OgX0lTnWlb3VPs10PnIhVZk6oJqzpJjMqt2erQBRvn8lGvF4kehCblWGP+tsYCjnEFhSUOjDFCGGSIyujoO1Vm9K+xQ8Jee1Y9zed0WxTU/3OFAQL0z1xTurLSeTpPgT1fG1J1dCtuy56UNJFezUkSskJe1rZUQuoBNmVXjhF6XNGJPyhnSP8ACVpuyAAAAHicY2BigAAuBuyAmZGJkZmRhYEnKzMxryS/tDgjMS+dC8qpzC9lYAAAiPIJlAAAAA==');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'iconfont' !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right:before {
content: "\e602";
content: '\e602';
}
.icon-arrow-left:before {
content: "\e501";
content: '\e501';
}
.sign {
height: 28px;
width: 100%;
position: absolute;
z-index: 12;
bottom: -11px;
left: 0;
height: 28px;
width: 100%;
position: absolute;
z-index: 12;
bottom: -11px;
left: 0;
}
.sign-item {
line-height: 1;
height: 4px;
color: #ccc;
font-size: 16px;
font-weight: 600;
line-height: 1;
height: 4px;
color: #ccc;
font-size: 16px;
font-weight: 600;
}
.changeStyle_bottom {
border-color: rgb(135, 135, 135);
border-width: 0 0 2px 2px;
border-style: solid;
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
width: 10px;
height: 10px;
position: absolute;
right: calc(50% - 7px);
-webkit-transition: 100 unset;
transition: 100 unset;
top: 3px;
border-color: rgb(135, 135, 135);
border-width: 0 0 2px 2px;
border-style: solid;
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
width: 10px;
height: 10px;
position: absolute;
right: calc(50% - 7px);
-webkit-transition: 100 unset;
transition: 100 unset;
top: 3px;
}
.changebox {
position: relative;
padding: 10px 0;
position: relative;
padding: 10px 0;
}
.changeStyle_top {
border-color: rgb(104, 96, 96);
border-width: 0 0 2px 2px;
border-style: solid;
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(136deg);
width: 10px;
height: 10px;
position: absolute;
right: calc(50% - 7px);
transition: 100 unset;
top: 3px;
border-color: rgb(104, 96, 96);
border-width: 0 0 2px 2px;
border-style: solid;
-webkit-transform: rotateZ(-45deg);
transform: rotateZ(136deg);
width: 10px;
height: 10px;
position: absolute;
right: calc(50% - 7px);
transition: 100 unset;
top: 3px;
}
.illustration-color {
color: #ccc;
width: 15px;
height: 5px;
border-radius: 2px;
color: #ccc;
width: 15px;
height: 5px;
border-radius: 2px;
}
.illustration-item {
padding: 0 10px 10px 10px;
display: flex;
align-items: center;
padding: 0 10px 10px 10px;
display: flex;
align-items: center;
}
.illustration {
display: flex;
justify-content: flex-end;
display: flex;
justify-content: flex-end;
}
.illustration-text {
padding-left: 10px;
font-size: 12px;
padding-left: 10px;
font-size: 12px;
}
.mpvue-calendar {
margin: auto;
width: 100%;
min-width: 300rpx;
background: #fff;
user-select: none;
position: relative;
margin: auto;
width: 100%;
min-width: 300rpx;
background: #fff;
user-select: none;
position: relative;
}
.calendar-tools {
height: 40px;
font-size: 15px;
line-height: 40px;
color: #5e7a88;
height: 40px;
font-size: 15px;
line-height: 40px;
color: #5e7a88;
}
.calendar-prev {
width: 14.28571429%;
float: left;
text-align: center;
width: 14.28571429%;
float: left;
text-align: center;
}
.calendar-prev img,
.calendar-next img {
width: 34rpx;
height: 34rpx;
width: 34rpx;
height: 34rpx;
}
.calendar-info {
padding-top: 3px;
font-size: 16px;
line-height: 1.3;
text-align: center;
width: 220rpx;
margin: 0 auto;
padding-top: 3px;
font-size: 16px;
line-height: 1.3;
text-align: center;
width: 220rpx;
margin: 0 auto;
}
.calendar-info > div.mc-month {
margin: auto;
height: 40rpx;
width: 100px;
text-align: center;
color: #5e7a88;
overflow: hidden;
position: relative;
margin: auto;
height: 40rpx;
width: 100px;
text-align: center;
color: #5e7a88;
overflow: hidden;
position: relative;
}
.calendar-info > div.mc-month .mc-month-inner {
position: absolute;
left: 0;
top: 0;
height: 480rpx;
position: absolute;
left: 0;
top: 0;
height: 480rpx;
}
.month-transition {
transition: top 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: top 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.calendar-info .mc-month-text {
display: block;
font-size: 28rpx;
height: 40rpx;
width: 200rpx;
overflow: hidden;
text-align: center;
display: block;
font-size: 28rpx;
height: 40rpx;
width: 200rpx;
overflow: hidden;
text-align: center;
}
.calendar-info > div.mc-month .mc-month-inner > span {
display: block;
font-size: 14px;
height: 20px;
width: 100px;
overflow: hidden;
text-align: center;
display: block;
font-size: 14px;
height: 20px;
width: 100px;
overflow: hidden;
text-align: center;
}
.calendar-info > div.mc-year {
font-size: 10px;
line-height: 1;
color: #999;
font-size: 10px;
line-height: 1;
color: #999;
}
.calendar-next {
width: 14.28571429%;
float: right;
text-align: center;
width: 14.28571429%;
float: right;
text-align: center;
}
.mpvue-calendar table {
clear: both;
width: 100%;
margin-bottom: 10px;
border-collapse: collapse;
color: #444444;
clear: both;
width: 100%;
margin-bottom: 10px;
border-collapse: collapse;
color: #444444;
}
.mpvue-calendar td {
margin: 2px !important;
padding: 0 0;
width: 14.28571429%;
height: 88rpx;
text-align: center;
vertical-align: middle;
font-size: 14px;
line-height: 125%;
cursor: pointer;
position: relative;
vertical-align: top;
margin: 2px !important;
padding: 0 0;
width: 14.28571429%;
height: 88rpx;
text-align: center;
vertical-align: middle;
font-size: 14px;
line-height: 125%;
cursor: pointer;
position: relative;
vertical-align: top;
}
.mpvue-calendar td.mc-week {
font-size: 10px;
pointer-events: none !important;
cursor: default !important;
font-size: 10px;
pointer-events: none !important;
cursor: default !important;
}
.mpvue-calendar td.disabled {
color: #ccc;
color: #ccc;
}
.mpvue-calendar td.disabled div {
color: #ccc;
color: #ccc;
}
.mpvue-calendar td span {
display: block;
height: 76rpx;
width: 76rpx;
font-size: 28rpx;
line-height: 76rpx;
margin: 0 auto;
position: relative;
z-index: 3;
display: block;
height: 76rpx;
width: 76rpx;
font-size: 28rpx;
line-height: 76rpx;
margin: 0 auto;
position: relative;
z-index: 3;
}
.mpvue-calendar td:not(.disabled) span.mc-date-red {
color: #ea6151;
color: #ea6151;
}
.mc-today {
color: #3b75fb;
color: #3b75fb;
}
.mpvue-calendar td.selected span {
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
}
.mpvue-calendar td .mc-text {
position: absolute;
top: 28px;
left: 0;
right: 0;
text-align: center;
padding: 2px;
font-size: 20rpx;
line-height: 1.2;
color: #444;
z-index: 4;
position: absolute;
top: 28px;
left: 0;
right: 0;
text-align: center;
padding: 2px;
font-size: 20rpx;
line-height: 1.2;
color: #444;
z-index: 4;
}
.mpvue-calendar td .isGregorianFestival,
.mpvue-calendar td .isTerm,
.mpvue-calendar td .isLunarFestival {
color: #ea6151;
color: #ea6151;
}
.mpvue-calendar td.selected span.mc-date-red {
background-color: #3b75fb;
color: #fff;
background-color: #3b75fb;
color: #fff;
}
.selected .mc-text {
color: #fff !important;
color: #fff !important;
}
.mpvue-calendar .lunarStyle span {
width: 80rpx;
height: 80rpx;
line-height: 54rpx;
width: 80rpx;
height: 80rpx;
line-height: 54rpx;
}
.mpvue-calendar .lunarStyle .mc-text {
top: 44rpx;
top: 44rpx;
}
.mpvue-calendar thead td {
text-transform: uppercase;
height: 30px;
vertical-align: middle;
text-transform: uppercase;
height: 30px;
vertical-align: middle;
}
.mc-head {
margin-bottom: 20rpx;
margin-bottom: 20rpx;
}
.mc-head div {
overflow: hidden;
overflow: hidden;
}
.mc-head-box div {
flex: 1;
text-align: center;
flex: 1;
text-align: center;
}
.mc-head-box {
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
}
.mc-head-box div {
/* font-size: 28rpx; */
/* font-size: 28rpx; */
}
.mc-body tr {
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
display: flex;
flex-direction: row;
justify-content: center;
align-content: space-between;
}
.mc-dot {
width: 10rpx;
height: 10rpx;
background-color: #ea6151;
border-radius: 50%;
margin: 0 auto;
margin-top: 5rpx;
position: absolute;
bottom: -5rpx;
left: 50%;
margin-left: -5rpx;
z-index: 5;
width: 10rpx;
height: 10rpx;
background-color: #ea6151;
border-radius: 50%;
margin: 0 auto;
margin-top: 5rpx;
position: absolute;
bottom: -5rpx;
left: 50%;
margin-left: -5rpx;
z-index: 5;
}
.remark-text {
padding-left: 8rpx;
padding-right: 8rpx;
box-sizing: border-box;
height: 34rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 8rpx;
padding-right: 8rpx;
box-sizing: border-box;
height: 34rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.slot-element {
line-height: normal;
position: absolute;
z-index: 5;
line-height: normal;
position: absolute;
z-index: 5;
}
.mpvue-calendar-change {
position: absolute;
left: 0rpx;
top: 85rpx;
right: 0rpx;
bottom: 0rpx;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
overflow: auto;
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
opacity: 0;
pointer-events: none;
transform: translateY(-10px);
z-index: 9;
position: absolute;
left: 0rpx;
top: 85rpx;
right: 0rpx;
bottom: 0rpx;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
overflow: auto;
transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
opacity: 0;
pointer-events: none;
transform: translateY(-10px);
z-index: 9;
}
.mpvue-calendar-change.show {
opacity: 1;
pointer-events: auto;
transform: translateY(0px);
opacity: 1;
pointer-events: auto;
transform: translateY(0px);
}
.mpvue-calendar-change span {
margin: 4px 2%;
display: inline-block;
line-height: 30px;
border-radius: 20px;
text-align: center;
color: #999;
width: 20%;
float: left;
text-align: center;
border-radius: 40px;
box-sizing: border-box;
margin-bottom: 4%;
margin: 4px 2%;
display: inline-block;
line-height: 30px;
border-radius: 20px;
text-align: center;
color: #999;
width: 20%;
float: left;
text-align: center;
border-radius: 40px;
box-sizing: border-box;
margin-bottom: 4%;
}
.mpvue-calendar-change span.active {
background-color: #587dff;
box-shadow: 2px 2px 2px rgba(88, 125, 255, 0.7);
color: #fff;
background-color: #587dff;
box-shadow: 2px 2px 2px rgba(88, 125, 255, 0.7);
color: #fff;
}
.mpvue-calendar-change .calendar-week-switch-months {
height: 100%;
padding: 10rpx 20rpx;
height: 100%;
padding: 10rpx 20rpx;
}
.mpvue-calendar-change .calendar-week-switch-months span {
margin-bottom: 20rpx;
margin-top: 0;
font-size: 26rpx;
line-height: 40rpx;
margin-bottom: 20rpx;
margin-top: 0;
font-size: 26rpx;
line-height: 40rpx;
}
.calendar-years,
.calendar-months {
height: 50%;
width: 100%;
padding: 10px;
box-sizing: border-box;
position: relative;
height: 50%;
width: 100%;
padding: 10px;
box-sizing: border-box;
position: relative;
}
.calendar-years:after {
content: "";
display: block;
width: 86%;
height: 1rpx;
background-color: #eee;
position: absolute;
bottom: 2%;
left: 7%;
content: '';
display: block;
width: 86%;
height: 1rpx;
background-color: #eee;
position: absolute;
bottom: 2%;
left: 7%;
}
/*range background*/
.mc-range-mode .selected .mc-range-bg {
content: "";
display: block;
width: 110rpx;
height: 80rpx;
background-color: #01a1ed;
position: absolute;
top: 0rpx;
left: 50%;
content: '';
display: block;
width: 110rpx;
height: 80rpx;
background-color: #01a1ed;
position: absolute;
top: 0rpx;
left: 50%;
}
.mpvue-calendar .mc-range-mode .selected .calendar-date {
background-color: transparent;
background-color: transparent;
}
.mpvue-calendar .mc-range-mode .mc-range-row-last span.calendar-date,
.mpvue-calendar .mc-range-mode .mc-range-row-first span.calendar-date {
border-radius: 6rpx;
background-color: #01a1ed;
border-radius: 6rpx;
background-color: #01a1ed;
}
.mpvue-calendar .mc-range-mode .mc-range-month-first.selected .calendar-date,
.mpvue-calendar .mc-range-mode .mc-range-month-last.selected .calendar-date {
border-radius: 6rpx;
background-color: #01a1ed;
border-radius: 6rpx;
background-color: #01a1ed;
}
.mc-range-mode .mc-range-month-last .mc-range-bg {
background-color: transparent;
border-radius: 6rpx;
background-color: transparent;
border-radius: 6rpx;
}
.mc-range-mode .mc-range-end .mc-range-bg,
.mc-range-mode .mc-range-row-last .mc-range-bg {
display: none;
display: none;
}
.mpvue-calendar .mc-range-mode .mc-range-end span.calendar-date,
.mpvue-calendar .mc-range-mode .mc-range-begin span.calendar-date {
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
background-color: #3b75fb;
color: #fff;
border-radius: 50%;
}
.mc-range-mode .mc-range-row-first.mc-range-end .mc-range-bg {
display: block;
border-radius: 6rpx;
width: 40rpx;
left: 5px;
display: block;
border-radius: 6rpx;
width: 40rpx;
left: 5px;
}
.mpvue-calendar .mc-range-row-first.mc-range-end.month-first-date .mc-range-bg {
margin-left: 0;
margin-left: 0;
}
.mc-range-mode .mc-range-row-last.mc-range-begin .mc-range-bg {
display: block;
border-radius: 4rpx;
width: 40rpx;
right: 10px;
display: block;
border-radius: 4rpx;
width: 40rpx;
right: 10px;
}
.mpvue-calendar .mc-range-mode .month-last-date.mc-range-begin .mc-range-bg {
display: block;
width: 40rpx;
border-radius: 6rpx;
display: block;
width: 40rpx;
border-radius: 6rpx;
}
.mpvue-calendar .mc-range-mode .month-first-date.mc-range-end .mc-range-bg {
display: block;
width: 40rpx;
border-radius: 6rpx;
left: 10rpx;
display: block;
width: 40rpx;
border-radius: 6rpx;
left: 10rpx;
}
.mpvue-calendar .mc-range-mode .mc-range-select-one div.mc-range-bg {
display: none !important;
display: none !important;
}
.mc-body .mc-today-element .calendar-date {
background-color: rgba(25, 47, 89, 0.1);
border-radius: 6rpx;
background-color: rgba(25, 47, 89, 0.1);
border-radius: 6rpx;
}
/*week switch*/
.mpvue-calendar
.mc-range-mode.week-switch
.month-last-date.mc-range-begin
.mc-range-bg {
width: 130%;
border-radius: 0 20% 20% 0;
.mc-range-mode.week-switch
.month-last-date.mc-range-begin
.mc-range-bg {
width: 130%;
border-radius: 0 20% 20% 0;
}
.mpvue-calendar .mc-range-mode.week-switch .mc-range-month-last .mc-range-bg {
background-color: #01a1ed;
border-radius: 0 20% 20% 0;
background-color: #01a1ed;
border-radius: 0 20% 20% 0;
}
/*month range*/
.mpvue-calendar .month-range-mode {
border-bottom: 1px solid #f2f2f2;
position: relative;
border-bottom: 1px solid #f2f2f2;
position: relative;
}
.mpvue-calendar .mc-month-range-mode-head {
box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1);
padding: 15rpx 0rpx;
position: sticky;
top: 0;
background-color: #fff;
z-index: 9;
box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1);
padding: 15rpx 0rpx;
position: sticky;
top: 0;
background-color: #fff;
z-index: 9;
}
.month-range-mode .month-rang-head {
text-align: left;
margin: 20rpx 0;
padding-left: 40rpx;
font-size: 28rpx;
text-align: left;
margin: 20rpx 0;
padding-left: 40rpx;
font-size: 28rpx;
}
.month-range-mode .mc-last-month,
.month-range-mode .mc-next-month {
opacity: 0 !important;
opacity: 0 !important;
}
.month-text-background {
position: absolute;
font-size: 140px;
width: 100%;
height: 100%;
text-align: center;
line-height: 2.4;
position: absolute;
font-size: 140px;
width: 100%;
height: 100%;
text-align: center;
line-height: 2.4;
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册