123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .calendar__wrap.data-v-1315d1c8 {
- background-color: #fff;
- color: #333;
- }
- .calendar__wrap .header.data-v-1315d1c8 {
- padding: 0 24rpx;
- }
- .calendar__wrap .header .current-date.data-v-1315d1c8 {
- text-align: center;
- font-size: 34rpx;
- padding: 32rpx 0;
- }
- .calendar__wrap .body .weeks.data-v-1315d1c8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- font-size: 32rpx;
- padding: 10rpx 0;
- background-color: #f4f7ff;
- }
- .calendar__wrap .body .weeks .week__item.data-v-1315d1c8 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- text-align: center;
- }
- .calendar__wrap .body .day__list.data-v-1315d1c8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .calendar__wrap .body .day__list .day__item.data-v-1315d1c8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- width: 14.285%;
- text-align: center;
- padding: 30rpx 0;
- font-size: 34rpx;
- color: #909399;
- }
- .calendar__wrap .body .day__list .day__item .checked-box.data-v-1315d1c8,
- .calendar__wrap .body .day__list .day__item .current-box.data-v-1315d1c8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- position: relative;
- }
- .calendar__wrap .body .day__list .day__item image.data-v-1315d1c8,
- .calendar__wrap .body .day__list .day__item .checked-box.data-v-1315d1c8,
- .calendar__wrap .body .day__list .day__item .current-box.data-v-1315d1c8,
- .calendar__wrap .body .day__list .day__item .check_text.data-v-1315d1c8 {
- width: 56rpx;
- height: 56rpx;
- line-height: 56rpx;
- }
- .calendar__wrap .body .day__list .day__item image.data-v-1315d1c8,
- .calendar__wrap .body .day__list .day__item .check_text.data-v-1315d1c8 {
- position: absolute;
- top: 0;
- left: 0;
- }
- .calendar__wrap .body .day__list .day__item .checked.data-v-1315d1c8 {
- font-size: 40rpx;
- background-color: #3f9dff;
- color: #fff;
- }
- .calendar__wrap .body .day__list .day__item .current.data-v-1315d1c8 {
- padding: 12rpx;
- background-color: #5dbc7c;
- color: #fff;
- font-size: 28rpx;
- }
|