index.wxss 968 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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-right:30rpx;
  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:100rpx;
  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. }