You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

see-month.vue 1.4KB

2 lat temu
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <template>
  2. <view class="record">
  3. <view class="current">
  4. <text>6月通行</text>
  5. </view>
  6. <view class="detail">木月九州EC比你通行了0次高速通行查看历史月度统计要消费0元要通行</view>
  7. </view>
  8. <view class="record">
  9. <view class="current">
  10. <text>6月通行</text>
  11. </view>
  12. <view class="detail">木月九州EC比你通行了0次高速通行查看历史月度统计要消费0元要通行</view>
  13. </view>
  14. <view class="record">
  15. <view class="current">
  16. <text>6月通行</text>
  17. </view>
  18. <view class="detail">木月九州EC比你通行了0次高速通行查看历史月度统计要消费0元要通行</view>
  19. </view>
  20. <view class="record">
  21. <view class="current">
  22. <text>6月通行</text>
  23. </view>
  24. <view class="detail">木月九州EC比你通行了0次高速通行查看历史月度统计要消费0元要通行</view>
  25. </view>s
  26. </template>
  27. <script>
  28. </script>
  29. <style scoped>
  30. .record{
  31. width: 90%;
  32. min-height: 220rpx;
  33. box-shadow: 0px 0px 8px 2px rgb(218, 247, 247) inset;
  34. margin: 20rpx auto;
  35. padding: 30rpx;
  36. box-sizing: border-box;
  37. font-size: 30rpx;
  38. }
  39. .current{
  40. border-bottom: 1rpx solid #ccc;
  41. display: flex;
  42. justify-content: space-between;
  43. align-items: center;
  44. padding-bottom: 20rpx;
  45. }
  46. .more>image{
  47. transform: rotate(180deg);
  48. width: 30rpx;
  49. height: 30rpx;
  50. vertical-align: middle;
  51. }
  52. .detail{
  53. margin-top: 20rpx;
  54. line-height: 40rpx;
  55. }
  56. </style>