test.acss 1.1 KB

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