u-calendar.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-41d9314b {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-41d9314b {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-41d9314b {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-41d9314b {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-41d9314b {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-41d9314b {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-41d9314b {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-41d9314b {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-41d9314b {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-41d9314b {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-41d9314b {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .u-calendar.data-v-41d9314b {
  76. color: #606266;
  77. }
  78. .u-calendar__header.data-v-41d9314b {
  79. width: 100%;
  80. box-sizing: border-box;
  81. font-size: 30rpx;
  82. background-color: #fff;
  83. color: #303133;
  84. }
  85. .u-calendar__header__text.data-v-41d9314b {
  86. margin-top: 30rpx;
  87. padding: 0 60rpx;
  88. display: flex;
  89. flex-direction: row;
  90. justify-content: center;
  91. align-items: center;
  92. }
  93. .u-calendar__action.data-v-41d9314b {
  94. padding: 40rpx 0 40rpx 0;
  95. }
  96. .u-calendar__action__icon.data-v-41d9314b {
  97. margin: 0 16rpx;
  98. }
  99. .u-calendar__action__text.data-v-41d9314b {
  100. padding: 0 16rpx;
  101. color: #303133;
  102. font-size: 32rpx;
  103. line-height: 32rpx;
  104. font-weight: bold;
  105. }
  106. .u-calendar__week-day.data-v-41d9314b {
  107. display: flex;
  108. flex-direction: row;
  109. align-items: center;
  110. justify-content: center;
  111. padding: 6px 0;
  112. overflow: hidden;
  113. }
  114. .u-calendar__week-day__text.data-v-41d9314b {
  115. flex: 1;
  116. text-align: center;
  117. }
  118. .u-calendar__content.data-v-41d9314b {
  119. width: 100%;
  120. display: flex;
  121. flex-direction: row;
  122. flex-wrap: wrap;
  123. padding: 6px 0;
  124. box-sizing: border-box;
  125. background-color: #fff;
  126. position: relative;
  127. }
  128. .u-calendar__content--end-date.data-v-41d9314b {
  129. border-top-right-radius: 8rpx;
  130. border-bottom-right-radius: 8rpx;
  131. }
  132. .u-calendar__content--start-date.data-v-41d9314b {
  133. border-top-left-radius: 8rpx;
  134. border-bottom-left-radius: 8rpx;
  135. }
  136. .u-calendar__content__item.data-v-41d9314b {
  137. width: 14.2857%;
  138. display: flex;
  139. flex-direction: row;
  140. align-items: center;
  141. justify-content: center;
  142. padding: 6px 0;
  143. overflow: hidden;
  144. position: relative;
  145. z-index: 2;
  146. }
  147. .u-calendar__content__item__inner.data-v-41d9314b {
  148. height: 84rpx;
  149. display: flex;
  150. flex-direction: row;
  151. align-items: center;
  152. justify-content: center;
  153. flex-direction: column;
  154. font-size: 32rpx;
  155. position: relative;
  156. border-radius: 50%;
  157. }
  158. .u-calendar__content__item__inner__desc.data-v-41d9314b {
  159. width: 100%;
  160. font-size: 24rpx;
  161. line-height: 24rpx;
  162. -webkit-transform: scale(0.75);
  163. transform: scale(0.75);
  164. -webkit-transform-origin: center center;
  165. transform-origin: center center;
  166. position: absolute;
  167. left: 0;
  168. text-align: center;
  169. bottom: 2rpx;
  170. }
  171. .u-calendar__content__item__tips.data-v-41d9314b {
  172. width: 100%;
  173. font-size: 24rpx;
  174. line-height: 24rpx;
  175. position: absolute;
  176. left: 0;
  177. -webkit-transform: scale(0.8);
  178. transform: scale(0.8);
  179. -webkit-transform-origin: center center;
  180. transform-origin: center center;
  181. text-align: center;
  182. bottom: 8rpx;
  183. z-index: 2;
  184. }
  185. .u-calendar__content__bg-month.data-v-41d9314b {
  186. position: absolute;
  187. font-size: 130px;
  188. line-height: 130px;
  189. left: 50%;
  190. top: 50%;
  191. -webkit-transform: translate(-50%, -50%);
  192. transform: translate(-50%, -50%);
  193. color: #e4e7ed;
  194. z-index: 1;
  195. }
  196. .u-calendar__bottom.data-v-41d9314b {
  197. width: 100%;
  198. display: flex;
  199. flex-direction: row;
  200. align-items: center;
  201. justify-content: center;
  202. flex-direction: column;
  203. background-color: #fff;
  204. padding: 0 40rpx 30rpx;
  205. box-sizing: border-box;
  206. font-size: 24rpx;
  207. color: #909399;
  208. }
  209. .u-calendar__bottom__choose.data-v-41d9314b {
  210. height: 50rpx;
  211. }
  212. .u-calendar__bottom__btn.data-v-41d9314b {
  213. width: 100%;
  214. }