123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- map {
- width: 100%;
- height: 100%;
- position: absolute;
- }
- .date {
- width: 576rpx;
- height: 224rpx;
- background: #fff;
- border-radius: 20rpx;
- position: absolute;
- top: 58rpx;
- left: 87rpx;
- padding: 20rpx 60rpx;
- box-sizing: border-box;
- }
- .date view {
- font-size: 28rpx;
- margin-bottom: 15rpx;
- }
- .date view text.btn {
- font-size: 26rpx;
- padding: 8rpx 50rpx;
- background: #18d5b9;
- color: #fff;
- border-radius: 8rpx;
- }
- .van-icon-underway-o {
- font-size: 40rpx !important;
- }
- .canlendarBgView {
- flex-grow: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .canlendarView {
- color: #66c;
- display: flex;
- flex-direction: column;
- z-index: 999;
- margin-top: 320rpx;
- background: white;
- }
- .canlendarTopView {
- height: 80rpx;
- font-size: 28rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .leftBgView {
- text-align: right;
- height: 80rpx;
- display: flex;
- flex-direction: row-reverse;
- }
- .leftView {
- width: 80rpx;
- height: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .centerView {
- width: 50%;
- height: 80rpx;
- text-align: center;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .rightBgView {
- height: 80rpx;
- display: flex;
- flex-direction: row;
- }
- .rightView {
- width: 80rpx;
- height: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
- .weekBgView {
- height: 50rpx;
- line-height: 50rpx;
- opacity: 0.5;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .weekView {
- flex-grow: 1;
- text-align: center;
- font-size: 28rpx;
- }
- .dateBgView {
- height: 500rpx;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .dateEmptyView {
- width: 107.1428571429rpx;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .dateView {
- width: 107.1428571429rpx;
- color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .datesView {
- width: 60rpx;
- height: 60rpx;
- color: #66c;
- font-size: 26rpx;
- font-weight: 200;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .dateSelectView {
- border-radius: 50%;
- position: relative;
- left: 0;
- top: 0;
- color: #fff;
- background-color: #66c;
- }
- .hint {
- background:#fff;
- height: 60rpx;
- padding:0 30rpx 0 20rpx;
- display:flex;
- align-items: center;
- position: absolute;
- border-radius: 10rpx;
- right: 3%;
- bottom: 3%;
- }
- .hint text{
- font-size:26rpx;
- }
- .color {
- display: inline-block;
- width: 30rpx;
- height: 30rpx;
- background: #18d3b8;
- margin: 0 10rpx;
- border-radius: 50%;
- }
- .color1{
- background:#ff6477;
- }
- .color2{
- background:#d684dd;
- }
|