@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.uni-calendar.data-v-94becebc {
|
display: flex;
|
flex-direction: column;
|
}
|
.uni-calendar__mask.data-v-94becebc {
|
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-94becebc {
|
opacity: 1;
|
}
|
.uni-calendar--fixed.data-v-94becebc {
|
position: fixed;
|
bottom: calc(0px);
|
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-94becebc {
|
-webkit-transform: translateY(0);
|
transform: translateY(0);
|
}
|
.uni-calendar__content.data-v-94becebc {
|
background-color: #fff;
|
}
|
.uni-calendar__content-mobile.data-v-94becebc {
|
border-top-left-radius: 10px;
|
border-top-right-radius: 10px;
|
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
|
}
|
.uni-calendar__header.data-v-94becebc {
|
position: relative;
|
display: flex;
|
flex-direction: row;
|
justify-content: center;
|
align-items: center;
|
height: 50px;
|
}
|
.uni-calendar__header-mobile.data-v-94becebc {
|
padding: 10px;
|
padding-bottom: 0;
|
}
|
.uni-calendar--fixed-top.data-v-94becebc {
|
display: flex;
|
flex-direction: row;
|
justify-content: space-between;
|
border-top-color: rgba(0, 0, 0, 0.4);
|
border-top-style: solid;
|
border-top-width: 1px;
|
}
|
.uni-calendar--fixed-width.data-v-94becebc {
|
width: 50px;
|
}
|
.uni-calendar__backtoday.data-v-94becebc {
|
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: #fff;
|
background-color: #f1f1f1;
|
}
|
.uni-calendar__header-text.data-v-94becebc {
|
text-align: center;
|
width: 100px;
|
font-size: 15px;
|
color: #666;
|
}
|
.uni-calendar__button-text.data-v-94becebc {
|
text-align: center;
|
width: 100px;
|
font-size: 14px;
|
color: #007aff;
|
letter-spacing: 3px;
|
}
|
.uni-calendar__header-btn-box.data-v-94becebc {
|
display: flex;
|
flex-direction: row;
|
align-items: center;
|
justify-content: center;
|
width: 50px;
|
height: 50px;
|
}
|
.uni-calendar__header-btn.data-v-94becebc {
|
width: 9px;
|
height: 9px;
|
border-left-color: #808080;
|
border-left-style: solid;
|
border-left-width: 1px;
|
border-top-color: #555555;
|
border-top-style: solid;
|
border-top-width: 1px;
|
}
|
.uni-calendar--left.data-v-94becebc {
|
-webkit-transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
}
|
.uni-calendar--right.data-v-94becebc {
|
-webkit-transform: rotate(135deg);
|
transform: rotate(135deg);
|
}
|
.uni-calendar__weeks.data-v-94becebc {
|
position: relative;
|
display: flex;
|
flex-direction: row;
|
}
|
.uni-calendar__weeks-item.data-v-94becebc {
|
flex: 1;
|
}
|
.uni-calendar__weeks-day.data-v-94becebc {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
align-items: center;
|
height: 40px;
|
border-bottom-color: #F5F5F5;
|
border-bottom-style: solid;
|
border-bottom-width: 1px;
|
}
|
.uni-calendar__weeks-day-text.data-v-94becebc {
|
font-size: 12px;
|
color: #B2B2B2;
|
}
|
.uni-calendar__box.data-v-94becebc {
|
position: relative;
|
padding-bottom: 7px;
|
}
|
.uni-calendar__box-bg.data-v-94becebc {
|
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-94becebc {
|
font-size: 200px;
|
font-weight: bold;
|
color: #999;
|
opacity: 0.1;
|
text-align: center;
|
line-height: 1;
|
}
|
.uni-date-changed.data-v-94becebc {
|
padding: 0 10px;
|
text-align: center;
|
color: #333;
|
border-top-color: #DCDCDC;
|
border-top-style: solid;
|
border-top-width: 1px;
|
flex: 1;
|
}
|
.uni-date-btn--ok.data-v-94becebc {
|
padding: 20px 15px;
|
}
|
.uni-date-changed--time-start.data-v-94becebc {
|
display: flex;
|
align-items: center;
|
}
|
.uni-date-changed--time-end.data-v-94becebc {
|
display: flex;
|
align-items: center;
|
}
|
.uni-date-changed--time-date.data-v-94becebc {
|
color: #999;
|
line-height: 50px;
|
margin-right: 5px;
|
}
|
.time-picker-style.data-v-94becebc {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.mr-10.data-v-94becebc {
|
margin-right: 10px;
|
}
|
.dialog-close.data-v-94becebc {
|
position: absolute;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
display: flex;
|
flex-direction: row;
|
align-items: center;
|
padding: 0 25px;
|
margin-top: 10px;
|
}
|
.dialog-close-plus.data-v-94becebc {
|
width: 16px;
|
height: 2px;
|
background-color: #737987;
|
border-radius: 2px;
|
-webkit-transform: rotate(45deg);
|
transform: rotate(45deg);
|
}
|
.dialog-close-rotate.data-v-94becebc {
|
position: absolute;
|
-webkit-transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
}
|
.uni-datetime-picker--btn.data-v-94becebc {
|
border-radius: 100px;
|
height: 40px;
|
line-height: 40px;
|
background-color: #007aff;
|
color: #fff;
|
font-size: 16px;
|
letter-spacing: 5px;
|
}
|
.uni-datetime-picker--btn.data-v-94becebc:active {
|
opacity: 0.7;
|
}
|