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.
67 lines
1.4 KiB
67 lines
1.4 KiB
4 months ago
|
@charset "UTF-8";
|
||
|
/* 页面左右间距 */
|
||
|
/* 文字尺寸 */
|
||
|
/*文字颜色*/
|
||
|
/* 边框颜色 */
|
||
|
/* 图片加载中颜色 */
|
||
|
/* 行为相关颜色 */
|
||
|
.uni-calendar-item__weeks-box.data-v-09f1e40c {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.uni-calendar-item__weeks-box-text.data-v-09f1e40c {
|
||
|
font-size: 28rpx;
|
||
|
color: #333;
|
||
|
}
|
||
|
.uni-calendar-item__weeks-lunar-text.data-v-09f1e40c {
|
||
|
font-size: 24rpx;
|
||
|
color: #333;
|
||
|
}
|
||
|
.uni-calendar-item__weeks-box-item.data-v-09f1e40c {
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
width: 100rpx;
|
||
|
height: 100rpx;
|
||
|
}
|
||
|
.uni-calendar-item__weeks-box-circle.data-v-09f1e40c {
|
||
|
position: absolute;
|
||
|
display: none;
|
||
|
top: 5px;
|
||
|
right: 5px;
|
||
|
width: 8px;
|
||
|
height: 8px;
|
||
|
border-radius: 8px;
|
||
|
background-color: #ffbc00;
|
||
|
}
|
||
|
.uni-calendar-item--disable.data-v-09f1e40c {
|
||
|
background-color: rgba(249, 249, 249, 0.3);
|
||
|
color: #c0c0c0;
|
||
|
}
|
||
|
.uni-calendar-item--isDay-text.data-v-09f1e40c {
|
||
|
color: #ffbc00;
|
||
|
}
|
||
|
.uni-calendar-item--extra.data-v-09f1e40c {
|
||
|
color: #ffbc00;
|
||
|
opacity: 0.8;
|
||
|
}
|
||
|
.uni-calendar-item--multiple.data-v-09f1e40c {
|
||
|
background-color: #fa436a;
|
||
|
color: #fff;
|
||
|
opacity: 0.8;
|
||
|
}
|
||
|
.uni-calendar-item--before-checked.data-v-09f1e40c {
|
||
|
background-color: #ff5a5f;
|
||
|
color: #fff;
|
||
|
}
|
||
|
.uni-calendar-item--after-checked.data-v-09f1e40c {
|
||
|
background-color: #ff5a5f;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|