chooseCar.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /* pages/ucenter/car/chooseCar.wxss */
  2. page{
  3. background-color: #F5F5F5;
  4. height:100vh;
  5. overflow: hidden;
  6. }
  7. .nocar .t1{
  8. width: 100%;
  9. margin-top: 70rpx;
  10. text-align: center;
  11. font-size: 36rpx;
  12. }
  13. .nocar .t2{
  14. width: 100%;
  15. margin-top: 16rpx;
  16. text-align: center;
  17. font-size: 24rpx;
  18. color:#aaaaaa;
  19. }
  20. .nocar .login_button {
  21. width: calc(100% - 270rpx);
  22. font-size: 32rpx;
  23. /* margin: 0rpx 32rpx; */
  24. font-family: 'Lucida Sans',
  25. 'Lucida Sans Regular',
  26. 'Lucida Grande',
  27. 'Lucida Sans Unicode',
  28. Geneva,
  29. Verdana,
  30. sans-serif;
  31. color: #fff;
  32. text-overflow: ellipsis;
  33. white-space: nowrap;
  34. background-color: #00a8dc;
  35. border-radius: 40rpx;
  36. height: 80rpx;
  37. border: none;
  38. margin: 40rpx 135rpx 0 135rpx;
  39. }
  40. .hascar{
  41. width: 100%;
  42. height:100vh;
  43. }
  44. .hascar .carView{
  45. height:100%;
  46. width:100%;
  47. }
  48. .hascar .context{
  49. height: calc(100vh - 200rpx);
  50. overflow: hidden;
  51. }
  52. .hascar .carView{
  53. width: calc(100% - 40rpx);
  54. margin:20rpx 20rpx;
  55. height: 140rpx;
  56. background-color: #FFF;
  57. border-radius: 10rpx;
  58. font-size: 36rpx;
  59. line-height: 36rpx;
  60. position: relative;
  61. overflow: hidden;
  62. }
  63. .hascar .carView .title{
  64. position: absolute;
  65. padding: 20rpx 20rpx;
  66. top: 0;
  67. left: 0;
  68. }
  69. .hascar .carView image{
  70. position: absolute;
  71. padding: 0rpx 10rpx;
  72. bottom: 0;
  73. right: 0;
  74. width: 60rpx;
  75. height: 60rpx;
  76. }
  77. .hascar .carView .def{
  78. position: absolute;
  79. top: 0;
  80. right: 0;
  81. width:60rpx;
  82. height:36rpx;
  83. color:#FFF;
  84. background-color: #21ADFF;
  85. font-size:18rpx;
  86. text-align: center;
  87. line-height: 36rpx;
  88. }
  89. .selectpopup_bg{
  90. height:100vh;
  91. width: 100%;
  92. position: absolute;
  93. top: 0;
  94. }
  95. .login_button {
  96. width: calc(100% - 270rpx);
  97. font-size: 32rpx;
  98. /* margin: 0rpx 32rpx; */
  99. font-family: 'Lucida Sans',
  100. 'Lucida Sans Regular',
  101. 'Lucida Grande',
  102. 'Lucida Sans Unicode',
  103. Geneva,
  104. Verdana,
  105. sans-serif;
  106. color: #fff;
  107. text-overflow: ellipsis;
  108. white-space: nowrap;
  109. background-color: #00a8dc;
  110. border-radius: 40rpx;
  111. height: 80rpx;
  112. border: none;
  113. margin: 50rpx auto;
  114. }
  115. .login_button_disable {
  116. width: calc(100% - 270rpx);
  117. font-size: 32rpx;
  118. /* margin: 0rpx 32rpx; */
  119. font-family: 'Lucida Sans',
  120. 'Lucida Sans Regular',
  121. 'Lucida Grande',
  122. 'Lucida Sans Unicode',
  123. Geneva,
  124. Verdana,
  125. sans-serif;
  126. color: #fff;
  127. text-overflow: ellipsis;
  128. white-space: nowrap;
  129. background-color: #c9c9c9;
  130. border-radius: 40rpx;
  131. height: 80rpx;
  132. border: none;
  133. margin: 125rpx 135rpx 0 135rpx;
  134. }
  135. .login_button.button-hover {
  136. background-color: #36a9a6;
  137. }