carPosition.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. map {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. }
  6. .date {
  7. width: 576rpx;
  8. height: 224rpx;
  9. background: #fff;
  10. border-radius: 20rpx;
  11. position: absolute;
  12. top: 58rpx;
  13. left: 87rpx;
  14. padding: 20rpx 60rpx;
  15. box-sizing: border-box;
  16. }
  17. .date view {
  18. font-size: 28rpx;
  19. margin-bottom: 15rpx;
  20. }
  21. .date view text.btn {
  22. font-size: 26rpx;
  23. padding: 8rpx 50rpx;
  24. background: #18d5b9;
  25. color: #fff;
  26. border-radius: 8rpx;
  27. }
  28. .van-icon-underway-o {
  29. font-size: 40rpx !important;
  30. }
  31. .canlendarBgView {
  32. flex-grow: 1;
  33. display: flex;
  34. flex-direction: column;
  35. align-items: center;
  36. }
  37. .canlendarView {
  38. color: #66c;
  39. display: flex;
  40. flex-direction: column;
  41. z-index: 999;
  42. margin-top: 320rpx;
  43. background: white;
  44. }
  45. .canlendarTopView {
  46. height: 80rpx;
  47. font-size: 28rpx;
  48. display: flex;
  49. flex-direction: row;
  50. align-items: center;
  51. justify-content: center;
  52. }
  53. .leftBgView {
  54. text-align: right;
  55. height: 80rpx;
  56. display: flex;
  57. flex-direction: row-reverse;
  58. }
  59. .leftView {
  60. width: 80rpx;
  61. height: 100%;
  62. display: flex;
  63. flex-direction: row;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. .centerView {
  68. width: 50%;
  69. height: 80rpx;
  70. text-align: center;
  71. display: flex;
  72. flex-direction: row;
  73. align-items: center;
  74. justify-content: center;
  75. }
  76. .rightBgView {
  77. height: 80rpx;
  78. display: flex;
  79. flex-direction: row;
  80. }
  81. .rightView {
  82. width: 80rpx;
  83. height: 100%;
  84. display: flex;
  85. flex-direction: row;
  86. align-items: center;
  87. justify-content: center;
  88. }
  89. .weekBgView {
  90. height: 50rpx;
  91. line-height: 50rpx;
  92. opacity: 0.5;
  93. display: flex;
  94. flex-direction: row;
  95. justify-content: center;
  96. align-items: center;
  97. }
  98. .weekView {
  99. flex-grow: 1;
  100. text-align: center;
  101. font-size: 28rpx;
  102. }
  103. .dateBgView {
  104. height: 500rpx;
  105. display: flex;
  106. flex-direction: row;
  107. flex-wrap: wrap;
  108. }
  109. .dateEmptyView {
  110. width: 107.1428571429rpx;
  111. color: #fff;
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. }
  116. .dateView {
  117. width: 107.1428571429rpx;
  118. color: #fff;
  119. display: flex;
  120. align-items: center;
  121. justify-content: center;
  122. }
  123. .datesView {
  124. width: 60rpx;
  125. height: 60rpx;
  126. color: #66c;
  127. font-size: 26rpx;
  128. font-weight: 200;
  129. display: flex;
  130. align-items: center;
  131. justify-content: center;
  132. }
  133. .dateSelectView {
  134. border-radius: 50%;
  135. position: relative;
  136. left: 0;
  137. top: 0;
  138. color: #fff;
  139. background-color: #66c;
  140. }
  141. .hint {
  142. background:#fff;
  143. height: 60rpx;
  144. padding:0 30rpx 0 20rpx;
  145. display:flex;
  146. align-items: center;
  147. position: absolute;
  148. border-radius: 10rpx;
  149. right: 3%;
  150. bottom: 3%;
  151. }
  152. .hint text{
  153. font-size:26rpx;
  154. }
  155. .color {
  156. display: inline-block;
  157. width: 30rpx;
  158. height: 30rpx;
  159. background: #18d3b8;
  160. margin: 0 10rpx;
  161. border-radius: 50%;
  162. }
  163. .color1{
  164. background:#ff6477;
  165. }
  166. .color2{
  167. background:#d684dd;
  168. }