choose-date.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. @import "../../../../public/pages/public-view.wxss";
  2. .bg-scroll-view {
  3. background-color: white;
  4. }
  5. .chooose-date-header {
  6. width: 100%;
  7. position: fixed;
  8. top: 0;
  9. }
  10. /* tips-view-placeholder */
  11. .tips-view-placeholder {
  12. width: 100%;
  13. background-color: white;
  14. display: flex;
  15. }
  16. .tips-view-placeholder>view {
  17. display: flex;
  18. flex-direction: column;
  19. margin: 30rpx 30rpx 30rpx 56rpx;
  20. }
  21. .tips-view-placeholder text {
  22. display: block;
  23. margin: 0rpx 0rpx 0rpx 0rpx;
  24. font-size: 24rpx;
  25. line-height: 36rpx;
  26. color: white;
  27. }
  28. /* start-end-view */
  29. .start-end-view {
  30. background-color: white;
  31. width: 750rpx;
  32. height: 100rpx;
  33. display: flex;
  34. flex-direction: column;
  35. }
  36. .start-end-view>view:first-child {
  37. display: flex;
  38. height: 94rpx;
  39. }
  40. .start-end-view>view:first-child>view {
  41. width: 360rpx;
  42. height: 94rpx;
  43. display: flex;
  44. }
  45. .start-end-view>view:first-child>view:first-child {
  46. margin-right: auto;
  47. }
  48. .start-end-view-b text {
  49. font-size: 32rpx;
  50. color: #3296FB;
  51. text-align: center;
  52. line-height: 94rpx;
  53. width: 360rpx;
  54. }
  55. .start-end-view-a {
  56. display: flex;
  57. flex-direction: column;
  58. }
  59. .start-end-view-a text {
  60. width: 100%;
  61. font-family: PingFangSC-Regular;
  62. color: #3296FB;
  63. text-align: center;
  64. }
  65. .start-end-view-a>text:first-child {
  66. font-size: 24rpx;
  67. margin-top: 12rpx;
  68. }
  69. .start-end-view-a>text:last-child {
  70. font-size: 32rpx;
  71. }
  72. .start-end-view>view:last-child {
  73. width: 100%;
  74. height: 6rpx;
  75. margin-top: auto;
  76. }
  77. .start-end-view>view:last-child>view {
  78. width: 360rpx;
  79. height: 6rpx;
  80. }
  81. .start-end-view>view:last-child>view>view {
  82. background-color: #3296FB;
  83. width: 180rpx;
  84. height: 6rpx;
  85. margin: 0 auto;
  86. }
  87. /* calendar */
  88. .calendar {
  89. width: 100%;
  90. height: 520rpx;
  91. display: flex;
  92. flex-direction: column;
  93. }
  94. .calendar>text {
  95. background-color: #fafafa;
  96. color: #333333;
  97. font-size: 34rpx;
  98. text-align: center;
  99. line-height: 108rpx;
  100. width: 100%;
  101. height: 108rpx;
  102. }
  103. .calendar>view {
  104. margin: 64rpx 0 0 0;
  105. }
  106. .calendar>view>view {
  107. float: left;
  108. width: 80rpx;
  109. height: 120rpx;
  110. margin-left: 50rpx;
  111. display: flex;
  112. }
  113. .calendar>view>view>view:first-child {
  114. width: 76rpx;
  115. height: 76rpx;
  116. border-radius: 38rpx;
  117. /* background-color: red; */
  118. display: flex;
  119. }
  120. .calendar>view>view>view:first-child>view {
  121. margin: auto auto;
  122. }
  123. .num, .num-u {
  124. font-size: 38rpx;
  125. }
  126. .unit, .unit-u {
  127. font-size: 26rpx;
  128. }
  129. .num, .unit {
  130. color: #333333;
  131. }
  132. .num-u, .unit-u {
  133. color: #cccccc;
  134. }
  135. .calendar>view>view>view:nth-child(2) {
  136. width: 76rpx;
  137. margin-left: -76rpx;
  138. display: flex;
  139. flex-direction: column;
  140. }
  141. .calendar>view>view>view:nth-child(2)>view {
  142. width: 76rpx;
  143. height: 76rpx;
  144. border-radius: 38rpx;
  145. background-color: #3296FB;
  146. display: flex;
  147. }
  148. .calendar>view>view>view:nth-child(2)>view>view {
  149. margin: auto auto;
  150. }
  151. .calendar>view>view>view:nth-child(2)>view>view text {
  152. color: white;
  153. }
  154. /* .calendar>view>view>view:nth-child(2)>text {
  155. width: 76rpx;
  156. font-family: PingFangSC-Regular;
  157. font-size: 24rpx;
  158. color: #3296FB;
  159. text-align: center;
  160. margin-top: 4rpx;
  161. } */