reservation.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /* pages/reservation/reservation.wxss */
  2. page{
  3. margin: 20rpx;
  4. display: flex;
  5. flex-direction: column;
  6. }
  7. .charging_text_title {
  8. height: 105rpx;
  9. width: 100%;
  10. display: flex;
  11. margin-bottom: 20rpx;
  12. }
  13. .charging_text_title1 {
  14. width: 100%;
  15. text-overflow: ellipsis;
  16. white-space: nowrap;
  17. overflow: hidden;
  18. }
  19. .charging {
  20. width: 62rpx;
  21. height: 62rpx;
  22. margin: 30rpx 30rpx 30rpx 0;
  23. flex-shrink: 0;
  24. overflow: hidden;
  25. }
  26. .charging image {
  27. width: 62rpx;
  28. height: 62rpx;
  29. }
  30. text {
  31. margin: 0 0 18rpx 0;
  32. display: block;
  33. font-size: 26rpx;
  34. font-family: 'Lucida Sans',
  35. 'Lucida Sans Regular',
  36. 'Lucida Grande',
  37. 'Lucida Sans Unicode',
  38. Geneva,
  39. Verdana,
  40. sans-serif;
  41. color: #231400;
  42. text-overflow: ellipsis;
  43. white-space: nowrap;
  44. overflow: hidden;
  45. line-height: 30rpx;
  46. height: 30rpx;
  47. min-height: 30rpx;
  48. }
  49. text.bold {
  50. font-weight: bold;
  51. line-height: 34rpx;
  52. height: 34rpx;
  53. min-height: 34rpx;
  54. margin-top: 28rpx;
  55. margin-bottom: 8rpx;
  56. display: block;
  57. font-size: 30rpx;
  58. }
  59. text.inline {
  60. display: inline-block;
  61. color: #575757;
  62. margin-top:18rpx;
  63. margin-bottom: 0;
  64. }
  65. .h1 {
  66. margin: 0rpx 0rpx 24rpx 0rpx;
  67. font-size: 24rpx;
  68. line-height: 28rpx;
  69. height: 28rpx;
  70. min-height: 28rpx;
  71. color: #a3a3a3;
  72. }
  73. .select_card{
  74. width: calc(100% - 40rpx);
  75. height: 200rpx;
  76. display: flex;
  77. flex-direction: row;
  78. justify-content: space-around;
  79. }
  80. .select_card .card{
  81. width: 160rpx;
  82. height: 200rpx;
  83. border-radius: 10rpx;
  84. border: 1rpx solid #bbbbbb;
  85. color: #bbbbbb;
  86. }
  87. .select_card .card .title{
  88. width: 100%;
  89. text-align: center;
  90. margin-top: 30rpx;
  91. }
  92. .select_card .card image{
  93. width: 70rpx;
  94. height: 70rpx;
  95. margin: 0 45rpx;
  96. margin-top: 30rpx;
  97. }
  98. .select_card .card.active{
  99. background-color: #1990fd ;
  100. color: #FFFFFF;
  101. }
  102. .title2{
  103. color: #E99D42;
  104. margin-top: 20rpx;
  105. font-size: 32rpx;
  106. }
  107. .title2_sub{
  108. color: #F06C6C;
  109. margin-top: 10rpx;
  110. font-size: 22rpx;
  111. width: calc(100% - 20rpx)
  112. }
  113. .title2_line{
  114. width: calc(100% - 40rpx);
  115. height: 4rpx;
  116. background-color: #BBBBBB;
  117. margin-top: 10rpx;
  118. }
  119. .scrollView{
  120. width: calc(100% - 40rpx);
  121. height: calc(100vh - 700rpx);
  122. }
  123. .scrollView .card{
  124. width: 100;
  125. border-bottom: #BBBBBB solid 1px;
  126. height: 80rpx;
  127. font-size: 30rpx;
  128. line-height: 80rpx;
  129. }
  130. .noList{
  131. font-size: 32rpx;
  132. color: #AAAAAA ;
  133. width: calc(100% - 40rpx);
  134. margin: 40rpx 0 ;
  135. text-align: center;
  136. height: calc(100vh - 600rpx);
  137. }
  138. .login_button_err {
  139. width: calc(100% );
  140. color: #F06C6C;
  141. font-size: 22rpx;
  142. text-align: center;
  143. }
  144. .login_button {
  145. width: calc(100% - 270rpx);
  146. font-size: 32rpx;
  147. /* margin: 0rpx 32rpx; */
  148. font-family: 'Lucida Sans',
  149. 'Lucida Sans Regular',
  150. 'Lucida Grande',
  151. 'Lucida Sans Unicode',
  152. Geneva,
  153. Verdana,
  154. sans-serif;
  155. color: #fff;
  156. text-overflow: ellipsis;
  157. white-space: nowrap;
  158. background-color: #00a8dc;
  159. border-radius: 40rpx;
  160. height: 80rpx;
  161. border: none;
  162. margin: 25rpx 135rpx 0 135rpx;
  163. }
  164. .login_button_disable {
  165. width: calc(100% - 270rpx);
  166. font-size: 32rpx;
  167. /* margin: 0rpx 32rpx; */
  168. font-family: 'Lucida Sans',
  169. 'Lucida Sans Regular',
  170. 'Lucida Grande',
  171. 'Lucida Sans Unicode',
  172. Geneva,
  173. Verdana,
  174. sans-serif;
  175. color: #fff;
  176. text-overflow: ellipsis;
  177. white-space: nowrap;
  178. background-color: #c9c9c9;
  179. border-radius: 40rpx;
  180. height: 80rpx;
  181. border: none;
  182. margin: 25rpx 135rpx 0 135rpx;
  183. }
  184. .login_button.button-hover {
  185. background-color: #36a9a6;
  186. }