123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- @charset "UTF-8";
- /* 这里是你自己写的全局css样式 */
- .page.data-v-41d9314b {
- background-color: #f3f4f6;
- padding: 20rpx;
- }
- .empty-wrap.data-v-41d9314b {
- margin-top: 200rpx;
- width: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .content-page.data-v-41d9314b {
- min-height: 100vh;
- background-color: #fff;
- }
- .footer.data-v-41d9314b {
- display: flex;
- align-items: center;
- color: #909399;
- width: 100%;
- padding: 20rpx 0;
- justify-content: center;
- }
- .box-shadow.data-v-41d9314b {
- box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
- }
- .flex-empty.data-v-41d9314b {
- visibility: hidden;
- width: 120rpx;
- height: 0rpx;
- }
- .bwin-btn-100.data-v-41d9314b {
- width: 100%;
- }
- .bwin-popup.data-v-41d9314b {
- display: flex;
- flex-direction: column;
- width: 100%;
- position: relative;
- min-height: 100%;
- overflow: hidden;
- }
- .bwin-popup .popup-header.data-v-41d9314b {
- z-index: 2;
- width: 80%;
- position: fixed;
- padding: 20rpx 0;
- text-align: center;
- font-size: 32rpx;
- color: #fff;
- font-weight: bold;
- background-color: #2080f0;
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .bwin-popup .popup-body.data-v-41d9314b {
- z-index: 1;
- position: relative;
- top: 90rpx;
- margin-bottom: 90rpx;
- padding: 20rpx;
- font-size: 32rpx;
- overflow-y: scroll;
- }
- .bwin-popup .popup-footer.data-v-41d9314b {
- position: relative;
- left: 0;
- bottom: 20rpx;
- width: 100%;
- display: flex;
- justify-content: space-around;
- }
- .u-calendar.data-v-41d9314b {
- color: #606266;
- }
- .u-calendar__header.data-v-41d9314b {
- width: 100%;
- box-sizing: border-box;
- font-size: 30rpx;
- background-color: #fff;
- color: #303133;
- }
- .u-calendar__header__text.data-v-41d9314b {
- margin-top: 30rpx;
- padding: 0 60rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .u-calendar__action.data-v-41d9314b {
- padding: 40rpx 0 40rpx 0;
- }
- .u-calendar__action__icon.data-v-41d9314b {
- margin: 0 16rpx;
- }
- .u-calendar__action__text.data-v-41d9314b {
- padding: 0 16rpx;
- color: #303133;
- font-size: 32rpx;
- line-height: 32rpx;
- font-weight: bold;
- }
- .u-calendar__week-day.data-v-41d9314b {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- padding: 6px 0;
- overflow: hidden;
- }
- .u-calendar__week-day__text.data-v-41d9314b {
- flex: 1;
- text-align: center;
- }
- .u-calendar__content.data-v-41d9314b {
- width: 100%;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- padding: 6px 0;
- box-sizing: border-box;
- background-color: #fff;
- position: relative;
- }
- .u-calendar__content--end-date.data-v-41d9314b {
- border-top-right-radius: 8rpx;
- border-bottom-right-radius: 8rpx;
- }
- .u-calendar__content--start-date.data-v-41d9314b {
- border-top-left-radius: 8rpx;
- border-bottom-left-radius: 8rpx;
- }
- .u-calendar__content__item.data-v-41d9314b {
- width: 14.2857%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- padding: 6px 0;
- overflow: hidden;
- position: relative;
- z-index: 2;
- }
- .u-calendar__content__item__inner.data-v-41d9314b {
- height: 84rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- font-size: 32rpx;
- position: relative;
- border-radius: 50%;
- }
- .u-calendar__content__item__inner__desc.data-v-41d9314b {
- width: 100%;
- font-size: 24rpx;
- line-height: 24rpx;
- -webkit-transform: scale(0.75);
- transform: scale(0.75);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- position: absolute;
- left: 0;
- text-align: center;
- bottom: 2rpx;
- }
- .u-calendar__content__item__tips.data-v-41d9314b {
- width: 100%;
- font-size: 24rpx;
- line-height: 24rpx;
- position: absolute;
- left: 0;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- text-align: center;
- bottom: 8rpx;
- z-index: 2;
- }
- .u-calendar__content__bg-month.data-v-41d9314b {
- position: absolute;
- font-size: 130px;
- line-height: 130px;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- color: #e4e7ed;
- z-index: 1;
- }
- .u-calendar__bottom.data-v-41d9314b {
- width: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- flex-direction: column;
- background-color: #fff;
- padding: 0 40rpx 30rpx;
- box-sizing: border-box;
- font-size: 24rpx;
- color: #909399;
- }
- .u-calendar__bottom__choose.data-v-41d9314b {
- height: 50rpx;
- }
- .u-calendar__bottom__btn.data-v-41d9314b {
- width: 100%;
- }
|