chooseAndBindCar.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /* pages/ucenter/car/bindCar.wxss */
  2. page{
  3. background-color: #F5F5F5;
  4. }
  5. .card{
  6. width: calc(100% - 100rpx);
  7. margin: 10rpx;
  8. height: 540rpx;
  9. background-color: #FFFFFF;
  10. border-radius: 10rpx;
  11. display: flex;
  12. flex-direction: column;
  13. padding: 20rpx 40rpx;
  14. }
  15. .card .t1{
  16. font-size: 32rpx;
  17. margin: 10rpx 0;
  18. }
  19. .card .t2{
  20. font-size: 24rpx;
  21. color:#aaaaaa;
  22. }
  23. .input_view input {
  24. width: calc(100% - 122rpx);
  25. display: inline-block;
  26. font-size: 34rpx;
  27. height: 88rppx;
  28. line-height: 88rpx;
  29. min-height: 88rpx;
  30. padding-left: 30rpx;
  31. color: #434343;
  32. font-family: 'Lucida Sans',
  33. 'Lucida Sans Regular',
  34. 'Lucida Grande',
  35. 'Lucida Sans Unicode',
  36. Geneva,
  37. Verdana,
  38. sans-serif;
  39. }
  40. .input_view .placeholder {
  41. color: #999999;
  42. font-size: 34rpx;
  43. font-family: 'Lucida Sans',
  44. 'Lucida Sans Regular',
  45. 'Lucida Grande',
  46. 'Lucida Sans Unicode',
  47. Geneva,
  48. Verdana,
  49. sans-serif;
  50. }
  51. .input_view{
  52. box-shadow: 0rpx 0rpx 10rpx #dedede;
  53. border-radius: 10rpx;
  54. margin-top: 40rpx;
  55. margin-bottom: 20rpx;
  56. height: 88rpx;
  57. }
  58. .login_button {
  59. width: calc(100% - 270rpx);
  60. font-size: 32rpx;
  61. /* margin: 0rpx 32rpx; */
  62. font-family: 'Lucida Sans',
  63. 'Lucida Sans Regular',
  64. 'Lucida Grande',
  65. 'Lucida Sans Unicode',
  66. Geneva,
  67. Verdana,
  68. sans-serif;
  69. color: #fff;
  70. text-overflow: ellipsis;
  71. white-space: nowrap;
  72. background-color: #00a8dc;
  73. border-radius: 40rpx;
  74. height: 80rpx;
  75. border: none;
  76. margin: 125rpx 135rpx 0 135rpx;
  77. }
  78. .login_button_disable {
  79. width: calc(100% - 270rpx);
  80. font-size: 32rpx;
  81. /* margin: 0rpx 32rpx; */
  82. font-family: 'Lucida Sans',
  83. 'Lucida Sans Regular',
  84. 'Lucida Grande',
  85. 'Lucida Sans Unicode',
  86. Geneva,
  87. Verdana,
  88. sans-serif;
  89. color: #fff;
  90. text-overflow: ellipsis;
  91. white-space: nowrap;
  92. background-color: #c9c9c9;
  93. border-radius: 40rpx;
  94. height: 80rpx;
  95. border: none;
  96. margin: 125rpx 135rpx 0 135rpx;
  97. }
  98. .login_button.button-hover {
  99. background-color: #36a9a6;
  100. }
  101. .radio{
  102. line-height: 15px;
  103. height: 30rpx;
  104. display: flex;
  105. }
  106. .radio image{
  107. width: 26rpx;
  108. height: 26rpx;
  109. margin-right:10rpx;
  110. }
  111. .radio text{
  112. line-height: 24rpx;
  113. font-size: 24rpx;
  114. }