| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-44536cf4 {
- padding-top: 20rpx;
- }
- .container .header.data-v-44536cf4 {
- margin: 0 auto;
- width: 690rpx;
- height: 236rpx;
- background-color: #fff;
- }
- .container .header .title.data-v-44536cf4 {
- display: flex;
- height: 92rpx;
- }
- .container .header .title .month.data-v-44536cf4 {
- flex: 8;
- margin: 30rpx 0 0 30rpx;
- font-size: 32rpx;
- font-weight: 500;
- }
- .container .header .title .right.data-v-44536cf4 {
- display: flex;
- justify-content: center;
- align-items: center;
- flex: 1;
- }
- .container .header .title .right ._img.data-v-44536cf4 {
- width: 15rpx;
- height: 30rpx;
- }
- .container .header .state.data-v-44536cf4 {
- display: flex;
- height: 144rpx;
- }
- .container .header .state .err.data-v-44536cf4 {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .container .header .state .err .number.data-v-44536cf4 {
- font-size: 46rpx;
- font-weight: 700;
- }
- .container .header .state .err .mes.data-v-44536cf4 {
- font-size: 28rpx;
- color: #999999;
- }
- .container .header .state .success.data-v-44536cf4 {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .container .header .state .success .number.data-v-44536cf4 {
- font-size: 46rpx;
- font-weight: 700;
- }
- .container .header .state .success .mes.data-v-44536cf4 {
- font-size: 28rpx;
- color: #999999;
- }
- .container .calendar.data-v-44536cf4 {
- margin: 0 auto;
- margin-top: 30rpx;
- width: 693rpx;
- background-color: #fff;
- }
- .container .calendar .calendar_title.data-v-44536cf4 {
- padding-left: 30rpx;
- height: 100rpx;
- line-height: 100rpx;
- font-size: 32rpx;
- font-weight: 500;
- }
- .container .calendar .calendar_title ._span.data-v-44536cf4 {
- font-size: 26rpx;
- color: #999999;
- }
- .container .calendar .calendar_body.data-v-44536cf4 {
- height: 690rpx;
- background-color: skyblue;
- }
- .container .calendar .calendar_foot.data-v-44536cf4 {
- padding: 0 30rpx;
- margin-bottom: 80rpx;
- }
- .container .calendar .calendar_foot .foot_item.data-v-44536cf4 {
- box-sizing: border-box;
- padding: 30rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- height: 130rpx;
- font-size: 24rpx;
- color: #808080;
- }
- .container .calendar .calendar_foot .foot_item .box.data-v-44536cf4 {
- display: flex;
- align-items: center;
- }
- .container .calendar .calendar_foot .foot_item .box .circular.data-v-44536cf4 {
- margin-right: 18rpx;
- width: 12rpx;
- height: 12rpx;
- border-radius: 6rpx;
- background-color: #31C20E;
- }
- .container .calendar .calendar_foot .foot_item .box .color.data-v-44536cf4 {
- background-color: #999999;
- }
- .container .calendar .calendar_foot .foot_item .box ._span.data-v-44536cf4 {
- margin-left: 18rpx;
- }
- .data-v-44536cf4 .uni-calendar-item--isDay {
- border-radius: 50rpx;
- }
- .data-v-44536cf4 .uni-calendar-item--checked {
- border-radius: 50rpx;
- }
|