index.wxss 775 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. position: fixed;
  12. bottom:0;
  13. right:20rpx;
  14. z-index:10;
  15. }
  16. .cust-footer .iconfont{
  17. font-size:48rpx;
  18. width:70rpx;
  19. height:70rpx;
  20. border:1rpx solid #e0e0e0;
  21. border-radius:100%;
  22. text-align: center;
  23. line-height:70rpx;
  24. margin-right:30rpx;
  25. }
  26. .icon-car{
  27. position:relative;
  28. }
  29. .car-num{
  30. position: absolute;
  31. width:40rpx;
  32. height:40rpx;
  33. line-height:40rpx;
  34. border-radius:50%;
  35. font-size:22rpx;
  36. right:-12rpx;
  37. top:-12rpx;
  38. }
  39. .custom-list{
  40. width:100%;
  41. height:256rpx;
  42. background:#fff;
  43. border-radius:30rpx;
  44. box-shadow: #ddd 1px 1px 10px 5px;
  45. overflow: hidden;
  46. }
  47. .tu-icon image{
  48. width:109rpx;
  49. height:35rpx;
  50. }