index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. page{
  2. background: #fff;
  3. }
  4. .cust-img image{
  5. width:200rpx;
  6. height: 200rpx;
  7. }
  8. .cust-footer{
  9. height:100rpx;
  10. line-height:100rpx;
  11. padding-top:16rpx;
  12. }
  13. .cust-footer .iconfont{
  14. font-size:48rpx;
  15. width:70rpx;
  16. height:70rpx;
  17. border:1rpx solid #e0e0e0;
  18. border-radius:100%;
  19. text-align: center;
  20. line-height:70rpx;
  21. margin:0 15rpx;
  22. }
  23. .icon-car{
  24. position:relative;
  25. }
  26. .car-num{
  27. position: absolute;
  28. width:40rpx;
  29. height:40rpx;
  30. line-height:40rpx;
  31. border-radius:50%;
  32. font-size:22rpx;
  33. right:-12rpx;
  34. top:-12rpx;
  35. }
  36. .custom-list{
  37. width:100%;
  38. height:256rpx;
  39. background:#fff;
  40. border-radius:30rpx;
  41. box-shadow: #ddd 1px 1px 8px 4px;
  42. overflow: hidden;
  43. margin-top:30rpx;
  44. }
  45. .tu-icon image{
  46. width:109rpx;
  47. height:35rpx;
  48. }
  49. .cust-btn{
  50. display: inline-block;
  51. width:120rpx;
  52. height:60rpx;
  53. line-height:60rpx;
  54. border-radius:10rpx;
  55. text-align: center;
  56. background:#00af66;
  57. color:#fff;
  58. }
  59. .cust-btn.disabled{
  60. background:#aaa;
  61. }
  62. /* 密码输入 */
  63. .pwd-box{
  64. background:rgba(0,0,0,0.6);
  65. width:100%;
  66. height:100%;
  67. position: fixed;
  68. top:0;
  69. left:0;
  70. z-index:100;
  71. }
  72. .pwd-main{
  73. /* height:300rpx; */
  74. padding:50rpx 0;
  75. width:100%;
  76. position:fixed;
  77. margin-top:150rpx;
  78. background:#fff;
  79. }
  80. .content{
  81. width:612rpx;
  82. margin:0 auto;
  83. }
  84. .iptbox{
  85. /* width: 100rpx; */
  86. height: 100rpx;
  87. border:2rpx solid #e0e0e0;
  88. border-right:none;
  89. /* border-radius: 20rpx; */
  90. display: flex;
  91. justify-content: center;
  92. align-items: center;
  93. text-align: center;
  94. background:#fff;
  95. }
  96. .iptbox:last-child{
  97. border-right:2rpx solid #e0e0e0;
  98. }
  99. .ipt{
  100. width: 0;
  101. height: 0;
  102. }
  103. .btn-box{
  104. width:612rpx;
  105. margin:50rpx auto 0;
  106. }
  107. .btn-area{
  108. margin:0 20rpx;
  109. text-align: center;
  110. width:100%;
  111. height:80rpx;
  112. line-height:80rpx;
  113. border-radius:10rpx;
  114. }
  115. .btn-del{
  116. border:2rpx solid #e0e0e0;
  117. }
  118. .pwd-title{
  119. text-align: center;
  120. }