trip_detail.acss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* required by usingComponents */
  2. /* pages/trip_detail/trip_detail.wxss */
  3. page {
  4. background-color: #f2f3f5;
  5. }
  6. .trip-detail {
  7. padding: 0 20rpx;
  8. }
  9. .top-map {
  10. padding: 30rpx;
  11. margin-top: 20rpx;
  12. border-radius: 12rpx;
  13. font-weight: 500;
  14. background-color: #ffffff;
  15. }
  16. .top-map-title {
  17. font-size: 32rpx;
  18. font-weight: 500;
  19. margin-bottom: 30rpx;
  20. }
  21. #map {
  22. width: 100%;
  23. }
  24. .bike-no {
  25. float: right;
  26. }
  27. .bill-detail {
  28. font-size: 30rpx;
  29. font-weight: 500;
  30. margin-top: 30rpx;
  31. margin-bottom: 20rpx;
  32. }
  33. .bill-dec{
  34. font-size: 26rpx;
  35. color: #999999;
  36. margin-bottom: 40rpx;
  37. }
  38. .total-money{
  39. text-align: right;
  40. padding-bottom: 40rpx;
  41. border-bottom: solid 1rpx #f2f3f5;
  42. margin-bottom: 40rpx;
  43. font-size: 30rpx;
  44. }
  45. .total-num{
  46. font-size: 40rpx;
  47. display: inline-block;
  48. margin: 0 5rpx;
  49. }
  50. .guize{
  51. height: 80rpx;
  52. width:45%;
  53. text-align: center;
  54. margin: 0 auto;
  55. border-radius: 10rpx;
  56. line-height: 80rpx;
  57. margin-top: 70rpx;
  58. border: solid 2rpx #999999;
  59. font-size: 28rpx;
  60. }
  61. .problem{
  62. height: 100rpx;
  63. text-align: center;
  64. line-height: 100rpx;
  65. font-size: 24rpx;
  66. color: #999999;
  67. }