| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- @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;
- border-radius: 100%;
- 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;
- }
|