Tixianjilv.vue 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <template>
  2. <view>
  3. <customNav :shownav="true" :title="$t('zhanghu.tixianjil')" tinColor="white" jiantou="1" titledetl=''></customNav>
  4. <view class="">
  5. <view style="width: 94%;margin-left: 3%;background-color: white;margin-top: 30rpx;">
  6. <view class="contentColumn" style="padding: 30rpx;">
  7. <view class="contentColumn">
  8. <text class="ruzhangNote">{{$t('tixian.jieshouka')}}:工商银行(8794)</text>
  9. <text class="timeText" style="margin-left: auto;">{{$t('tixian.shenqingshij')}}:07-13 20:05</text>
  10. </view>
  11. <view class="contentInRowS" style="margin-top: 10rpx;">
  12. <text class="timeText">{{$t('tixian.jiner')}}:100.00</text>
  13. <text class="yujidzText" style="margin-left: auto;margin-right: 10rpx;">{{$t('zhanghu.yuji')}} 07-14 {{$t('zhanghu.daozhang')}}</text>
  14. </view>
  15. <view style="width: 94%;margin-left: 3%;height: 4rpx;background-color: lavender;margin-top: 10rpx;"></view>
  16. </view>
  17. </view>
  18. <view style="width: 94%;margin-left: 3%;background-color: white;margin-top: 30rpx;">
  19. <view class="contentColumn" style="padding: 30rpx;">
  20. <view class="contentColumn">
  21. <text class="ruzhangNote">{{$t('tixian.jieshouka')}}:工商银行(8794)</text>
  22. <text class="timeText" style="margin-left: auto;">{{$t('tixian.shenqingshij')}}:07-13 20:05</text>
  23. </view>
  24. <view class="contentInRowS" style="margin-top: 10rpx;">
  25. <text class="timeText">{{$t('tixian.jiner')}}:100.00</text>
  26. <text class="yujidzText" style="margin-left: auto;margin-right: 10rpx;">{{$t('zhanghu.yuji')}} 07-14 {{$t('zhanghu.daozhang')}}</text>
  27. </view>
  28. <view style="width: 94%;margin-left: 3%;height: 4rpx;background-color: lavender;margin-top: 10rpx;"></view>
  29. </view>
  30. </view>
  31. </view>
  32. </view>
  33. </template>
  34. <script>
  35. export default {
  36. data() {
  37. return {
  38. }
  39. },
  40. methods: {
  41. }
  42. }
  43. </script>
  44. <style lang="scss">
  45. page{
  46. background-color: whitesmoke;
  47. }
  48. .ruzhangNote{
  49. padding-left: 10rpx;
  50. overflow:hidden;
  51. text-overflow:ellipsis;
  52. display:-webkit-box;
  53. -webkit-line-clamp:2;
  54. -webkit-box-orient:vertical;
  55. }
  56. .timeText{
  57. color: #1A1A1A;
  58. font-size: 26rpx;
  59. padding-left: 20rpx;
  60. }
  61. .yujidzText{
  62. color: sandybrown;
  63. font-size: 26rpx;
  64. padding-left: 20rpx;
  65. }
  66. </style>