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.
158 lines
3.4 KiB
158 lines
3.4 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.uni-calendar.data-v-21a99d64 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.uni-calendar__mask.data-v-21a99d64 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
transition-property: opacity;
|
|
transition-duration: 0.3s;
|
|
opacity: 0;
|
|
z-index: 99;
|
|
}
|
|
.uni-calendar--mask-show.data-v-21a99d64 {
|
|
opacity: 1;
|
|
}
|
|
.uni-calendar--fixed.data-v-21a99d64 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
transition-property: -webkit-transform;
|
|
transition-property: transform;
|
|
transition-property: transform, -webkit-transform;
|
|
transition-duration: 0.3s;
|
|
-webkit-transform: translateY(460px);
|
|
transform: translateY(460px);
|
|
z-index: 99;
|
|
}
|
|
.uni-calendar--ani-show.data-v-21a99d64 {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
.uni-calendar__content.data-v-21a99d64 {
|
|
background-color: #fff;
|
|
}
|
|
.uni-calendar__header.data-v-21a99d64 {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
height: 50px;
|
|
border-bottom-color: #f7f7f7;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 1px;
|
|
}
|
|
.uni-calendar--fixed-top.data-v-21a99d64 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
border-top-color: #c8c7cc;
|
|
border-top-style: solid;
|
|
border-top-width: 1px;
|
|
}
|
|
.uni-calendar--fixed-width.data-v-21a99d64 {
|
|
width: 50px;
|
|
}
|
|
.uni-calendar__backtoday.data-v-21a99d64 {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 25rpx;
|
|
padding: 0 5px;
|
|
padding-left: 10px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
font-size: 12px;
|
|
border-top-left-radius: 25px;
|
|
border-bottom-left-radius: 25px;
|
|
color: #333;
|
|
background-color: #f1f1f1;
|
|
}
|
|
.uni-calendar__header-text.data-v-21a99d64 {
|
|
text-align: center;
|
|
width: 100px;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.uni-calendar__header-btn-box.data-v-21a99d64 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
.uni-calendar__header-btn.data-v-21a99d64 {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-left-color: #808080;
|
|
border-left-style: solid;
|
|
border-left-width: 2px;
|
|
border-top-color: #555555;
|
|
border-top-style: solid;
|
|
border-top-width: 2px;
|
|
}
|
|
.uni-calendar--left.data-v-21a99d64 {
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
}
|
|
.uni-calendar--right.data-v-21a99d64 {
|
|
-webkit-transform: rotate(135deg);
|
|
transform: rotate(135deg);
|
|
}
|
|
.uni-calendar__weeks.data-v-21a99d64 {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.uni-calendar__weeks-item.data-v-21a99d64 {
|
|
flex: 1;
|
|
}
|
|
.uni-calendar__weeks-day.data-v-21a99d64 {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 45px;
|
|
border-bottom-color: #F5F5F5;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 1px;
|
|
}
|
|
.uni-calendar__weeks-day-text.data-v-21a99d64 {
|
|
font-size: 14px;
|
|
}
|
|
.uni-calendar__box.data-v-21a99d64 {
|
|
position: relative;
|
|
}
|
|
.uni-calendar__box-bg.data-v-21a99d64 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.uni-calendar__box-bg-text.data-v-21a99d64 {
|
|
font-size: 200px;
|
|
font-weight: bold;
|
|
color: #999;
|
|
opacity: 0.1;
|
|
text-align: center;
|
|
line-height: 1;
|
|
}
|
|
|
|
|